{% extends "templates/web.html" %} {% block title %}{{ _('Search') }}{% endblock %} {%- block head_include %} {% endblock -%} {% block header %}
{{ _('Search Products') }}
{% endblock header %} {% block page_content %}

Products

{% set show_categories = frappe.db.get_single_value('E Commerce Settings', 'show_categories_in_search_autocomplete') %} {% if show_categories %}

Categories

{% endif %} {% set show_brand_line = frappe.db.get_single_value('E Commerce Settings', 'show_brand_line') %} {% if show_brand_line %} {% endif %}
{% endblock %}