Jayvee
1
Hello,
Now that combining discount codes is possible here on Shopify, is it possible to have discount combinations auto-filled on checkout?
I was looking for an updated version of this
https://{shop_name}.myshopify.com/discount/{discount_code}
but with 2 discount codes.
Chat support hasn’t been helpful with my inquiry.
Thanks!
Jayvee
2
Possible with Discount Combination feature. Though I want to use this feature the same how it works with this format:
[https://{shop_name}.myshopify.com/checkout?discount_code=discount1](https://{shop_name}.myshopify.com/checkout?discount_code=discount1&discount_code=discount)
We redirect users to this url after succesful add.js request so discount code gets applied.
I’ve tried this format:
https://{shop_name}.myshopify.com/checkout?discount_code=discount1&discount_code=discount2
but this only respects 1 discount code. So I’m wondering if it’s even possible for two discount code to be autofilled on checkout page.
Thanks!
1 Like