{# Offering #} {% set currency = oView.getActCurrency() %} {% set oProduct = oView.getProduct() %} {% set sRDFaUrl = oView.getLink() %}
{% ifcontent ident oView.getRDFaBusinessEntityLoc() set oCont %}
{% endifcontent %} {% if oProduct.oxarticles__oxtitle.value %}
{% endif %} {% hasrights { ident: "SHOWLONGDESCRIPTION" } %} {% set oLongdesc = oProduct.getLongDescription() %} {% if oLongdesc.value %}
{% endif %} {% if not oProduct.oxarticles__oxbundleid.value %}
{% if oProduct.oxarticles__oxmpn.value %}
{% endif %} {% endif %} {% endhasrights %} {% include "rdfa/details/inc/object.html.twig" %} {% if oView.getRDFaNormalizedRating() %}
{% set aRDFaRating = oView.getRDFaNormalizedRating() %}
{% endif %} {% if oView.showRDFaProductStock() %}
{% endif %} {% hasrights { ident: "SHOWARTICLEPRICE" } %} {% include "rdfa/details/inc/price.html.twig" with {oDetailsProduct: oProduct} %} {% endhasrights %} {% if oProduct.getDeliveryDate() %}
{% elseif oView.getRDFaValidityPeriod('iRDFaOfferingValidity') %} {% set aRDFaValidity = oView.getRDFaValidityPeriod('iRDFaOfferingValidity') %}
{% endif %} {% if oView.getRDFaBusinessFnc() %}
{% endif %} {% if oView.getRDFaCustomers() %} {% for Customer in oView.getRDFaCustomers() %}
{% endfor %} {% endif %} {% if oViewConf.getCountryList() %} {% for oRegion in oViewConf.getCountryList() %}
{% endfor %} {% endif %} {% hasrights { ident: "SHOWARTICLEPRICE" } %} {% include "rdfa/details/inc/payment.html.twig" %} {% if oProduct.oxarticles__oxfreeshipping.value %}
{% if oView.getRDFaValidityPeriod("iRDFaPriceValidity") %} {% set aRDFaPValidity = oView.getRDFaValidityPeriod("iRDFaPriceValidity") %}
{% endif %} {% if oView.getRDFaVAT() > 0 %}
{% endif %}
{% else %} {% include "rdfa/details/inc/delivery.html.twig" %} {% endif %} {% endhasrights %}