You can make it even simpler for users to redeem their coupon codes by sending the users directly to your checkout via a URK where the discount is already applied. It means your users will not need to through the process of copying the code and applying it at the end.
It is useful if you have a discount on an email campaign or a landing page. For example, if the user is going through an email or one of your pages, and they click on your call to action to subscribe, then they are taken straight to your subscription plan checkout with the coupon applied automatically.
Get Started
To achieve this, you will need to:
Copy the Subscription or Bundle ID
Once you have your coupon and URL, you can customize your link with the coupon code applied.
Apply a Coupon to Your Checkout Page URL
Copy the checkout link: https://example.com/orders/complete_order?o=XXXXXX&d=XXXXXX
Paste this in a text editor
Replace example.com with your actual domain or subdomain
Replace XXXXXX after o= with your Bundle or Subscription ID
Replace XXXXXX after d= with your Coupon Title
Here is an example of the final URL:
https://example.com/orders/complete_order?o=558384&d=NEWYEAR2020
Users who have never created an account will start our two-step checkout process. They will first be required to create an account and then go to the checkout page, and the discount will automatically be applied.
Users who already have an account will need to sign in and will experience the same checkout payment page as the example above.
Please keep in mind that existing users will not be able to use this method to change their subscription plans. They will need to change their plan via their dashboard. Also, if a user has already redeemed this code previously, the user will get a notice that the coupon code is invalid, as coupon codes can only be used once per user account.