I need to make a single rule in magento that fulfills following conditions.
There are 10 products from which 3 products should have the following rules apply.
- On their initial price, if the user buys 1 product they will get $20 off.
- If the user buys more than 1 combination of products from that 3, then they will get $25 off each product.
I am not sure how to do this.