vendor/store.shopware.com/wexofreeshipping/src/Resources/views/storefront/layout/header/header.html.twig line 1

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/layout/header/header.html.twig" %}
  2. {# add countdown at before action icons #}
  3. {% block layout_header_navigation_toggle %}
  4.     {{ parent() }}
  5.     {% if config("WexoFreeShipping.config.displayInHeader") %}
  6.         <div class="freeshipping-container">
  7.             {% sw_include "@WexoFreeShipping/storefront/component/freeShippingComponent.html.twig" %}
  8.         </div>
  9.     {% endif %}
  10. {% endblock %}