I want to change my category page layout to 2columns-left.phtml. The default is a 3 column layout. I only want to set the category page layout to 2columns-left.phtml. The rest should keep the default page layout (3 columns). How can I do this?
I want to change my category page layout to 2columns-left.phtml . The default is
Share
You can do this for categories individually under the Design tab. You can do this for all categories by adding a
local.xmlto your custom theme’slayoutfolder which contains the following:For further info, Magebase has a great Layout XML primer, and Alan Storm wrote the book on it.