{% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
{% block page_checkout_aside_summary %}
{% if config('DmitsInquiry.config.disableprice')!=1 %}
{{ parent() }}
{% endif %}
{% endblock %}