Replies: 1 comment
-
The parent-child order concept is also discussed here - in relation to splitting order items as opposed to payment - however, the considerations are similar. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WooCommerce only allows one payment method per order. This means if you want to split a payment between card and cash, and have the reports correct for orders via payment method, we need to split the order into 'sub-orders', similar to the way WooCommerce Subscriptions handles parent and related orders:
Beta Was this translation helpful? Give feedback.
All reactions