Bundle products never properly cancel #2099
LeeSaferite
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
qty_canceled
value updated. This is true for the parent item and the child items.processing
instead of transitioning tocomplete
as expected. You have to triggercancel
a second time.Processing
Canceled
after you partially cancel an order (or fully cancel I imagine)These are all symptoms of the same issue. The code that calculates the qty to cancel for an order item is buggy when dealing with bundles. My specific use case is a fixed price and separately shipping setup, but I imagine other configurations are also buggy.
Fully cancelling an order works, but only through what I'd consider a flaw in the code. Even though it does transition the order to closed, the bundle items (parent/children) never have their
qty_canceled
values updated.Beta Was this translation helpful? Give feedback.
All reactions