Cart Transform "merge" shows wrong bundle items in checkout #399
abrajakabra
started this conversation in
Feedback: Cart Transform API
Replies: 3 comments
-
Was this ever resolved? Experiencing the exact same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I had this issue, <script> localStorage.removeItem("__ui") </script>Add this to your cart liquid template. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For any of the developers experiencing this, could you post a minimum version of your cart transform code that reproduces this? Also, what are the content of calling |
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
-
I'll try to explain the issue point by point.
This is meant to be read in the context of a custom bundle builder / mix and match.
User...
And here the problem begins:
In the cart context everything is still fine, but as soon as the user proceeds to the checkout page, the bundle itself shows up but with the previously removed items. When the user now goes back to cart, it has also updated to the old items.
If you add another random product into the cart before proceeding to checkout it seems to update correctly — at least it did in one of my tests (I can't verify that again right now).
Beta Was this translation helpful? Give feedback.
All reactions