Magento: Display New Products On The Home Page
- Category: questions, web design, web development
Many don’t know that displaying new products on any page of your Magento store is actually a built-in feature! All you have to do is paste the following code in your CMS page:
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
Products marked as “new” in your catalog will show up wherever you put the code above. By the way this is NOT related to the date when your products were added to your store – only the products that you set as “new” in the catalog will show up. To mark a product as new, simply use Magento’s built in function under “Catalog” -> “Manage Products” -> “Your Product” -> “General” -> “Set Product as New from Date” and “Set Product as New to Date”.
I’ve seen countless “modules” and “extensions” that do just that, or a little more. But really it’s better to use Magento’s native function.
http://www.noamdesign.com/Web-Design-Blog/magento-add-new-products-on-home-page-by-category/