Magento: How To Display More Than 5 New Products

New products in MagentoWhen displaying new products in Magento (either on your store’s home page or anywhere else) the default number of new products that will display is 5.

To display more than 5 new products without modifying any core files, you can use the following method (here I display 8 new products):

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

Where the “productsCount” number will determine how many new products will be displayed.

Related posts:

Don’t forget! Subscribe and follow!

Be sure to subscribe to the feed and follow us on Twitter for more tips, resources, and giveaways!

2 Comments

  • stan
    hey there, how do i change the number of columns for the new products? thanx!

    Noam -

    You’d have to edit your template file “new.phtml”. Exactly how to do it depends on your specific design.

Leave a Reply

Sorry - this blog is now closed to new comments.