- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to add static block to cms page?
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
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to add static block to cms page?
can anyone help me out from this issue. its urgent