Developer forum

Forum » Feature requests » Random sorting in product catalogue

Random sorting in product catalogue


Reply
 As it says in the subject :)

Replies

 
Nicolai Høeg Pedersen
Reply
Not possible....

Unless you do some fance javascript that moves things around randomly.

Or actually - maybe possible with an productlist template extender. Rearrange the products in the product collection.
 
Reply
 It's a feature request :)

Ie. you can have a webshop, where you, on your front page, wants to show 4 products from your News/Specials group. But this group could include a lot of products, and you don't want to show the same 4 every time.
 
Reply

Maybe you can use the module Data Lists and do something like this:
SELECT TOP 4 * FROM EcomProducts ORDER BY newid() 

Michael