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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
  2. {% block page_checkout_cart_shipping_costs %}
  3.     {% if not coeHidePrice %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}
  7. {% block page_checkout_cart_action_proceed %}
  8.     {% if not coeHideCheckoutButtons %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}