custom/apps/zenitAppFloatingBuybox/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.     {{ parent() }}
  4.     {% if page.product.active %}
  5.         {% sw_include '@Storefront/storefront/zenit-floating-buybox/floating-buybox.html.twig' with {
  6.             path: 'page/product-detail/',
  7.             cms: false
  8.         } %}
  9.     {% endif %}
  10. {% endblock %}