From e7e55157fe141cba087fa29a1b27392334d11c36 Mon Sep 17 00:00:00 2001 From: Martin Filipovic Hinrichs Date: Sat, 6 Jun 2026 12:08:19 +0200 Subject: [PATCH] remove product box price tax info --- .../storefront/component/product/card/price-unit.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Resources/views/storefront/component/product/card/price-unit.html.twig b/src/Resources/views/storefront/component/product/card/price-unit.html.twig index 450d7a8..f2d9db7 100644 --- a/src/Resources/views/storefront/component/product/card/price-unit.html.twig +++ b/src/Resources/views/storefront/component/product/card/price-unit.html.twig @@ -44,3 +44,5 @@ {% endif %} {% endblock %} + +{% block component_product_box_price_tax_info %}{% endblock %}