RE: Promo Module - Multiple Occurrences Mode
Let's assume you are running a mix match buy 1 get 1 promotion on a category. The customer buys the following items from that category.
Item |
Price |
A |
40 |
B |
50 |
C |
25 |
D |
15 |
To calculate the discount, the system first sorts the items in promotion in descending order of price.
Item |
Price |
B |
50 |
A |
40 |
C |
25 |
D |
15 |
If you have set the Multiple Occurrence mode to Favour Customer. The promotion will be applied to the items highlighted in yellow. That is the discount will be applied to every 2nd item as it is a B1G1.
Item |
Price |
B |
50 |
A |
40 |
C |
25 |
D |
15 |
Discount customer gets= 40+15 = 55
If you have set the Multiple Occurrence mode to Favour Retailer. The promotion will be applied to the items highlighted in yellow. The promotion will be applied to the 2 least expensive items of the 4.
Item |
Price |
B |
50 |
A |
40 |
C |
25 |
D |
15 |
Discount customer gets= 25+15 = 40