vault backup: 2025-05-22 02:33:35
This commit is contained in:
@@ -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')}) }}{#- -#}
|
||||
|
||||
Reference in New Issue
Block a user