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
Post a Comment