Order status to be only updated to order completed when ALL vendors are done

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

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

Viewing 1 reply thread
  • Author
    Posts
    • #89932
      stickr.sg
      Participant

      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.
    • #91073
      WCFM Forum
      Keymaster

      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

Viewing 1 reply thread
  • The topic ‘Order status to be only updated to order completed when ALL vendors are done’ is closed to new replies.