custom/plugins/SwagB2bPlatform/SwagB2bPlatform/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_search %}
  3.     {% if isSalesRepRemoteControl or not isSalesRep %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}
  7. {% block layout_header_actions_cart %}
  8.     {% if isSalesRepRemoteControl or not isSalesRep %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}
  12. {% block layout_header_search_toggle %}
  13.     {% if isSalesRepRemoteControl or not isSalesRep %}
  14.         {{ parent() }}
  15.     {% endif %}
  16. {% endblock %}