Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Order status to be only updated to order completed when ALL vendors are done
- This topic has 1 reply, 2 voices, and was last updated 5 years ago by WCFM Forum.
- AuthorPosts
- October 31, 2019 at 8:04 pm #89932stickr.sgParticipant
Hi,
When a buyer buys items from multiple vendors in a single order, a vendor can change the order status to “completed” and every vendor from the same order also sees the order as completed.
Because of that, they will miss out on the order. Please kindly help to update the WCFM such that if there are 3 vendors in the same order, it requires all 3 of them to change the status to “completed” before the whole order gets completed. If one vendor changes the order to completed, the other 2 vendors should still see it as processing status. Thank you.
Attachments:
You must be logged in to view attached files. - November 6, 2019 at 3:08 pm #91073WCFM ForumMember
Hi,
When a buyer buys items from multiple vendors in a single order, a vendor can change the order status to “completed” and every vendor from the same order also sees the order as completed.
– Please disable “Order Sync” option from WCFM Admin Setting -> Marketplace Setting – https://ibb.co/64X6B1j
Also add this line to your site to mark main order completed when all vendor will mark there order completed –
add_filter( 'wcfm_is_allow_mark_complete_main_order_on_all_child_order_complete', '__return_true' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- AuthorPosts
- The topic ‘Order status to be only updated to order completed when ALL vendors are done’ is closed to new replies.