문제

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