Hallo zusammen,
ich habe ein Zusatzfeld bei meinen Produkten im Listing hinterlegt und als extend mit twig eingefügt.
Nun zeigt das Frontend den Namen des Zusatzfeldes (custom_subtitle_ im Frontend an, aber danach kommt nicht der Text aus dem Backend, halt nur der Name des Zusatzfeldes. Hat jemand eine Lösung?
Hier mein Ergänzungstext:
{% sw_extends ‘@Storefront/storefront/component/product/card/box-standard.html.twig’ %}
{% block component_product_box_description %}
{{ “customFields.custom_subtitle_”|trans|sw_sanitize }}: {{ page.product.translated.customFields.custom_subtitle_ }}
{{ parent() }}
{% endblock %}