0

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

heart hacker
  • 431
  • 2
  • 8
  • 22

2 Answers2

1

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') ?>
prathmeshb1
  • 119
  • 5
  • thank you @prathmeshb1 ya i have only one store..but how i will add page layout (for example:i want to add banner images at headertop in homepage,how can i will add banner images) – heart hacker Jan 02 '17 at 12:20
1

If you have only one website with single store or storeview then it will not be display. Please first create at least one extra store.

Abhinav Kumar Singh
  • 2,325
  • 1
  • 10
  • 11