What happens if multiple rules are applied to a product?

When multiple rules are applied, they work as an "AND" condition.

For example, if a "Minimum Quantity Rule of 2" and a "Maximum Quantity Rule of 5" are applied to Product A, then Product A can only be purchased in quantities ranging from 2 to 5.

If a "Minimum Quantity Rule of 2" and a "Minimum Amount Rule of 1,000 yen" are applied to Product B, then Product B can be purchased only if the quantity is 2 or more AND the total amount is 1,000 yen or more.


The control over the quantity picker is removed.

 For instance, if only a "Minimum Quantity Rule of 2" is applied, the quantity picker will only allow selections of 2 or more. However, if both a "Minimum Quantity Rule of 2" and a "Maximum Quantity Rule of 5" are applied, there will be no control over the quantity picker, and selections can start from 1.