custom/plugins/NetiNextAccessManager/src/Resources/views/storefront/component/buy-widget/buy-widget-form.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/buy-widget/buy-widget-form.html.twig' %}
  2. {% block buy_widget_buy_form_inner %}
  3.     {% if page.netiAMblockedPrices %}
  4.         {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  5.             type: "info",
  6.             content: "neti-next-access-manager.store-front.product.price-blocked"|trans({ '%accountLoginController%': path('frontend.account.login.page') })|sw_sanitize
  7.         } %}
  8.     {% else %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}