2 Columns with left bar

How do I define which static blocks show up in the left bar? It is currently position 7, but i would like to display more positions?

Thank you,

Gorden

3 answers

Profile photo of Gorden Mack 0.00 $tone July 10, 2014
Public

That helps if I was working on a CMS page, I am working on a Category page, and I do not see how to affect the display of which blocks show up on the left -- position 7. I’d like to add more blocks going down the length of the left side.

#2
Profile photo of chavan 100.00 $tone July 12, 2014
Public

Open app/design/frontend/xxxxxx/xxxxxx/layout/catalog.xml
Add your static block to the left or right section in

<!-- Mage_Catalog -->

For example to add to the left sidebar..
<reference name="left">
<block type="cms/block" name="Block Title" >
<action method="setBlockId"><block_id>Identifier</block_id></action>
</block>
</reference>

#3

Please login or Register to Submit Answer

Written By

Comments