custom/plugins/ATNTheme/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. {% block page_product_detail_buy_form %}
  3.     {% if page.product.active %}
  4.         <div class="product-detail-form-container">
  5.             {% sw_include '@Storefront/storefront/page/product-detail/buy-widget-form.html.twig' %}
  6.         </div>
  7.     {% endif %}
  8. {% endblock %}