Showing posts with label How to display latest Products on Homepage in Magento. Show all posts
Showing posts with label How to display latest Products on Homepage in Magento. Show all posts

Tuesday 27 October 2015

Magento Display products from the category on the home page


Magento Display products from the category on the home page

In Magento admin panel go to CMS> Pages>Home page
Open the Content tab and paste the following code into the html code block :

{{block type="catalog/product_list" category_id="3" template="catalog/product/list.phtml"}}

Make sure the category_id="3" value is your category ID and Save the CMS.