custom/plugins/DmitsInquirySales/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_container %}
  3.     {% if not config('DmitsInquirySales.config.deactivateBuy') %}
  4.         {{ parent() }}
  5.     {% endif %} 
  6. {% endblock %}