HI,
I have the following requirements:
- For the first 100 EA that the customer orders, the price is 10$.
- For subsequent quantities, the price is 5$
For example:
- the customer orders 100 EA --> Total price is 10 * 100 = 1000 $
- The customer orders 107 EA --> Total price is 10 * 100 + 5 * 7 = 1035 $
Is there a way to do this?
Thanks,
Alas84