I have 2800 products in my WooCommerce store. Trying to use the All Products > "Sorting" utility in the backend to edit the desired order for them to appear is excruciatingly slow. Even if I filter into a category with ~200 products, it's quite slow to save each product. The process of updating the database with a sort value after EVERY drag reorder seems like overkill.
Is there anyway to drag them into my desired order (not have it automatically trigger Ajax) and once I'm one manually trigger the order of them to appear?
I have 2800 products in my WooCommerce store. Trying to use the All Products > "Sorting" utility in the backend to edit the desired order for them to appear is excruciatingly slow. Even if I filter into a category with ~200 products, it's quite slow to save each product. The process of updating the database with a sort value after EVERY drag reorder seems like overkill.
Is there anyway to drag them into my desired order (not have it automatically trigger Ajax) and once I'm one manually trigger the order of them to appear?
Share Improve this question asked Mar 18, 2019 at 20:37 Louis WLouis W 4741 gold badge6 silver badges18 bronze badges 2- Not sure what the difficulty is, but you might want to look at a function that would directly manipulate the database - updating the order field - instead of working from the product edit screen. – CK MacLeod Commented Mar 19, 2019 at 2:52
- I ended up getting Advanced Post Types Order plugin as quick fix, still would be nice if Woo would work better. – Louis W Commented Mar 19, 2019 at 16:18
1 Answer
Reset to default 2Here's a plugin that deals with this fairly effectively.
https://github/haydenw/woocommerce-product-sorting