custom/plugins/HBCTheme/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. {# ----- delete price block ----- #}
  3. {# ----- delete tax block ----- #}
  4. {% block page_product_detail_tax %}
  5. {% endblock %}
  6. {# ----- append price for buy form ----- #}
  7. {# ----- hide text for whislist icon ----- #}
  8. {% block page_product_detail_wishlist %}
  9.         {% sw_include '@Storefront/storefront/component/product/card/wishlist.html.twig' with {
  10.         showText: false,
  11.         size: 'md',
  12.         productId: product.id
  13.     } %}
  14. {% endblock %}
  15. {# ----- delete article number ----- #}
  16. {% block page_product_detail_ordernumber_container %}
  17. {% endblock %}