In our app, there are two kinds of discounts: rewards and signup.

a)  Signup Bonus

Whenever a user creates an account from the app/or from the Toast POS they will earn a bonus of 50 points. This is the signup bonus and is the first kind of reward/discount.

This bonus translates into a $5 discount, which will be available to redeem immediately on the checkout page of app.


b) Reward Points - Users can earn points when they purchase items from the app. Whenever a user purchases an item, they will earn points according to the formula you have specified in your admin. The general formula is 1 point earned per 1 dollar spent. For example if a user purchases items totaling $50, points will be calculated like this:

50*0.1 = $5 discount

All Rewards will be visible on the “Rewards” page of the app, and can be redeemed at the time of checkout.

Additionally reward points can be added manually from backend:

Was this answer helpful? 10 Users Found This Useful (30 Votes)