-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 Error Graphql - Buy One Get One Discount breaks cart #926
Comments
Same issue here with Cart + Discount code applied after I tried to remove line item from cart. Any help? |
Thanks @whitesunset. I opened a support ticket by requesting a callback, sat on hold for half an hour, they said they'd get back to me ticket 34237990. I expect this will take a while to get shopify to own this issue... i got significant pushback about this being "a third party theme and not their issue" while escalating through support. i'll follow up here as i follow up on that ticket |
Shopify support still telling to contact the third party theme developer. Very frustrating to receive this level of support, we've paid shopify a lot of money over the years - they get a cut of every sale. Anyone reading these github issues? |
Opened another issue over here in Shopify community land |
I'm seeing a similar 500 error when trying to use removeLineItems with a line item that has an automatic discount |
I'm sure most people have figured this out already but I have had to switch from removeLineItem to updateLineItems with a quantity of 0 |
Hey @shawngrona a fix was deployed for the problem with |
As a late confirmation: |
Bug details
Describe the bug
Shopify Buy One Get One discount breaks cart functionality.
Steps to reproduce:
Expected:
Cart should show line items with quantity.
You should be able to add or remove the line items from cart.
Actual:
Strange presentation in the cart with same variant split into multiple line items.
You're unable to remove line items from the cart which are involved in the BOGO discount. 500 error from the graphql endpoint for example:
Code Example:
Here is a minimum reproducible example code based off of the storefront-api-examples repo
Video Example:
Here is a Loom video which demonstrates the issue
Environment (please complete the following information):
Additional context
Here is a minimum reproducible example code based off of the storefront-api-examples repo
Bug Report Checklist
The text was updated successfully, but these errors were encountered: