Magento – Display Products on Homepage

20 Exceptional CSS Boilerplates and Frameworks
November 30, 2013
PrestaShop Tutorial 1.5.x
December 11, 2013
Show all

Magento – Display Products on Homepage

To display products on a homepage (for ex. category “on Sale”) you need to open necessary CMS static block or CMS page. 
 With the following code paste the product list (list.phtml) to the page indicating the product category:
{{block type=”catalog/product_list” name=”product_listing” template=”catalog/product/list.phtml” category_id=”8” }}
Where: 
category_id — Id of the category, which products you need to show. 
template — the template which will show the products, by default it is catalog/product/list.phtml, but you can create your own.