custom/plugins/NetiNextEasyCoupon/src/Resources/views/storefront/component/buy-widget/buy-widget-form.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/component/buy-widget/buy-widget-form.html.twig" %}
  2. {% block buy_widget_buy_container %}
  3.     {% sw_include '@Storefront/storefront/easy_coupon/buy-widget/buy-widget-container.html.twig' with {
  4.         ecProduct: product
  5.     } %}
  6.     {{ parent() }}
  7. {% endblock %}