A Simple limit applies to everyone. Advanced Rules add conditions — the limit only applies when they match.
What you can condition on
| Group | Examples |
|---|---|
| Cart value | Subtotal or total amount thresholds |
| Customer | Status, and location checks |
| Location | Country, country lists, province or state codes |
| Products | Specific items being in the cart |
| Per-product | Quantity checks per product or variant |
| Dates | Date after, date before |
Full list in conditions.
How a rule is put together
- Conditions — when this rule should apply
- Match type — whether all conditions must match, or any
- Actions — the limit to apply when it does match
- Message — what a blocked customer sees, with optional translations
When to reach for it
| Situation | Why Simple will not do |
|---|---|
| Wholesale exempt from a retail cap | The cap must apply to some customers only |
| Minimum order only in one market | The threshold varies by country |
| Cap during a sale, not afterwards | Date-bounded |
| Different limits per product group | Depends on cart contents |