Magento - How to add Layered Navigation to Advanced Search?

前端 未结 5 1316
孤城傲影
孤城傲影 2021-01-02 16:42

How can I add Layered Navigation to the Advanced Search result pages?

Magento Version 1.7.

5条回答
  •  醉梦人生
    2021-01-02 16:57

    There is no quick solution for this. The standard search and the advanced search use two different methods to search.

    If you compare the layouts in catalogsearch.xml you see that for catalogsearch_advanced_result the block catalogsearch/layer is not included. If you copy the block definition from catalogsearch_result_index and change the root template to 3columns.phtml various errors are thrown.

提交回复
热议问题