Magento – Different layouts for parent categories

categorytheme

This is my category tree:

-Default Category
--Top Cat 1
---sub cat 1
----sub sub cat 1
----sub sub cat 2
----sub sub cat 3
---sub cat 2
---sub cat 3
--Top Cat 2
---sub cat 1
---sub cat 2
---sub cat 3
--Top Cat 3
---sub cat 1
---sub cat 2
---sub cat 3

The thing is I need to display different content and sidebar on the 3 Top Categories. How can I achieve this?

Best Answer

Each category has section called 'Custom Design'. From that section you can select a different theme for a category, add custom layout update statements, and select the layout of the page (1column, 3columns, ...). You can create a different theme containing only the files you need to change for the categories and use that one for your 3 top categories.

Also in the section 'Display settings' you can choose for 'Display mode' 'Static block only' if you don't want products listed (or 'Static blocks and products' if you want a static content and products listed) and create a static block with the content and design you want and use that for your categories. One block for each category.

Related Topic