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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -