I have a query that pulls products from Woocommerce on a special page depending on selections from the user. It works but they're out of order.
You can drag products around in the admin (Products) and it changes the display order on the normal front end store. Where is this order stored in the database so I can order my query results to match this order?