{% sw_extends '@Storefront/storefront/page/product-detail/buy-widget.html.twig' %}
{# Preise exkl. MwSt. zzgl. Versandkosten Link splitten #}
{% block page_product_detail_tax_link %}
{# hier nur der erste Teil des Links #}
{{ "general.netTaxInformation"|trans|sw_sanitize }}
<a class="product-detail-tax-link"
href="{{ path('frontend.cms.page',{ id: config('core.basicInformation.shippingPaymentInfoPage') }) }}"
title="{{ taxText }}"
data-toggle="modal"
data-url="{{ path('frontend.cms.page',{ id: config('core.basicInformation.shippingPaymentInfoPage') }) }}">
{{ "general.netTaxInformationDescription"|trans|sw_sanitize }}
</a>
{% endblock %}