I want to place different CMS blocks on different category pages in the sidebar on the right.
How can i make that possible?
Hi ekosman,
How many CMS blocks are we talking about ?
I think you will have to make adjustments to the template used for categories.
If you would like to do this within the admin, you would have to set and unset blocks using the design tab, in xml lang.
Example:
<reference name="right">
<action method="unsetChild"><name>xxxxx</name></action>
//.....
</reference>
Or you could use the Widgets funtions for placering the static blocks on categories. And the unset them on other categories.