custom/plugins/BEYCODENT/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_price %}
  3. <div class="product-detail-price-container">
  4.   {% if context.salesChannel.name != 'BEYCODENT' %}
  5.   {% sw_include '@Storefront/storefront/page/product-detail/buy-widget-price.html.twig' %}
  6.   {% endif %}
  7. </div>
  8. {% endblock %}
  9. {% block page_product_detail_tax %}
  10. {% if context.salesChannel.name != 'BEYCODENT' %}
  11. {{ parent() }}
  12. {% endif %}
  13. {% endblock %}