Jump to content

SOLVE->Search_block show only in homepage, how?


Recommended Posts

Hi everyone,

 

Search_block show only in homepage, how? please any idea how it to do? 

go to /root/modules/blocksearch/blocksearch-top.tpl

there you can wrap the complete code in if else condition using

{if $page_name=='index'}

//your current code goes here

{/if}

Link to comment
Share on other sites

or go to modules > positions search for displayTop modules list,

click on edit button near search block module and define exceptions.

select all pages instead of "index"

 

more about exceptions you can read here:

http://doc.prestashop.com/display/PS15/Managing+Modules+and+Themes#ManagingModulesandThemes-Attachingamoduletoahook%3ATransplanting

 

check point 5

Link to comment
Share on other sites

×
×
  • Create New...