This machines checks the active sale and automatically applies "Buy M, Pay N" style of discount. For example a 3 for 2, configuration means that shopper buys three items, but only pays for 2.
This machine always calculates in the shopppers favour. When deciding sets to discount, it groups products in order to maximise the shoppers discount. If any rounding is required, the adjust is in the shoppers favour. If a disocunt of $1 is to be applied over 3 items (implying a 3x 33cent = 99cent total discount), then 2 items are discounted by 33cents and one item (randonly chosen) will be discounted by 34cents in order to ensure shopper receives full entitlement.
Pin# | Name | Contents |
» 101 | BuyQty | Number of items (salelines) that are required to produce a discount set. |
» 102 | PayQty | Number of items that will be paid for. This must be less than BuyQty. |
» 103 | PriceMode | How the price discounts are displayed to the customer.
0. (default). Zero price the items that are free
|
» 104 | NoPrint | If set to 1, disables the inclusion of a "Total Saving..." message on the customers receipt |
» 105 | BlockDiscount | Can items that are in a set, be or have additional discounts as well. 0=yes allow, 1 (default) = no, other discouints are blocked |
Tests may be performed in any order unless explicitly stated. The following is only a logical overview not a guarantee of order.
Test | |
Verify that at BuyQty and PayQty parameters are valid | ALLOW |
Create a list of all items that we can apply to, exclude:
|
ALLOW |
Determine the best sets of BuyQty items. | ALLOW |
Apply pricing adjustments according to style set by PriceMode | ALLOW |