Custom fields
Displaying custom fields in the storefront
{% sw_extends "@Storefront/storefront/page/individual_offer/index.html.twig" %}
{% block page_account_offers_table_order_number %}
{{ parent() }}
{% if order.customFields.prems_individual_offer_offer_test is defined %}
Your label test text: {{ order.customFields.prems_individual_offer_offer_test }}
{% endif %}
{% endblock %}Last updated
Was this helpful?
