Welcome Coupon
When to use this
Use this template to give new customers a one-off discount via a unique coupon code – for example A$10 off their first order over A$30. The coupon is required (so the discount only applies if the customer enters a code), each code is single-use, and each customer can only redeem one welcome coupon.
How it works
This is a Whole Cart promotion gated by a coupon code, with a minimum-spend trigger. A few pieces of the configuration do the actual work:
Requires Coupons: Yes– the promotion only evaluates if the customer's cart includes a valid coupon code attached to this promotion. Codes are generated after the promotion is saved (see step 7 of the setup).- Trigger condition on
Discounted Subtotal– the cart must still be at least A$30 after any earlier promotions have been applied. This prevents customers from stacking discounts and then using the welcome coupon once the cart has fallen below the minimum spend. - Fixed-amount cart action – a flat A$10 is discounted from the cart total. Because it's a
Whole Cartdiscount, the discount is spread proportionally across the items in the cart. Max Use Count Per Coupon: 1+Max Use Per Email Address Count: 1– each generated code can be redeemed once, and each customer email can only use one welcome code in total.
For the underlying concepts see Trigger Conditions and Promotion Action in Creating a Promotion.
Step-by-step setup
- From your Deducto Dashboard, open the promotions list for your project and click
New. - Choose
Whole Cartas the promotion type. - On the
General Informationtab, set the name and behaviour. The full set of values is in the field reference below. Leave the schedule blank so the promotion runs indefinitely. - On the
Trigger Conditionstab:- Leave the condition orchestration as "If all of these conditions are true".
- Add one condition: select
Discounted Subtotalas the attribute, set the operator tois greater than or equal to, and enter30as the AUD value.
- On the
Actiontab, chooseApply a Fixed Amount Discount to the Cart, setDiscount Amountto10, and leave the Exclusion conditions empty. - Click
Save. - Open the saved promotion (if you weren't taken there automatically, click its name from the promotions list) and go to the
Create Couponstab:- Set
CreatortoRule-Based Generation. - Set
Quantityto10000,Code Lengthto8, andCode FormattoAlphanumeric. - Tick
Add Prefixand enterWELCOME_. You should see a preview code likeWELCOME_1SQ082FW. - Click
Create Coupons. For large batches this can take a few minutes; once complete the codes are viewable in theCouponstab and exportable as CSV.
- Set
Variations
- Different discount amount. Adjust
Discount Amounton the Action tab. - Different minimum spend. Adjust the value on the
Discounted Subtotaltrigger condition. - Different code format. Change
Code Length,Code Format, orPrefixwhen generating. You can also upload a CSV of pre-existing codes instead of using rule-based generation, or enter codes manually. - Percentage discount instead of fixed. The
Whole Carttype doesn't offer a percentage-off-cart action directly; if you want a percentage discount, use anItem Grouppromotion with no item-group conditions and a percentage action instead. - Allow multiple redemptions per customer. Set
Max Use Per Email Address Countto0if customers can redeem multiple welcome codes.
Testing
- Add items totalling A$30 or more after any earlier promotions, enter a welcome coupon code, and confirm the A$10 discount appears.
- Try the same code again (in a new cart on the same email or a different email). Confirm it can no longer be used.
- Add items so the cart's discounted subtotal is less than A$30, enter a different unused welcome code, and confirm the promotion doesn't apply.
- Open the
Couponstab on the promotion and confirm you can disable a specific code there if you need to revoke it.
Distribution
Once the codes are generated, distribute them through whatever channels you use for customer outreach – email signup forms, pop-ups for first-time visitors, social media campaigns, welcome-email sequences. Track redemption in the Coupons tab and generate more codes from the same promotion when you need them.
Field reference
The full set of fields used by this template:
| Section | Field | Value |
|---|---|---|
| General Information | Name | Welcome Discount $10 Off |
| General Information | Description | $10 off purchase with welcome coupon on orders over $30 |
| General Information | Requires Coupons | Yes |
| 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 | 5 |
| General Information | After Processing Action | Continue |
| General Information | Lock Affected Items | No |
| General Information | Max Use Count Per Coupon | 1 |
| General Information | Max Use Per Email Address Count | 1 |
| Trigger Conditions | Condition | Discounted Subtotal is greater than or equal to 30 (AUD) |
| Action | Type | Apply a Fixed Amount Discount to the Cart |
| Action | Discount Amount | 10 |
| Action | Exclusion Conditions | (none) |
| Coupon Generation | Creator | Rule-Based Generation |
| Coupon Generation | Quantity | 10000 |
| Coupon Generation | Code Length | 8 |
| Coupon Generation | Code Format | Alphanumeric |
| Coupon Generation | Prefix | WELCOME_ |
Updated 14 days ago