Skip to main content

Pass Coupon Code on URL Querystring

Is there a way to pass the Coupon Code on the URL Querystring to automatically apply it? I tried coupon_id=id and coupon=couponcode.

Sarkar Ripon

Hello Trevor Lowing,
Thanks for your query.
https://domain.tld/?coupons=COUPONCODE&fluent-cart=instant_checkout&item_id=3&quantity=1

you can also combine your stackable coupons separated by comma.
https://domain.tld/?coupons=COUPONCODE1,COUPONCODE2&fluent-cart=instant_checkout&item_id=3&quantity=1

this URL parameter works with direct-checkout/buy-now link

Trevor Lowing

Ripon SarkarΒ Thank you!