vendor/store.shopware.com/swagb2bplatform/SwagB2bPlatform/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. {% block page_product_detail_ordernumber_container %}
  3.     {{ parent() }}
  4.     {% if b2bSuite %}
  5.         {% sw_include '@SwagB2bPlatform/storefront/_custom/product-detail/b2b-product-detail.html.twig' %}
  6.     {% endif %}
  7. {% endblock %}