Developer forum
E-mail notifications
Random sorting in product catalogue
Replies
Nicolai Høeg Pedersen
Posted on 23/12/2010 13:52:31
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.
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.
Posted on 03/01/2011 08:51:35
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.
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.
Posted on 04/01/2011 16:01:21
Maybe you can use the module Data Lists and do something like this:
SELECT TOP 4 * FROM EcomProducts ORDER BY newid()
Michael