Creating Staff Discounts (Different Discount Percents for Different Product Categories)
-
Create a generic customer: STAFF.
-
Create a 10% discount for products in the Food and Beverages categories. The discount is only valid for STAFF customers.
-
Create a 5% discount for products in the Beer and Alcohol categories. The discount is only valid for STAFF customers.
-
Add products to the basket in the POS.
-
Search and select STAFF customer.
-
Customer discounts for STAFF are applied in the basket.
Creating a Customer Group and Providing Discounts to its Members
-
Create a new STAFF customer group for a customer.
-
Edit discounts so that they are applied to the members of the group.
-
Add a CustomerCard identifier for a customer.
-
Add products to the basket in the POS.
-
Read the customer card of a customer belonging to the STAFF group.
-
The discounts for STAFF group are applied in the basket.
Creating and Selling a Package Offer
-
Create a Buy X Get Y discount for a package offer.
-
Sell the package offer in the POS
Creating a One Time Package Offer for a Hard Bargain Customer
-
Create a new discount reason code: Package Offer.
-
Sell the product bundle in the POS with a discounted price, using the Package Offer reason code.
-
View discount report to check the usage of the reason code.
Creating and Selling a Product Bundle
-
Create a Bundle price discount: Buy five, only pay for three.
-
Add products to the basket in the POS, with the bundle price applied in the basket when the requirements for the bundle price are met.
Creating and Selling a Lunch Offer
-
Add a new discount for a meal: The whole meal is sold with the price of a burger. The discount is valid only during weekday lunch times.
-
To achieve this, a percentage discount must be applied to a particular product size (Meal).
-
Calculation example:
-
Meal €9.90 and Burger $7.90. ((7.9/9.9)-1) * 100 ~= 20.20% (Solteq Burger)
-
-
-
Add the meal with discount to the basket in the POS.
The calculation used still may present a problem in that the discount (in the example, 20.20%) will also be applied for any extra ingredients or additional price changes to the Meal size. To fix this issue we have created a ticket in our backlog.
Creating a Membership Only Offer Valid for All Products
-
Create a Basket total discount: 15% off from the total price if the total amount is over €100. The discount is valid for all products, but only available for customers belonging to the Members group.
-
Add products to the basket so that the basket total price is over €100.
-
Search and select a customer who is a member of the Members group. The discount is applied in the basket.
Order of Precedence for Multiple Discounts
A single product row in the Basket can have only one discount applied to it; cumulative discounts on Basket product rows are not supported. However, if there are discounted products in the Basket, a Basket total type discount can still be applied.
Discounts in the Basket are applied in such a way that the lowest calculated price for the customer is always used.