How To - Display products on home page
This is an old revision of the document!
Table of Contents
There are numerous ways to put products on your home page, and we’ll compile a list of code snippets you can use on your own store here.
Index |
New products |
Use this code snippet to show products labeled as “new” on your front page:
- {{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}


