How to automatically apply a coupon at checkout
You can automatically apply a coupon to a signup plan link, so members don't need to enter the coupon code themselves during checkout.
How It Works
Start with your plan's signup link:
https://www.example.com/?msopen=/member/plans/planId
To automatically apply a coupon, add the following to the end of the link:
/coupons/[coupon_code]
Example
Original signup link:
https://www.example.com/?msopen=/member/plans/planId
Signup link with coupon applied:
https://www.example.com/?msopen=/member/plans/planId/coupons/coupon_code
When a member opens this link, the coupon is automatically applied at checkout.
Finding Your Plan Signup Link
- Go to Pricing.
- Select the plan you'd like to use.
- Click Get Signup Link.
Finding Your Coupon Code
- Go to Pricing.
- Click Manage Coupons.
- Locate the coupon you want to use and copy its code.
Notes
- Replace [coupon_code] with the actual coupon code you want to apply.
- Coupon codes must match an active coupon in your account.
- If the coupon is invalid or expired, it will not be applied during checkout.