Part of Ordlo Cart Rules Documentation
A complete reference of all available actions and conditions, with guidance on common setups.
All Available Actions
| Action | Description |
|---|---|
| Fixed fee | Adds a flat amount to the cart total |
| Percentage fee | Adds a fee based on a percentage of the cart subtotal |
| Fixed discount | Deducts a flat amount |
| Percentage discount | Deducts a percentage |
| Buy X Get Y | Gives free or discounted items when a quantity is met |
| Free shipping | Removes the shipping cost |
| Cart notice | Shows a message in the cart or at checkout |
| Checkout blocking | Prevents order placement with a custom message |
| Payment method rename | Changes the label of a payment method |
| Payment method surcharge | Adds a charge for a specific payment method |
Cart and Customer Conditions
| Condition | What it checks |
|---|---|
| Cart subtotal | Above or below an amount |
| Item quantity | Total number of items |
| Cart weight | Total weight |
| Coupon applied | A specific coupon has been entered |
| Specific products or SKUs in cart | A particular product is in the cart |
| Category, brand, or tag in cart | A product from a specific category/brand/tag is in the cart |
| Sale product in cart | At least one on-sale product is in the cart |
| Shipping class in cart | A product with a specific shipping class is in the cart |
| Customer role | The customer’s user role |
| Ordlo Wholesale group | The customer is in a specific wholesale group |
| Customer email | Matches a specific address |
| First order / repeat customer / order count / lifetime spend | Customer history conditions |
| Guest | Customer is not logged in |
| Shipping country / method / payment method | Delivery and payment selections |
| Schedule / date range | The current date falls within a period |
Common Setups
- Small order fee — Fixed fee + Cart subtotal less than [amount].
- Free shipping threshold — Free shipping + Cart subtotal greater than [amount].
- Progress message — Cart notice + Cart subtotal less than [threshold].
- Wholesale-only extra discount — Percentage discount + Ordlo Wholesale group equals [group].
- Wholesale minimum order block — Checkout blocking + Wholesale group equals [group] + Cart subtotal less than [minimum].