Cart Conditions
Cart conditions evaluate properties of the entire cart, independent of individual items.
Cart Total
Evaluates the cart's contents total (excluding tax and shipping).
- Operators: greater or equal (
gte), less or equal (lte), equals - Value: numeric amount
Cart Quantity
Evaluates the total number of items in the cart.
- Operators: greater or equal, less or equal, equals
- Value: numeric quantity
Cart Weight
Evaluates the total weight of all cart items.
- Operators: greater or equal, less or equal
- Value: numeric weight
Cart Has Product
Checks if specific products are present in the cart.
- Operators: in, not in
- Value: one or more product IDs
Cart Has Category
Checks if products from specific categories are present in the cart.
- Operators: in, not in
- Value: one or more category IDs
Cart Subtotal
Evaluates the cart subtotal (before discounts).
- Operators: greater or equal, less or equal, equals
- Value: numeric amount
Coupon Present
Checks whether specific coupon codes have been applied to the cart.
- Operators: equals, not equals
- Value: one or more coupon codes