سؤال

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