Magento Show Product On Home Page

Share:

There are so many ways to show products on our Magento home page.

Login to admin panel goto CMS >> Manage Pages >> Home Page from the list of pages.

New Products

Use below code to show “new Products” on our front page

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

For All Products

Login to admin panel goto CMS >> Manage Pages >> Home Page from the list of pages.

{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" category_id="4" template="catalog/product/list.phtml"}}


No comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();

Ads