I simply need to add a 10% discount to every product in the cart starting from the second one.
I tried many discount plugins but none of them suits my customer's needs.
I.e. I need this scenario:
Variable product 1 - € 100 Variable product 2 - € 200 Variable product 3 - € 300
Case 1
User buys product 2 He pays € 100
Case 2
User buys product 3 He pays € 300
Case 3 (with discount)
User buys product 3 and product 1 He pays € 390 (10% discount calculated on lowest price)
Case 4 (with discount)
User buys product 3 and product 2 He pays € 480 (10% discount calculated on lowest price)
Case 5 (with discount) User buys products 3,2,1 He pays € 570 (10% discount calculated on product 2 and 1)
Is it possible to create such a system?
Thank you in advance.