Promoted articles
Reflection of Combo in the Cashier App
Assume a restaurant wants to create a combo with the following conditions:
- Three sizes (Small, Medium, and Large).
- The customer must choose one product from each of the three groups (Group 1= Burger, Group 2= Salad/Fries, and Group 3 = Drinks).
- Drinks include two options (Lemon and Ice Tea).
- Burger group contains only Gourmet burger.
Therefore, the customer must choose one size, a burger, fries or salad, and a drink.
The diagram explains the elements of the above combo in the console includes, sizes, groups, options, products, and product prices.
Note: The customer can not choose more than one product in each group.
After that, must sync data from the cashier app to download the new combo from the console (Click here to learn how to sync data).
In the following gif, an explanation about the reflection of the above combo on the cashier app:
In the following picture, explanation about the combo element on the cashier based on the above example: