Skip to main content

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.

Shahjahan Jewel

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

Nicolai

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.

Shahjahan Jewel

Amimul Ihsan MahdiΒ let’s add or update docs about this feature.

Shahjahan JewelΒ NicolaiΒ Sure, I will update the doc.