WooCommerce Order Filtering Doesn't Update Pagination Properly
Product, coupon, etc. filtering appears to be working just fine. However, I used a filter on the WooCommerce => Orders page (which is the more important view to have filterable for our purposes) to then see the filtered results, but the total item count and pagination isn’t updating properly. Also, some filters show just 1 result on the first page, and then going to the next page has it show another result.
So it appears there might be two issues here:
- Filtering WooCommerce => Orders doesn’t have pagination & item count update properly.
- Filtering WooCommerce => Orders doesn’t properly pull all of the results onto as few pages as possible.
I’ve tried using a few different filters to see if one behaves better than others (just search for if a column contains certain text, orders from a specific date, orders above a certain total, etc.), but it appears they all seem to be suffering from this issue. I also looked into this on a few other WooCommerce sites, and it appears this isn’t isolated to one site.
Meanwhile, I can say that doing a basic text-based search via the search input on the Orders page has things filter properly.
Here’s a screenshot showing how only 4 results are showing (there should be more results than that) when it should show 100 per page, and the pagination & items haven’t been updated to reflect the search results whatsoever (still showing the total items & all pages as if it hasn’t been filtered).
You must be logged in to reply to this topic.