We have a group of product, and we want to configure a discount (triggered by a coupon) to apply 50% discount with following condition:
- product added to the transaction should be part of the group of products defined.
- discount should be applied to only 1 quantity e.g., if customer buys multiple quantity of eligible product or buys multiple eligible products, discount should be applied to 1st qty, rest should be sold at retail price.
I can't think of a way to solve this. Does any know how to configure discount to achieve this?