You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was created using Expand operation in Cart Transform Extension to assign a discount.
But the issue is that Checkout UI cannot remove bundle products.
Shopify Team, can you please resolve this bug or suggest a solution for the issue.
Thanks
The issue was found in January 2024, still not fixed.
The text was updated successfully, but these errors were encountered:
I am trying to remove a bundled product in Checkout UI extension using applyCartLinesChange
const changeCartItem = useApplyCartLinesChange();
What I do is
It works fine for ordinary line items. However, when trying to remove bundle line item, it fails to remove it with the following error response:
The bundled line item has the following body:
It was created using Expand operation in Cart Transform Extension to assign a discount.
But the issue is that Checkout UI cannot remove bundle products.
Shopify Team, can you please resolve this bug or suggest a solution for the issue.
Thanks
The issue was found in January 2024, still not fixed.
The text was updated successfully, but these errors were encountered: