Magento How to display the search results from search query in a custom page -



Magento How to display the search results from search query in a custom page -

in magento,

i display products retrieved search query in custom pages. default these products displaying in catalogsearch/result/?q="some text". restrict redirection , these search results have displayed on custom pages (say index.php itself).

can 1 provide me solution this?

thanks in advance mani

go

\app\design\frontend\default\your theme\layout/catalogsearch.xml

in line no 52:

<action method="settemplate"><template>page/3columns.phtml</template></action>

change into:

<action method="settemplate"><template>page/{your phtml file}</template></action>

magento

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -