Sunday, 8 July 2012

How to define homepagecontent from backend page in magento?


initially it will do on header.phtml file
Now open admin/cms/page/Home page/
on content add the following
{{block type="catalog/product_list" name="feature" template="catalog/product/homelist.phtml" category_id="36"}}
{{block type="catalog/product_list" name="feature" template="catalog/product/homecontent.phtml"}}
Now homecontent.phtml file is included into home page.
ALso product category page having category id 36 included on home page.


OR




   
            10
           
                                      
           

           product_list_toolbar
     

No comments:

Post a Comment