Hallo AkustivProjekt,
es ist zwar schon eine Weile her, aber ich stand vor dem gleichen Problem.
Meine Lösung für csv-Dateien:
"{% if product.calculatedPrice.listPrice.price is defined and product.calculatedPrice.listPrice.price > product.calculatedPrice.unitPrice %}{{product.calculatedPrice.listPrice.price|number_format(context.currency.itemRounding.decimals, '.', '')}} {{ context.currency.isoCode }}{%- endif -%}",{#- Standardpreis -#}
"{% if product.calculatedPrice.listPrice.price is defined and product.calculatedPrice.listPrice.price > product.calculatedPrice.unitPrice %}
{{ product.calculatedPrice.unitPrice|number_format(context.currency.decimalPrecision, '.', '') }} {{ context.currency.isoCode }}
{%- endif -%}",{#- Salepreis -#}
@kyote hat eine Lösung für XML-Dateien: https://forum.shopware.com/t/streichpreis-im-google-shopping-feed/94905