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.