diff --git a/Martin/Shopware/Idealo.de Export Template.md b/Martin/Shopware/Idealo.de Export Template.md index 183b8a5..9c7b539 100644 --- a/Martin/Shopware/Idealo.de Export Template.md +++ b/Martin/Shopware/Idealo.de Export Template.md @@ -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')}) }}{#- -#}