Showing posts with label popular search. Show all posts
Showing posts with label popular search. Show all posts

Monday 27 April 2015

How to Show popular search terms in sidebar Magento

How to Show popular search terms in sidebar Magento


Hello In you need to add popular search in your sidebar.

if you add code this code in local.xml file or catalog.xml file when to add block for side bar.

<block type="catalogsearch/term" after="tags_popular" name="catalogsearch.term" template="catalogsearch/term.phtml"/>

here i am added left sidebar in code

<reference name="left">
   <block type="catalogsearch/term" after="tags_popular" name="catalogsearch.term" template="catalogsearch/term.phtml"/>
   </reference>

Please use it.