{% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
{% block page_checkout_container %}
{% if not config('DmitsInquirySales.config.deactivateBuy') %}
{{ parent() }}
{% endif %}
{% endblock %}