
ms3FirstTimeBuyerDiscount
First-order discount for MiniShop3 — auto-applied when 0 paid orders (percent or fixed)


All settings use the prefix ms3firsttimebuyerdiscount_ and are in the ms3firsttimebuyerdiscount namespace.
Where to change: Manage → System settings (in MODX 3: Settings → System settings) — filter by namespace ms3firsttimebuyerdiscount.
| Setting | Description | Default |
|---|---|---|
ms3firsttimebuyerdiscount_ftb_enabled | Enable or disable first-order discount | 1 (on) |
ms3firsttimebuyerdiscount_ftb_discount_type | Discount type: percent — percent of order total, fixed — fixed amount in shop currency. Case-insensitive | percent |
ms3firsttimebuyerdiscount_ftb_discount_value | Discount value: percent (0–100) or fixed amount in shop currency (for fixed, negative values are treated as 0) | 10 |
ms3firsttimebuyerdiscount_ftb_allow_combination | Allow combining with other cart discounts. If off and cart has total_discount > 0, FTB is not applied | 1 (on) |
percent and fixed (case-insensitive).percent keep in 0–100; for fixed use amount in shop currency (e.g. 500).