custom/plugins/HBCTheme/src/Resources/views/storefront/component/delivery-information.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/delivery-information.html.twig' %}
  2. {% block component_delivery_information_free_seats %}
  3.     {% if product.isCloseout %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}