Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| shared:ecommerce_promotions [2022/02/16 10:22] – ggmei | shared:ecommerce_promotions [2024/07/01 10:53] (current) – ggmei | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Ecommerce - Managing Promotions ====== | ====== Ecommerce - Managing Promotions ====== | ||
| + | |||
| + | The standard promotions can be: | ||
| + | * valid for all orders, or only when general criteria are met (e.g. more than N items, more than X euro) | ||
| + | * be of a fixed amount (€20) or percent (20%) | ||
| + | * be valid until a certain date | ||
| + | * each coupon can be set to be used a fixed number of times in total (e.g. the first 100 customers) or unlimited | ||
| + | * each coupon can be set to be used for a fixed number of uses for each single customer (e.g. valid for 1 order, or 2 orders) or unlimited | ||
| + | |||
| + | This is all already available and requires no implementation. If you need some different logic (e.g. "valid only if one buys product A with product B") then we need to overwrite the standard modules and implement the custom logic. | ||
| + | |||
| === 1. In KK create the Promotion, under Marketing > Promotion === | === 1. In KK create the Promotion, under Marketing > Promotion === | ||