Skip to main content
Condition blocks are the targeting layer of a Galantis Discount Flow campaign. Each condition checks one fact about the cart, the customer, or the moment of purchase, then routes the flow through its Then output when the check passes or its Otherwise output when it fails. Chaining conditions — and combining them with logic gates — is how a flow narrows from “everyone” down to exactly the carts that should be discounted. Eleven conditions are available, grouped below by what they look at. Conditions that compare a number share the same set of six operators.

Operators

Numeric conditions — Cart total, Item quantity, and Order count — pair an operator with a value:

Available conditions

Cart total

Checks the cart subtotal against an amount in your store’s currency.Fields: an operator plus an Amount field, prefixed with your store’s own currency symbol.This is the workhorse condition for spend thresholds — “carts over 100 get free shipping” starts with a Cart total block set to is greater than 100.

Item quantity

Checks the number of items in the cart.Fields: an operator plus a Quantity field.Use it to gate offers behind a minimum basket size, or to route small carts to a different incentive than large ones.
A condition block selected on the canvas with its operator and value fields open in the settings panel
A condition block selected on the canvas with its operator and value fields open in the settings panel
Conditions that look at the customer — Customer tag, Customer segment, Order count, and First order — require a logged-in customer. Guest shoppers cannot match them on the storefront or at checkout, so their flow follows the Otherwise path.

Condition reference