|
|
|
@@ -11,6 +11,20 @@ |
|
|
|
} %}
|
|
|
|
|
|
|
|
{% block zen_page_product_detail_custom_field_global_content %}
|
|
|
|
{% if page.product.translated.customFields.custom_ingredients_content|length > 0 %}
|
|
|
|
<div>
|
|
|
|
<h3>{{ "customFields.custom_ingredients_content"|trans }}:</h3>
|
|
|
|
{{ page.product.translated.customFields.custom_ingredients_content|raw }}
|
|
|
|
|
|
|
|
{% block page_product_detail_description_content_properties %}
|
|
|
|
<div class="mt-3">
|
|
|
|
{% if page.product.sortedProperties|length > 0 %}
|
|
|
|
{% sw_include '@Storefront/storefront/page/product-detail/properties.html.twig' %}
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.product.translated.customFields.custom_nutrition_energy_kcal|length > 0 %}
|
|
|
|
<h3>{{ "customFields.custom_nutrition"|trans }} pro 100 {% if (page.product.unit.name == "kg") or (page.product.unit.name == "g") %}g{% elseif page.product.unit.name == "Liter" %}ml{% endif %}:</h3>
|
|
|
|
<table class="table table-striped product-detail-properties-table">
|
|
|
|
|