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.

No comments: