custom/plugins/FTBPlugin/src/Resources/views/storefront/page/checkout/_page.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
  2. {% block page_checkout_summary_list %}
  3.     {# Versandkostenlink hinzufügen, nur für Nettopreise implementiert #}
  4.     {{ parent() }}
  5.     <small>
  6.         {{ "general.star"|trans|sw_sanitize }}
  7.         <a href={{ "general.netTaxInformationLink"|trans|sw_sanitize }} target="_blank">{{ "general.netTaxInformationDescriptionCheckout"|trans|sw_sanitize }}</a>
  8.     </small>
  9. {% endblock %}