Friday, 3 January 2014

Show new and featuted products on home page in magento by XML

Show new Product on home page xml

{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}} 


Show featured product on home page xml
{{block type="featuredproducts/listing"}} 

{{block type="featuredproducts/product_list" name="featured_product_list" as="featured_product_list" template="inchoo/featuredproducts/list.phtml"}}


Show best selleing product on home page xml
{{block type="bnm/bestsellingproduct" displaylocation="homepage" template="bnm/bestsellingproduct.phtml"}}