hi,
we have a specific requirement for adding discount to a ticket item. We have a deal during lunch hours during which if the customer orders one entree they can get 50% discount on the 2nd entree.
The catch over here is that 50% discount should be applicable to the item with the lower price. So the customer orders 2 items. Item 1 $50.00 and Item 2 $40.00 the discount should be applied to Item 2 and changed to $20.00 automatically.
How can we achieve this. Thanks.