is it possible to check out an order and leave cer...
# support
e
is it possible to check out an order and leave certain line items in the cart?
b
No, you'd need to split those line items to a new order.
e
can i create that new order before the first order has completed?
b
I don't see why not.
before_transition to: :complete, do: :split_order