@Community_1
I Want to apply an automatic discount of buy x get y at 90% off + 10% off using a discount coupon but when I check out it only gets one discount of 90%, according to Shopify only the best discount is applied, but I want to apply both for promotion of 10% discount coupon offer for some special customers. I need a solution for this so that I can apply both simultaneously which will create a buy x get y offer.
You can use Shopify’s Script Editor app to create a custom script that will apply both discounts simultaneously. The script can be set up to check for the presence of a specific discount code and then apply both the “buy x get y” discount and the additional 10% discount. This will ensure that the customer receives both discounts when they check out, rather than just the best discount. It’s important to note that this is a custom solution and would need to be developed and maintained by a developer familiar with Shopify and its scripting capabilities.
You can also check the app on the shopify app store where you can find multiple apps which are doing the same.
We have checked the Shopify script editor but we need to make a confirmation that this solution will work on the limitations of Shopify discounts because as we have checked
You can combine the following classes of discounts:
order discounts with free shipping discounts
product discounts (buy X get Y, amount off) with free shipping discounts
product discounts with other product discounts.
and when we apply to buy x get y at 90% off and 10% off product discount together, Shopify only takes 90% off as the best discount.
Only one script per script type can be published at a time. For example, you can publish a line items script and a shipping rates script, but you can’t publish two line items scripts at the same time.
can the script editor will work on this limitation? so that we can create a 1 script for both of the discounts we want to apply like buy x get y at 90% off + 10% product discount together?
I just need a confirmation for this and then we are good to go with script editor