# Single condition

### **Single condition**

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

![cart subtotal price](https://2582339638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FagGARFBou99u1ioIn7vL%2Fuploads%2FFoSlJFyM2wxyTbZQ0UED%2Fcart%20subtotal%20price.png?alt=media\&token=fb56b6fd-3292-47dc-892b-8b2a6614d763)

**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.

![](https://2582339638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FagGARFBou99u1ioIn7vL%2Fuploads%2F7EerpI8HiG9PpIbImBU3%2F13.png?alt=media\&token=34588233-5e0b-459f-b4d2-e5828a98b82d)

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

![Logged in customer](https://2582339638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FagGARFBou99u1ioIn7vL%2Fuploads%2FsnP5MCbAxRva5QWWYxKG%2F14.png?alt=media\&token=294cb5b9-cd3a-4fbd-83cf-54733083d06d)

**Customer role:** Only Administrator account role can see this discount

![Customer role](https://2582339638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FagGARFBou99u1ioIn7vL%2Fuploads%2Fwyr1ESpFciaJGHnmnFEq%2F15.png?alt=media\&token=c4acfcfd-d3bb-433f-a8ec-936222fb7652)

**Customer role:** Only specific customer can see this discount

![](https://2582339638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FagGARFBou99u1ioIn7vL%2Fuploads%2FYoQOqy9kFBWcCUwEZKlG%2F16.png?alt=media\&token=6caa5df3-3c3b-400f-9b84-ec391302b567)

**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.

![](https://2582339638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FagGARFBou99u1ioIn7vL%2Fuploads%2FBTZZUKacJmGGIsfbt2G2%2F17.png?alt=media\&token=a48acccb-515e-4879-95db-e42ee8f7d172)
