I am trying to split up the 2-columns-left template on the category pages.
Right now it looks like this:
_________________________________
| | |
| | Page Title |
| | |
|(sidebar) | (main content) |
| | |
| | |
|__________|____________________|
I need the category name and description to move up over the left menu, and fill the width 100% like this:
_________________________________
| |
| Page Title |
|_______________________________|
| | |
|(sidebar) | (main content) |
| | |
| | |
|__________|____________________|
I cant figure out where to start. When I look in the XML it seems to not be a separate part that I can place elsewhere.
First update the catalog layout to use the single column template. Then copy the catalog.leftnav block into the category.products block.
Once the catalog.leftnav block is a child of the category.products block, you can use the getChildHtml() method to display it in the category.products view template.
Style to your liking. Hope that helps.