Domanda

enter image description herei created static block pages like about us, contact us and banner. But the storeview can not display, So please help me how to add layout for all static block pages...how to display storeview tab in static block page creation

È stato utile?

Soluzione

You have to assign them in xml file i.e. Layout file,

like,

 <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">

Now in CategoryController of catalog module under ViewAction method when $this->loadLayout() is called, this template file will be opened.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top