A new feature has been added to the staff interface toolbar!

You can now search for a product by its title or SKU directly from the toolbar.

How to enable this feature:

  1. Navigate to the Style Tab.
  2. Open the Base Tab.
  3. Toggle the option "Do you want the search bar to show up?" to turn it on.

Enjoy a faster and more efficient way to find products!


NOTE: If you are using a custom template for this section: YourTemplateName/modules/Portal/templates/Base/SideMenu/index.html

Insert the following code as per image below

{% if style.base.show_search and interfaceType  != 'admin' %}
   <div style="text-align: center; margin-right: 10px; margin-top: 7px;" class="navbar-header pull-right">
     {% include "templates/Base/SideMenu/partials/search.html" %}
    </div>
{% endif %}