Coupons
Create discount coupon codes that your clients can apply during plan checkout. Coupons support percentage or fixed-amount discounts with flexible targeting rules.
Viewing Coupons
The coupons table shows:
| Column | Description |
|---|---|
| Code | The coupon code clients enter at checkout |
| Discount | Amount or percentage off |
| Plans | Which plans the coupon applies to (or “All Plans”) |
| Billing Cycles | Applicable cycles (or “All Cycles”) |
| Usage | Current uses / maximum uses |
| Expires | Expiration date |
| Status | Active or Inactive |
Creating a Coupon
Click Create Coupon and fill in:
Required Fields
| Field | Description |
|---|---|
| Coupon Code | Unique code (auto-uppercased, e.g., WELCOME50) |
| Discount Type | Percentage or Fixed Amount |
| Discount Value | Percentage (1-100) or fixed amount in ₹ |
Optional Fields
| Field | Description |
|---|---|
| Description | Internal note about the coupon’s purpose |
| Applicable Plans | Restrict to specific plans (leave empty for all plans) |
| Billing Cycles | Restrict to Monthly, Quarterly, or Yearly (leave empty for all) |
| Max Uses | Maximum number of times the coupon can be used (0 = unlimited) |
| Expiration Date | Coupon expires after this date |
| Active | Toggle to enable or disable the coupon |
How Coupons Work at Checkout
- Client selects a plan on the pricing page
- Client enters the coupon code in the discount field
- System validates the coupon:
- Is the code valid and active?
- Does it apply to this plan and billing cycle?
- Has the usage limit been reached?
- Has the coupon expired?
- If valid, the discount is applied to the plan’s selling price (before tax)
- Tax is recalculated on the discounted amount
Discount Calculation
Percentage discount:
Discounted Price = Selling Price - (Selling Price x Discount% / 100)
Tax = Discounted Price x Tax% / 100
Total = Discounted Price + TaxFixed amount discount:
Discounted Price = Selling Price - Fixed Amount
Tax = Discounted Price x Tax% / 100
Total = Discounted Price + TaxIf the discount exceeds the selling price, the total is capped at ₹0 (free plan).
Editing and Deleting Coupons
- Click the edit icon to modify any coupon field
- Click the delete icon to permanently remove a coupon
- Toggle Active/Inactive to temporarily disable a coupon without deleting it
Global Coupons
If the platform admin has created global coupons, those also work for your clients as a fallback. Your reseller-specific coupons are checked first.
Tip: Use coupons strategically — offer first-month discounts to new clients, or create loyalty codes for renewals. Track usage in the coupons table to measure effectiveness.