custom/plugins/CoeHidePriceForCustomerGroup/src/Resources/views/storefront/component/product/card/price-unit.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/price-unit.html.twig' %}
  2. {% block component_product_box_price_info %}
  3.     {% if not coeHidePrice %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}