• Resolved Frank

    (@frankoutsole)


    Is there a way to prevent woocommerce from repeating to show products in a loop, to use random ordering? Perhaps someone has a code for this. I’ve seen many related posts and issues, but haven’t found the solution yet.

    Two problems:
    – Products will be repeated at different pages with the random order.
    – Products will be repeated multiple times on a single page with infinite scroll.

    http://www.outsole.nl > sneakers (view all) > change ‘Sort by’ to random

    Thanks in advance.

    https://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Not really; you’re defining random order, so its random per query. Querying all products in the entire catalog to do random order of a subset would be a performance issue.

    Thread Starter Frank

    (@frankoutsole)

    Thank you! Fair enough, I will delete the random order system 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Don't repeat products (random order)’ is closed to new replies.