• Resolved maxibel

    (@maxibel)


    How could I set a filter by order number in orders list at vendor panel? There are just 2 filters: by date and by customer name.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @maxibel

    Right now the orders are sorted according to the date of creation. if you want to filter them according to their order ID then this will require proper customization.

    The function that is loading all the orders on the vendor dashboard’s order listing page is defined in wp-content/plugins/dokan-lite/includes/Order/Manager.php this file’s line number 21. You can have a look at that and hopefully, it will help.

    Thanks!

    Thread Starter maxibel

    (@maxibel)

    Could I make this using hooks? Thank you for your support.

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @maxibel

    A hook to sort the order list of the vendor dashboard page is currently unavailable. For now, the only way is to edit the core file of the Dokan plugin.

    Note that, any changes made in the core file will disappear once you update the Dokan plugin.

    Thread Starter maxibel

    (@maxibel)

    This feature would be very helpful and obvious. When we need to find a order, or ask for information, you should ask first for order number, not for customer name or for order date. I think this would be something very easy to Dokan team develop.

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @maxibel

    I agree with you that this can be a good enhancement. We were planning to add a feature to search using order ID. You can see the reference on this PR from our GitHub repository. Hopefully, this feature will be introduced very soon in Dokan lite.

    If you still want to have a feature to sort the orders according to their order ID then feel free to create a feature request by visiting this link.

    Thanks!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @maxibel

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

    Thread Starter maxibel

    (@maxibel)

    Now this feature is available… thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Filter orders by order number at vendor panel’ is closed to new replies.