Categories

Add A New Products Section to a Magento Store Homepage

Was looking for a way to add a New Products section to the homepage of a Magento store I’m working on a found a great write up on Richard Castera’s blog. All you really have to do is add this code to the homepage code in your CMS section:

{{block type=”catalog/product_new” name=”home.catalog.product.new” alias=”product_homepage”template=”catalog/product/new.phtml”}}

Check out the full [...]