Magento 1.9 – Static Block Not Working in CMS Page

magento-1.9static-block

I want to call a Static-block (Identifier* name isstatic-block-to-use-in-cms-page in a CMS Page.

In CMS-Page's Content (Left Navigation Tab) field I called that static block by using this code

{{block type="cms/block" block_id="static-block-to-use-in-cms-page"}}.

Best Answer

To solve this problem you have to set a permission for cms/block. In this case, go to Sytem > Permissions > Blocks

Now click on Add New Block and write cms/block on Block Name* And set Yes from Is Allowed.

Related Topic