How to Apply Coupon in URL? [SOLVED!]
Is it possible to automatically apply a coupon in a url parameter? (something like producturl&coupon=20offtuesday)
I thought it was but I can't find anything in the docs.
I think we don't have such feature. Forwarding to the team. It's a good feature to have.
Hi, yes, this is available. You can apply a coupon from the URL by passing the coupon code with the coupons parameter on the instant checkout URL.
For example:
https://yourdomain.com/?fluent-cart=instant_checkout&item_id=209&quantity=1&coupons=20perCent
If you want to apply multiple coupons, you can pass them as comma-separated values:
https://yourdomain.com/?fluent-cart=instant_checkout&item_id=209&quantity=1&coupons=CODE1,CODE2
Thank you
Perfect! Thank you Amimul Ihsan MahdiΒ and Shahjahan JewelΒ
Even one would have been great...but multiple?!π
FYI I searched the manual/docs for coupon url and a few others but nothing came up. This would be a great addition to the docs.
Amimul Ihsan MahdiΒ letβs add or update docs about this feature.
Shahjahan JewelΒ NicolaiΒ Sure, I will update the doc.