custom/plugins/CoeHidePriceForCustomerGroup/src/Resources/views/storefront/page/product-detail/buy-widget-price.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/buy-widget-price.html.twig' %}
  2. {% block page_product_detail_price_inner %}
  3.     {% if not coeHidePrice %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}