質問

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

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top