custom/static-plugins/HbHOfflineCart/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. {#{% block layout_header_actions_offline_cart %}#}
  3. {#    <div class="col-auto">#}
  4. {#        <div class="header-offline-cart">#}
  5. {#            <a class="btn header-offline-cart-btn header-actions-btn"#}
  6. {#               href="{{ path('frontend.storefront.offlinecart') }}"#}
  7. {#               title="{{ 'header.offline-cart'|trans|striptags }}"#}
  8. {#               aria-label="{{ 'header.offline-cart'|trans|striptags }}">#}
  9. {#                {{ 'header.offline-cart'|trans|striptags }}#}
  10. {#            </a>#}
  11. {#            {% if context.customer is not null %}#}
  12. {#            <button#}
  13. {#                type="button"#}
  14. {#                data-url="{{ path('frontend.storefront.offlinecartModal') }}"#}
  15. {#                class="btn btn-primary needConnection"#}
  16. {#                data-toggle="modal"#}
  17. {#                data-target="enterOfflineModeModal"#}
  18. {#            >{{ 'header.offline-cart'|trans|striptags }}</button>#}
  19. {#            {% endif %}#}
  20. {#        </div>#}
  21. {#    </div>#}
  22. {#    {{ parent() }}#}
  23. {#{% endblock %}#}