• Welcome to KonaKart Community Forum. Please login or sign up.
 

Random product Tile for home page

Started by Steveinjava, March 05, 2008, 03:59:13 pm

Previous topic - Next topic

Steveinjava

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...?

julie

Hi,

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

-Julie