Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In magento 1.4 it has default page showing new products but how can I show all these products in one page like ordinary category showing all items underneath.. My current setup is showing 8 new products in homepage and a link to show all new products.

share|improve this question

1 Answer

To change the number of new products on the homepage, you should be able to edit the value in app/code/core/Mage/Catalog/Block/Product/New.php

Change const DEFAULT_PRODUCTS_COUNT = 5; to whatever value you'd like - or 999 to show all new.

share|improve this answer
I was able to do that Emily, What I want is a separate page if user click on more new products after the 5 products shown on magento homepage, and I want to jump from homepage to another page showing all new products if more link is clicked. – text Oct 15 '10 at 3:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.