Home Forums WC Vendors Free Support Can the system show orders to vendors without manual approval?

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7966
    Stephen
    Participant

    Hi!

    1. New orders can only show up in the ‘vendor dashboard’ if the ‘processing’ status is clicked by the admin in the WC backend. Is there any way that the system can automatically show the order for the vendor at the ‘vendor dashboard’?

    2. The vendor can only either ‘view’ or ‘mark shipped’ of the order they can see. is it possible that the vendor can have one more order status function such as ‘ order confirmed’ status they can click?

    Thank you for your help and patience!

    Stephen

    #7967
    WC Vendors Support
    Participant

    Hi Stephen,

    Orders will show up on the Vendor Dashboard when “processing” or “completed”. Processing means order paid for. Completed means order paid for and shipped. For a vendor marketplace, that’s basically the same thing.

    If you wanted to add custom order statuses, you’d have to code the custom order statuses and then code them into WC Vendors using the “wcvendors_completed_statuses” filter which you see here:

    https://github.com/wcvendors/wcvendors/blob/master/classes/class-commission.php

    and here:

    https://github.com/wcvendors/wcvendors/blob/master/classes/class-queries.php

    So it’s a fair amount of work, that’s for sure, but certainly, as with anything, anything can be done.

    Ben

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WC Vendors Free Support’ is closed to new topics and replies.