custom/plugins/SimaxThemeKara/src/Resources/views/storefront/page/product-detail/buy-widget-form.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/buy-widget-form.html.twig' %}
  2. {% block page_product_detail_buy_quantity %}
  3.     {% if theme_config('kara-product-detail-quantity-input')  %}
  4.         {% block page_product_detail_buy_quantity_simax_quantity %}
  5.             {% sw_include '@Storefront/storefront/component/product/simax-quantity.html.twig' %}
  6.         {% endblock %}
  7.     {% else %}
  8.         {{ parent() }}
  9.     {% endif %}
  10. {% endblock %}