php - Pagination not display in magento advance search -
i have issue of pagination , filter in advance search page otherwise filter , pagination works in other pages search, category , subcategory. don't why it's not working advance search page.
working url : http://homefurnituretrading.co.uk/index.php/bedroom-furniture/wooden-beds.html
not working url: http://homefurnituretrading.co.uk/index.php/catalogsearch/advanced/result/?manufacturer[]=164
you have not added handle catalogsearch_advanced_result layered navigation.
open catalog.xml file find catalog_category_view handle category page , find whithin reference left block layered navigation.
so need add left block in following layout handle
<catalogsearch_advanced_result> <reference name="left"> <!-- add block here found in handle catalog_category_view --> </reference> </catalogsearch_advanced_result>
Comments
Post a Comment