Botoscope allows you to create discount coupons that can be applied in the Telegram bot during checkout. Coupons are a great tool for promotions, marketing campaigns, or limited offers.
π Where to Manage Coupons
Go to theΒ βCouponsβ tab in your admin panel. You will see a table where each row represents a coupon rule.
π’ Coupon Types
There are four types of coupons you can create:
- π Percentage on cart
Applies a discount in % on the entire cart.Example: 10% off the whole order. - πΈ Fixed amount on cart
Deducts a fixed value from the total cart amount.
Example: β¬20 off orders over β¬100.Tip: Use the βMinimum amountβ field to avoid misuse (e.g., prevent applying β¬20 off on β¬5 orders). - π¦ Percentage on specific products
Applies a % discount to selected products only.
Works with simple and variable products. How to assign: In the product list, use βv123β format (where 123 is the variation ID). For another product types use its title. - π° Fixed amount on specific products
Like above, but uses a fixed discount (e.g., β¬10 off only those selected products).
βοΈ Additional Coupon Settings
- Coupon Code β the string users type in the bot (e.g.,
SPRING2025
) Note: Coupon codes are case-sensitive. For example,TEST
is not the same astest
. - Minimum amount β the cart total must reach this value for the coupon to work
- Maximum amount β the coupon will only work if the cart total is below or equal to this limit
- Usage limit β you can restrict the number of times the coupon can be used (e.g., 1, 10, 100)
- Expiration date β after this date, the coupon will no longer be valid
π Use Cases
- 100% coupons can be used for gifts, giveaways, or PR campaigns
- Limited-usage coupons work great for influencers and early-access sales
- Specific product coupons help clear out certain stock or promote targeted items
β Tips for Stability
- Always set a minimum amount for fixed-cart coupons to avoid logic issues
- Set limits and expiration dates to keep control over usage
- Use clear and simple codes like
WELCOME10
,BLACKFRIDAY
, etc.