How to change search result page from 3 to 1 columns in magento? -


i have change catalog search result page layout 3 1 columns layout. have tried in catalogsearch.xml, not getting proper result. can tell me how can fix it?

thank you.

changing layout in catalogsearch.xml should trick, done way:

before:

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

after:

<action method="settemplate"><template>page/1column.phtml</template></action> 

you should clear magento cache in admin>system>cache management.

hope helps.


Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -