custom/plugins/NetiNextFreeDelivery/src/Resources/views/storefront/page/checkout/_page.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/page/checkout/_page.html.twig" %}
  2. {% block base_flashbags_checkout %}
  3.     {% block page_product_detail_neti_free_delivery_info %}
  4.         {% if page.netiNextFreeDelivery %}
  5.             {% sw_include 'storefront/free_delivery/index.html.twig' with {
  6.                 result: page.netiNextFreeDelivery
  7.             } %}
  8.         {% endif %}
  9.     {% endblock %}
  10.     {{ parent() }}
  11. {% endblock %}