Single condition

Single condition

Rule will take effect when any/all of condition is correct.

Cart quantity is greater than 3, It means count quantity of all line items.

Example: Your cart have 1 item of Beanie and 2 items of Album and 1 item of Shirt => We count 4 items, then greater than 3.

Is logged in customer have 2 values: Logged in / Not logged in. Example: Only logged in user can see this discount.

Customer role: Only Administrator account role can see this discount

Customer role: Only specific customer can see this discount

ALL condition: When a customer has more than 2 items in the cart and they are a subscriber and the value of their cart is greater than 100 THEN they will have discount.

Last updated