Hi!
I'm setting up 2 discount rules for a customer group
1. to make them tax free (12% discount)
2. government mandated discount on top of the 12% is 20%.
It's calculating fine:
Php300
less 12% = 36
Php 264
less 20% = 52.8
= Php88.88 discount
Total is now Php211.2
Now, the system is calculating perfectly. My only concern it, Magento's cart is just listing it as 1 discount (government mandated tax free) when it's supposed to be 2 separate computations / rows
Is there any way to do this? Thank you!