cancel
Showing results for 
Search instead for 
Did you mean: 

How to add static block to cms page?

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to add static block to cms page?

Hi guys,

 

How can I add a static block in a sidebar of a certain cms page? Here's an image of what I'm looking for:

http://i60.tinypic.com/2l9756t.jpg

 

I only want to have a static block in the left sidebar of THIS cms page, not on EVERY page that has sidebar enabled.


Surely I already googled for 1 hour, but to no avail.

 

Many thanks, cheers,

 

 

4 REPLIES 4

Re: How to add static block to cms page?

@AWXX

 

Possible by adding layout XML code. Follow below code and add it into you CMS Page "Layout update XML" under "Desigg" tab.

 

<reference name="left">
<block type="cms/block" name="footer_links_sm" before="-">
    <action method="setBlockId"><block_id>footer_links_sm</block_id></action>
</block>
</reference>

Hope it helps you, good luck Smiley Happy

-
Magento Programmer | Was my answer helpful? You can accept it as a solution.

Re: How to add static block to cms page?

i have added a delivery pincode checker module of NEXTBITS, which is working fine on local machine. but on server the frontend that is the block is not displaying in magento.

magento i am using is 1.9.1.x same as local

Re: How to add static block to cms page?

Thank you sir!

 

I found a similar solution through Google, but for some reason it didn't work. Probably my fault.

 

Thanks again,

 

 

Re: How to add static block to cms page?

can anyone help me out from this issue. its urgent