So I have the following liquid code to create a custom product slider which is working great:
{% paginate collections['everything-kitchen'].products by 20 %}
{% for product in collections.everything-kitchen.products %}
I’m looking to basically randomize the products instead of the default sort by options from the edit collection page, I can re order the
Would greatly appreciate any help with this!
Thanks in advanced.