-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Minimum Cart Subtotal Threshold even if Free Gift is in Cart #107
Comments
Yep, that should work as long as the discount codes are not for specific products only. There are limitations (or at least there were, not sure if it has changed) on scripts that only allow checking the discount for codes that apply to the entire cart. |
Thank you Jason! |
Sorry, I re-read your message and I think you should do the multi select with |
10-4. I'll give it a shot. Thank you! |
@psm9640, curious about the discount code set up. Is it a general % off the cart, or limited in any way? There are some limitations to what sort of discount codes Shopify Scripts can "see". |
That does look like it should be ok. I will see if I can find some time to look into this more closely. Thanks for providing the extra information! |
Thank you Jason -- I really appreciate it! |
Hey Peter, I looked into this a bit more and I see what the issue is. The discount code one doesn't check the script discount and the script one doesn't check the script discount combined with the discount code discount, so they both see the total as being higher than the requirement and the discount applies. I may have to look at adding another option for |
Hey @psm9640 , I just added what I mentioned above. Let me know if it works! |
Thank you, Jason - gonna take it for a spin here in a little bit! |
Hey Jason - I'm not sure if it's a combination of the sales we were doing but everything seemed great for a while with the new additional options but now we're seeing the product tier qualify at lower cart total amounts. Example, current sale is for $89 and above to qualify someone for EAA+, however with the built-in 25% discount (done as a shopify automatic discount), we're getting the following: And here's our rule: I might be missing something but it seems like this should be okay unless we need an additional check for automatic discounts? Thank you, Jason! |
@psm9640 Yes, automatic discounts would need another check as they do not show up as discount codes. If I remember correctly, they are applied to the line itself. That said, similar to discount codes that apply to specific items, I'm not sure that the discounts applied by automatic discounts are actually available to be checked in scripts unfortunately. I will try and find some time to verify that though. |
Sorry for the delay in response. Makes sense! Thank you, Jason! |
Hey Peter, sorry I never got to checking that, though I am fairly certain that is the case. In any case, with the deprecation of Scripts next August, I'm not planning any new features at this point. |
Hey Jason - Totally understand. On a semi-related note, I messaged you on LinkedIn. Thank you! |
Hello -
This is most likely due to operator error but I can't seem to figure out a solution and welcome any/all input:
We are using a "Buy X Get X Discounted" script to give someone an item for free if their cart is $99 or more. The free gift is normally $30. The problem is that if the person already has this item in their cart and say the entire value of the cart goes to $105, the discount applied to that free gift knocks the overall cart subtotal to $75. Is a BXGX Discount the wrong application here?
Thank you very much in advance -- script generator has been a life saver thus far!
The text was updated successfully, but these errors were encountered: