Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Remove Order status ‘Sync’ between Main and Sub-orders

WCMp Core

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #124665
      mikestar
      Participant

      Hi,

      How can we disable sync between sub-order and main order.
      For example, if we change the status or sub-order then the status of main order should NOT get changed automatically, and vice versa.

      Thanks,
      Mike

    • #124681

      Mike, our plugin doesn’t sync the order status with suborder status and parent order status. We only sync the initial order status.

    • #124695
      mikestar
      Participant

      If the sub-order is marked as completed, then the main order also gets changed to completed status. Why so ?

    • #124775

      Hi,
      Please add this code in the function.php of the current active theme :

      add_filter('wcmp_vendor_order_to_parent_order_status_synchronization', '__return_false');
      Copy

      Regards,

    • #127784

      We haven’t heard back from for a while.
      We hope this issue is fixed.
      We are closing this thread now
      Kindly create one new thread if you face any such issues.

Viewing 4 reply threads

The topic ‘Remove Order status ‘Sync’ between Main and Sub-orders’ is closed to new replies.