Several discounts that build on each other.
At present, multiple discounts are always deducted from the total amount of the shopping basket.
There is also very often the scenario that multiple discounts are to be granted. In this case, the discounts should always be deducted from the new total, as otherwise far too much discount is granted.
Example
1. discount:
from 300 € > 3 % discount
from 500 € > 5 % discount
- discount: 2 % discount
Here the second discount (2% discount) must not be deducted from the original total, it must be deducted from the new total (after 1st discount).
There must be the possibility of prioritization for multiple discounts.
This is very often requested by customers.
1
vote
Benjamin Hummel
shared this idea