custom/apps/DmitsInquiry/Resources/views/storefront/component/product/card/price-unit.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/price-unit.html.twig' %}
  2. {% block component_product_box_price_info %}
  3.     {% if config('DmitsInquiry.config.disableprice')!=1 %}
  4.         {{ parent() }}
  5.     {% endif %}   
  6. {% endblock %}