I gave this issue up to take a break and let my brain do a dump. However, people are now asking why are their products being pushed down the queue.
So I have a Wix Shop where each collection is actually a different vendor at an online store that I volunteering to run. Whenever I load new products, the Wix shop pushes products down the queue. I understand that is just how it works, naturally. I would like to figure out a way, hopefully through code (I am not great at) to randomly load the products so that they are mixed up.
I saw somewhere you can do it with a repeater, but the Wix Shop (is a Gallery) and features don’t work the same way.
Also you can’t access the locked database
Is there code for this?
Do I have to recreate the shop a different way to make a repeater or function to allow randomization?
Is there another option?
I wouldn’t even mind if each full collection loads randomly to give each vendor a chance for “stardom”.
Hi Amber, Fellow Wix user here. Did you find a solution? I found that you can randomize the products from your Dashboard > Store Products > Collections ALL PRODUCTS. Manual dragging and dropping once you’re in that space.
Hey Tet, thanks for your comment and suggestion. This unfortunately not what I am looking for. I want to be able to randomize the whole shop so that vendors don’t get pushed to the bottom when new ones and products are added.
Thanks however. I am still looking for a solution.
Hi All, I found a solution by creating a new randomized collection using Python and Selenium, not the most elegant but I can run it daily. At least now my customers wont see all the same products side by side. I’ll post a link to the medium article as soon as I finish writing it.