Checkout can't be completed when a line item with a selling plan is added to the cart #220
Replies: 8 comments 3 replies
-
Hey! The case you're trying is Subscription at the component level. Could you let me know if you're still getting that error? We aren’t currently supporting We have two cases:
We have two operations, Expand operation:
Merge operation:
|
Beta Was this translation helpful? Give feedback.
-
Any updates on this? This functionality would greatly reduce the complexity of our frontend and backend cart logic and make migrating away from checkout.liquid so much easier. |
Beta Was this translation helpful? Give feedback.
-
@ignacio-chiazzo Could you please provide any updates as to when selling plan support might be coming to Cart Transforms? Or if that is still planned? |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Checking in to see if there's any updates from Shopify on this 👀 |
Beta Was this translation helpful? Give feedback.
-
Almost all of the big shopify merchants now a days are using bundles and wants a way to properly display it on all pages together with a subscription or discounts. Hopefully we could cater this instead of going hacky again. |
Beta Was this translation helpful? Give feedback.
-
Is it updated? |
Beta Was this translation helpful? Give feedback.
-
@ignacio-chiazzo or @nickwesselman - This thread has turned into a feature request, but I'd like to check if the actual bug reported will be fixed. If a bundle is added to cart that contains a subscription-only product as a component item, Cart Transform Function automatically makes itself valid by removing the subscription product from the bundle. This allows the bundle to be added to cart, and for the customer to proceed to checkout. Shopify payments then infinitely fails on every request with no errors returned - the user cannot checkout. This is a pretty massive bug. Could we get an update or resolution on this? |
Beta Was this translation helpful? Give feedback.
-
Given product A and B that can be merged into product C, where A and B can be bought as subscription.
MergeOperation
with the following parameters:/checkout
and try to pay.Expected behavior:
The checkout process should be completed successfully, even if there are line items in the cart with a selling plan. Each bundle item should keep the selling plan after checkout and create a subscription contract.
Actual behavior:
The checkout process cannot be completed when a line item with a selling plan is added to the cart.
Checkout response:
Beta Was this translation helpful? Give feedback.
All reactions