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 as test.
  • 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.
1
Awesome! 
Error!