Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top