[How to] Display new or category products on the Magento home page
I am new in using Magento, and since now i see this is the great system with some things that are for me as Joomla and WordPress user really strange.
I am still exploring but the main problem was adding and removing System blocks in side bars. To do this you need to change some code which is not ideal solution and I hope that this will be resolved in future realeses.
Next thing that was bothering me was my empty home page. I could add some text and pictures, but it still looked bad. So I started to look for a solution of putting the list of products on the home page.
I found out that it is possible to put
- Products from specific category and
- New products on the home page
To show products from specific category on your magento home page you would need to:
- Create a new product, with all required fields filled, and published in some category
- Product published on specific website (you will see what i mean in the video)
- Find out the category id
Paste the code in the content area of your home page by going to CMS>Manage Pages>Home page
{{block type=“catalog/product_list” category_id=“4″ template=“catalog/product/list.phtml”}}
Category ID will be the number of your category (check the picture above)
That should be good!
To show new products on your magento home page:
- Create a new product, fill all the required fields
- Select the period to show your product as new
- Paste the code in the content area of your home page by going to CMS>Manage Pages>Home page
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}} - Save it! That should be good.
For details check this great video
http://vimeo.com/1070986
Popularity: 22% [?]
Related posts:


01. Dec, 2009 






In the magneto admin area cms->pages->select page( Like:home page ) ->select content tab->hide editor by clicking on the button just below the editor->and add the widget for the catalog new product.
after this if product not displayed then please check the following thing realated to product
General Information :: Status >> Enable
Design :: Active From && Active To
Inventory :: In Stock
Qty :: Greater then 0