Status

The page you requested does not exist. A search for category blog resulted in this page.

How to add Products on Magento Homepage

Submitted by morf on Mon, 09/07/2009 - 1:00am

Its pretty simple - you have to do edit your Home page. Go to your Magento admin, login, then go CMS - Manage Pages. Edit your Home page, and in the place you wanna have product list displayed put this row:

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

Where you have to change the category_id attribute to category id you want to display. You can find this id in heading, if you editing any category.