vault backup: 2025-05-22 02:33:35

This commit is contained in:
2025-05-22 02:33:35 +02:00
parent 966e6cf9c0
commit cddf44def6
+7 -1
View File
@@ -73,7 +73,13 @@
{%- endif -%}";{#- -#}
"{{ product.manufacturerNumber }}"; {#- -#}
"{{ product.ean }}";{#- -#}
"{{ 4.90|currency }}, ab 70 Euro Warenwert liefern wir versandkostenfrei";{#- -#}{#- Change to your delivery costs -#}
"{% if price.unitPrice <= 70.00 %}
{{ 4.90|currency }}{#- -#}
{% else %}
{{ 0.00|currency }}{#- -#}
{% endif %}";{#- -#}
"{{ seoUrl('frontend.detail.page', {'productId': product.id}) }}";{#- -#}
"{%- if product.availableStock >= product.minPurchase and product.deliveryTime -%}
{{ "detail.deliveryTimeAvailable"|trans({'%name%': product.deliveryTime.translation('name')}) }}{#- -#}