To change the page layout of category or category product listing page:
- Go to your theme page.xml file - app/design/frontend/default/{your theme}/layout/
- Search for <block type="page/html"
- Change the layout in template="page/{your desired layout}"
- Your desired layout may be 2columns-left.phtml or 2columns-right.phtml
- Finally the code may looks like this
<block type="page/html" name="root" output="toHtml" template="page/2columns-left.phtml">
No comments:
Post a Comment