Code Snippet
Versandkostenfrei ab 100 €
<g:shipping>
<g:country>DE</g:country>
<g:service>Standard</g:service>
<g:price>
{% if product.calculatedListingPrice.to.unitPrice < 100 %}
{{ 3.90|currency }}{# change your default delivery costs #}
{% else %}
{{ 0.00|currency }}{# change your default delivery costs #}
{% endif %}
</g:price>
</g:shipping>
Wenn du das Plugin “Conversion Booster” von Codegiganten nutzt, musst du im Feed die Produkt-URL anpassen:
Vorher:
Nacher: