15% Off Orders with 3+ Items
When to use this
Use this template when you want to encourage larger baskets by tying a discount to the number of items in the cart – for example "15% off your whole order when you buy 3 or more items". This is a useful basket-size lever when your average order has one or two items and you'd like to nudge customers up.
How it works
This is an Item Group promotion that uses a quantity-summing trigger condition to gate eligibility, and a percentage action that applies once eligibility is met.
Cart Attribute Sum ConditiononCombined Quantity– this is the key piece. It sums the quantity of all items in the cart and checks whether the total is at least3. The item-subselection conditions inside the condition group are left empty so every item contributes to the sum.- Item group with no conditions – the item group matches every product in the cart, with
Quantity: 1so each item forms its own batch. - Percentage action – once the trigger fires, a flat 15% discount is applied to every item batch (every item in the cart).
Batch Limit: 0means there's no cap on how many batches discount. Lock Affected Items: Yes– items receiving this discount are locked out of subsequent promotions so it doesn't stack accidentally.
For the underlying concepts see Trigger Conditions, Item Groups, and Promotion Action in Creating a Promotion.
What's a Cart Attribute Sum Condition?Unlike a regular condition that compares a single attribute against a value, a
Cart Attribute Sum Conditionis a condition group that sums a numeric attribute across some subset of items in the cart and compares the total against a value. Leave its item-subselection conditions empty to sum across every item, or add conditions to sum only across matching items (e.g. "3 or more shoes").
Step-by-step setup
- From your Deducto Dashboard, open the promotions list for your project and click
New. - Choose
Item Groupas the promotion type. - On the
General Informationtab, set the name, schedule, and behaviour. The full set of values is in the field reference below. - On the
Trigger Conditionstab:- Leave the condition orchestration as "If all of these conditions are true".
- Click
Add Condition Groupand chooseCart Attribute Sum Condition. - In the new condition group, select
Combined Quantityas the attribute and set the operator tois greater than or equal to. Hover the condition group's orchestration row, click theEditicon, enter3as the value, then clickDone. - Leave the item-subselection conditions inside the group empty so every item contributes to the sum. The orchestration row should read something like "If Combined Quantity is greater than or equal to 3 for a subselection of items in the cart matching all of these conditions".
- On the
Item Groupstab, configure the default group:- Name it
Any Item. - Set
Quantityto1. - Leave the conditions empty so every product in the cart matches.
- Name it
- On the
Actiontab, chooseApply A Percentage Discount to Item Group(s), setPercentto15, and check theAny Itemgroup underTarget Item Groups. Leave the rest of the limits at0. - Click
Save.
Variations
- Different quantity threshold. Adjust the
Combined Quantityvalue (e.g.5for a "buy 5 or more" deal). - Different discount. Adjust
Percenton the Action tab, or switch the action toApply A Fixed Amount Discount to Item Group(s)for a per-item dollar discount. - Restrict which items count toward the threshold. Add item-subselection conditions inside the
Cart Attribute Sum Conditionso only matching items contribute to the sum (e.g. "3 or more shoes"). - Cap total discount per cart. Set
Maximum Discount Amounton the Action tab. - Discount only the qualifying items, not the whole cart. Add the same item conditions to the item group, so only items matching the subselection get the percentage off.
Testing
- Add 1 or 2 items to your cart and confirm no discount is applied.
- Add a third item and confirm the 15% discount applies to every item in the cart.
- Add more items and confirm the discount continues to apply to all of them.
Field reference
The full set of fields used by this template:
| Section | Field | Value |
|---|---|---|
| General Information | Name | 15% Off Orders with 3+ Items |
| General Information | Description | Get 15% off your entire order when you buy 3 or more items |
| General Information | Requires Coupons | No |
| General Information | Supported Currencies | AUD |
| General Information | Timezone | Australia/Sydney |
| General Information | Status | Enabled |
| General Information | Start | Choose a date and time or leave blank |
| General Information | End | Choose a date and time or leave blank |
| General Information | Priority | 1 |
| General Information | After Processing Action | Continue |
| General Information | Lock Affected Items | Yes |
| General Information | Max Use Count Per Coupon | 0 |
| General Information | Max Use Per Email Address Count | 0 |
| Trigger Conditions | Condition Group | Cart Attribute Sum Condition: Combined Quantity is greater than or equal to 3 (item-subselection conditions empty) |
| Item Groups | Name | Any Item |
| Item Groups | Quantity | 1 |
| Item Groups | Condition | (none) |
| Action | Type | Apply A Percentage Discount to Item Group(s) |
| Action | Percent | 15 |
| Action | Maximum Discount Amount | 0 (no cap) |
| Action | Batch Limit | 0 (unlimited) |
| Action | Item Group Qty Limit | 0 (no limit) |
| Action | Item Group Qty Limit Mode | (default – not used at these settings) |
| Action | Target Item Groups | Any Item |
Updated 14 days ago