diff --git a/templates/components/common/quick-search.html b/templates/components/common/quick-search.html index 9e244f297c..07e8e94841 100644 --- a/templates/components/common/quick-search.html +++ b/templates/components/common/quick-search.html @@ -1,23 +1,3 @@
-
-
-
- - -
-
-
-
-

+
diff --git a/templates/pages/search.html b/templates/pages/search.html index 87aa217556..b24058d159 100644 --- a/templates/pages/search.html +++ b/templates/pages/search.html @@ -17,126 +17,10 @@ {{#partial "page"}} {{{ stylesheet '/assets/scss/vendor/jstree/style.css' }}} {{> components/common/breadcrumbs breadcrumbs=breadcrumbs}} -
- {{#if product_results.faceted_search_enabled}} - - {{/if}} -
- {{#if forms.search.has_suggestions}} -
-
- {{#if forms.search.suggested_query}} -
- {{lang 'forms.search.did_you_mean'}} {{forms.search.suggested_query.query}} - {{lang 'forms.search.refine'}} -
- - {{#if result_count '===' 0}} -
-

- {{lang 'forms.search.your_search_for'}} - "{{{sanitize forms.search.query}}}" - {{lang 'forms.search.no_match'}} -

-
- {{/if}} - {{/if}} - - {{#if category_results.length}} -
-
{{lang 'forms.search.categories'}}
-
    - - {{#each category_results}} -
  • - - {{#each this}} - {{name}} - {{#unless @last}} > {{/unless}} - {{/each}} - -
  • - {{/each}} -
-
- {{/if}} - - {{#if brand_results.length}} -
-
{{lang 'forms.search.brand'}}
- {{#each brand_results}} - {{name}} - {{#unless @last}}, {{/unless}} - {{/each}} -
- {{/if}} - - {{#if result_count '===' 0}} -
-
{{lang 'forms.search.suggestions.title'}}
-
    -
  • {{lang 'forms.search.suggestions.line1'}}
  • -
  • {{lang 'forms.search.suggestions.line2'}}
  • -
  • {{lang 'forms.search.suggestions.line3'}}
  • -
-
- {{/if}} -
-
- {{/if}} - -
- {{> components/search/content-listing}} -
- -
- {{> components/search/product-listing}} -
- - {{{region name="search_below_content"}}} -
+
+ {{{region name="search_below_content"}}}
{{/partial}}