Replies: 1 comment 1 reply
-
I ran into this as well, it's confusing. Currently, out-of-the-box checkout only supports a single discount code. However, work is being done right now to migrate to multi-discounts. If you have a Shopify rep, reach out to them! Otherwise, you'll need to wait until multi-discounts is generally available. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I'm using
discountCodesUpdate
fromuseCart()
to add two discount codes (one for shipping and one for the total order). Effectively, this is applied in the cart, I can see thatdiscountCodes
has an array with two discount codes, and also the discount is reflected intotalAmount
. The issue is when you go to the checkout URL, only one discount code is applied, but two are expected, anyone had this issue before? I couldn't find anything in the documentation or help forums about this.Beta Was this translation helpful? Give feedback.
All reactions