custom/plugins/FTBPlugin/src/Resources/views/storefront/page/product-detail/buy-widget.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/buy-widget.html.twig' %}
  2. {# Preise exkl. MwSt. zzgl. Versandkosten Link splitten #}
  3. {% block page_product_detail_tax_link %}
  4.     {# hier nur der erste Teil des Links #}
  5.     {{ "general.netTaxInformation"|trans|sw_sanitize }}
  6.     <a class="product-detail-tax-link"
  7.        href="{{ path('frontend.cms.page',{ id: config('core.basicInformation.shippingPaymentInfoPage') }) }}"
  8.        title="{{ taxText }}"
  9.        data-toggle="modal"
  10.        data-url="{{ path('frontend.cms.page',{ id: config('core.basicInformation.shippingPaymentInfoPage') }) }}">
  11.         {{ "general.netTaxInformationDescription"|trans|sw_sanitize }}
  12.     </a>
  13. {% endblock %}