• Resolved smilbert

    (@smilbert)


    Hi. I just downloaded and installed/setup your plugin. It looks AWESOME, but I quickly noticed that the Screen Option “Number of items per page” is ignored and set to 10. How can I change this? I export my orders, so I like to see at least 100 so I can select and export all at once.

    Next, the search doesn’t seem to get all of the items I’m searching for. I get a list of 10 matching orders (no additional pages), but I know of several others. Is there a date range or other filter that may be blocking this?

    When I simply try to filter by orders that have not been exported, there appear to be 34 (in parenthesis next to filter), but I’m given a page that says there are 3,187 items–and when I go to page 2, 3, etc, I see there are actually only 21 listed.

Viewing 1 replies (of 1 total)
  • Plugin Author rayrutjes

    (@rayrutjes)

    Hi @smilbert ,

    The number of orders per page is determined by a WordPress native option: https://github.com/rayrutjes/wc-order-search-admin/blob/master/includes/admin/class-orders-list-page.php#L99
    You should be able to override that.

    The results should be returned, and pagination should work. I’m curious on what may be happening in your use case. Could you share a concrete example of what you typed and of an order that should be returned that is not?

    Could it be that you are using a plugin that is also altering the backend search query parameters? That would explain the issues you are mentioning. In general, having multiple plugins altering the backend query never ends well unfortunately.

    I hope you’ll be able to workaround current limitations you have. I’ll do my best to help you.

Viewing 1 replies (of 1 total)
  • The topic ‘10 of items per page max? Other filters?’ is closed to new replies.