I'm a Magento 2 newbie. My customer wants to add a cart rule like,
apply 2% discount if item quantity >=12
apply 4% discount if item quantity >=24
apply 6% discount if item quantity >=36
apply 8% discount if item quantity >=48
and so on.
I've added a rule like below image. But here the discount will remain at 2% even if 24 is ordered. What changes need to done to follow above conditions. Please help me. Thanks in advance.
![1.png 1.png](https://community.magento.com/t5/image/serverpage/image-id/14554iAD3AC8A88370FF5E/image-size/large?v=v2&px=999)
![2.png 2.png](https://community.magento.com/t5/image/serverpage/image-id/14555i1434A2F93DE5BCFF/image-size/large?v=v2&px=999)
![3.png 3.png](https://community.magento.com/t5/image/serverpage/image-id/14553iE5AF55CD522D1FE4/image-size/large?v=v2&px=999)