KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: Steveinjava on March 05, 2008, 03:59:13 pm

Title: Random product Tile for home page
Post by: Steveinjava on March 05, 2008, 03:59:13 pm
Rather than confront potential clients with the (largely) the same products each time (ie the latest ones on the db) I would much rather put up (say) 9 random products each time. I can see the bean logic that is used in NewProductsBody.jsp to iterate the products provided by the bean in the line <bean:define id="prodArray" name="prodMgr" property="newProducts"/>
But I do not know how I can do the same for all products rather than just new ones.
The documentation mentions things like specials etc but not a global product version.
I am guessing/hoping this functionality is already available by using a wildcard or some such...?
Title: Re: Random product Tile for home page
Post by: julie on March 05, 2008, 04:06:48 pm
Hi,

It's not available but you could easily implement it by creating your own list and saving it in the session.

-Julie