custom/plugins/SwagB2bPlatform/SwagB2bPlatform/Resources/views/storefront/component/buy-widget/buy-widget.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/buy-widget/buy-widget.html.twig' %}
  2. {% block buy_widget_ordernumber_container %}
  3.     {{ parent() }}
  4.     {% if b2bSuite %}
  5.         {% sw_include '@SwagB2bPlatform/storefront/_custom/product-detail/b2b-product-detail.html.twig' %}
  6.     {% endif %}
  7. {% endblock %}