Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Multiple vendors on same order, changes updates for all.
Tagged: order status
- This topic has 12 replies, 6 voices, and was last updated 5 years, 8 months ago by
WCFM Forum.
- AuthorPosts
- July 10, 2019 at 8:48 pm #71871
richard.cannasolutions
ParticipantHello,
I have an issue that a vendor has found on orders that are done on one invoice from a buyer.The scenario is:
A customer shops the site. They end up buying various products from 3 different vendors. This order is all on the same invoice. The order is produced to all of the vendors. The vendors begin to process their orders. When a vendor is in the orders window and that vendor wants to change the order from let’s say Processing to OnHold, what happens next is that specific vendor not only has placed their order OnHold from Processing but the other 2 vendors invoices are also placed OnHold.
So the other 2 vendors are wondering who changed their order status. So they go ahead and change it back. The original vendor is now scratching their head also and now they place their order back OnHold. Now everyone is confused. I have no way of knowing how to fix such a problem. If there is no easy fix what can we do?
Also, where does one place an order from completed to paid? I mean so that the order is finalized and it shows a paid symbol. I do see the unpaid symbol in red, but can that be also shown as paid as well.
- July 11, 2019 at 12:42 pm #72031
kaloomee
ParticipantI too have same issue
When one vendor changes order status
This action changes order status on all other orders
WP Version 5.2.2
WCFM – WooCommerce Frontend Manager Version 6.2.3
WCFM – WooCommerce Frontend Manager – Ultimate Version 6.2.2
WCFM – WooCommerce Multivendor Marketplace Version 3.1.3
WooCommerce Version 3.6.5 - July 11, 2019 at 2:04 pm #72035
- July 11, 2019 at 2:47 pm #72044
kaloomee
ParticipantThank you
I thought that his checkbox option was for each individual vendor, I now understand a little bit more
Good to learn something new every day π - July 11, 2019 at 3:52 pm #72049
richard.cannasolutions
Participantsdel_nevo… you ROCK!!! Thank you!!
- July 11, 2019 at 4:17 pm #72053
sdel_nevo
ParticipantHi guys
Your both welcome π
Steve
- July 12, 2019 at 9:33 am #72134
ikeldistribution
ParticipantHI All,
As per the other question in this thread about changing an order from completed to paid, how do we do this please?
Thanks,
Kingsley - July 12, 2019 at 6:08 pm #72165
Jose
ParticipantHello,
The problem is that a new issue appears, if a customer orders several items from different suppliers, when a seller changes the status to completed, the customer don’t receives an email. And Admin always see the order like in process, incluide if both vendors change the order to complete.
But, if admin change status to complete, the customer receive email, but with both products. This is a really bad.
I would like to know if other user see the same !
Regards,
- July 13, 2019 at 6:23 am #72225
WCFM Forum
MemberHI,
The problem is that a new issue appears, if a customer orders several items from different suppliers, when a seller changes the status to completed, the customer donβt receives an email. And Admin always see the order like in process, incluide if both vendors change the order to complete.
– I think, “Order Sync” option is disabled so main order not updating as vendor update order status.
But there is notification for both Admin and Customer.
Thank You
- July 13, 2019 at 1:30 pm #72308
Jose
ParticipantHi,
Sorry, but we have no solution with any of the options; Order Sync Activate or Deactivated.
With the option activated: The problem is that it is enough for one of the sellers to complete the order and the customer receives an email with both products as complete, the customer is being confused since sellers can perfectly have different times to prepare the shipment. On the other hand a logistics company could be receiving the order to go and find both packages for dispatch. Remember that there are many companies that already have their own plugin for offices and the most important thing is to know when a product is complete.
With the option deactivated: Separates the products, but does not send emails to the customer (of utmost importance) and on the other hand if both sellers complete the order, the administrator does not see the status of the order updated.
Some time ago you used this code to update the status of the administrator:
add_filter( 'wcfm_is_allow_change_main_order_status_on_all_item_shipped', '__return_true' );
Will be possible to change to update status administration when orders are complete ?
Regards,
- July 14, 2019 at 8:39 am #72434
WCFM Forum
MemberHI,
With the option deactivated: Separates the products, but does not send emails to the customer (of utmost importance) and on the other hand if both sellers complete the order, the administrator does not see the status of the order updated.
– It will update main order status to complete, add this line to your site –
add_filter( 'wcfm_is_allow_mark_complete_main_order_on_all_child_order_complete', '__return_true' );
Thank You
- July 15, 2019 at 4:24 pm #72577
Jose
ParticipantHi,
Ok, with this code is better !! Thank you
Regards,
- July 16, 2019 at 3:44 pm #72684
WCFM Forum
MemberWelcome π
- AuthorPosts
- The topic ‘Multiple vendors on same order, changes updates for all.’ is closed to new replies.