Search code examples
magentomagento-1.9static-block

How to display for static block pages for magento1.9.0.1?


i created staticblock pages in admin panel(magento ver1.9.0.1),but while creating pages the storeview tab is missing..so,i'm unable to create a layout for my staticblock pages.please check the image below:enter image description here


Solution

  • If you have single store, then it will not asking for store view. which error message you got while saving static blocks ?

    Answer : 1. Add CMS Block with Banner - http://www.awesomescreenshot.com/image/2010900/2819f42368db4893663d47c2a54d9b51

    1. Add layout update for banner

      • Find home page in CMS pages Section
      • "Design" Tab
      • Layout Update XML banner-static-block-identifier

      • Save It.

    2. {{THEME PATH}}/template/page/html/header.phtml

      • Add this line where you want. getChildHtml('banner-static-block-identifier') ?>