New Products display

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Hi,

Currently new products display only 4 items. I have looked through the modules, aspx pages, and templates trying to find
where I can change the display to more than 4 items. Does anyone know the tricks for this? Any help is appreciated.

Thanks in advance.

ttun76
14 years ago
Hi,

Please go to Modules/RecentlyAddedProducts.ascx.cs

and find:

int number = 4;


and change 4 to however many you want to display, remember paging is not supported on this page.

mike..
14 years ago
Excellent! Thank you for the quick response, Mike.
14 years ago
I tried to do it. but After i change the Num, it still only 4 item there!
Could you let me know how does it works
14 years ago
same with me too, i changed it to 6 but still showing 4 products

And one the homepage , as we can see only 3 categories per row, i want to make it 4 categories per row, how i can do that please HELP...
14 years ago
[email protected]
you must recompile code after this change

abc
modules/homepagecategories.ascx
                RepeatColumns="4"
14 years ago
Excellent! Thank you for the quick response
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.