custom/plugins/CoeHidePriceForCustomerGroup/src/Resources/views/storefront/page/checkout/_page.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
  2. {% block page_checkout_aside_summary %}
  3.     {% if not coeHidePrice %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}