You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/discounts/discounts_guide.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,16 @@ Discounts allow online stores to temporarily or permanently reduce prices on spe
17
17
They can be used to encourage first-time purchases, reward loyal customers, promote new or slow-moving items, or drive sales during seasonal events.
18
18
By displaying discounted prices clearly in the catalog or cart, businesses can create a sense of urgency, increase customer satisfaction, and ultimately boost revenue.
19
19
20
-
[[= product_name =]] can be equipped with the Discounts [LTS update](editions.md#lts-updates), that introduces a highly extensible solution for building discounts.
20
+
[[= product_name =]] can be equipped with the Discounts [LTS update](editions.md#lts-updates) that introduces a highly extensible solution for building discounts.
21
21
22
22
Store managers can create general discounts that apply for products from the product catalog or specific discounts that apply for products in the customer's shopping cart.
23
23
Once the target is selected, they can set the type of discount by choosing a discount calculation rule.
24
24
Then they can use an extended set of conditions to decide when their discounts are applied.
25
25
26
26
Out of the box, the Discounts module delivers two types of discounts:
27
27
28
-
-"Fixed amount" - where a specified amount of money, for example, 5 Euro, is deducted from the base price of the product
29
-
-"Percentage" - where a specified percentage, for example, 10%, is used to calculate the deducted amount from the product
28
+
-**Fixed amount** - where a specified amount of money, for example, 5 Euro, is deducted from the base price of the product
29
+
-**Percentage** - where a specified percentage, for example, 10%, is used to calculate the deducted amount from the product
30
30
31
31
A selection of conditions used to limit the applicability of a discount is broader, and includes, for example, rules that check whether:
32
32
@@ -42,7 +42,7 @@ A selection of conditions used to limit the applicability of a discount is broad
42
42
43
43
## Availability
44
44
45
-
Discounts are an opt-in capability available as an [LTS update](editions.md#lts-updates) starting with the v4.6.XX version of [[= product_name_com =]].
45
+
Discounts are an opt-in capability available as an [LTS update](editions.md#lts-updates) starting with the v4.6.18 version of [[= product_name_com =]].
46
46
To begin using Discounts, you must first [install the required packages and perform initial configuration](install_discounts.md).
47
47
48
48
## How it works
@@ -60,7 +60,7 @@ Discounts are applied in two places:
60
60
-**catalog** discounts are activated when browsing the product catalog and do not require any action from the customer to be activated
61
61
-**cart discounts** are activated when browsing the [cart](cart.md) and may require entering a discount code to be activated
62
62
63
-
A shopping cart can have multiple active discounts, but a specific product can only have a single discount applied at a time.
63
+
A shopping cart can have multiple active discounts, but a specific product can only have a single discount applied to it at a time.
64
64
65
65
When two or more discounts could be applied to a single product, the system evaluates the following properties to choose the right one:
66
66
@@ -74,16 +74,16 @@ The properties are evaluated in the order given above until a single discount is
74
74
75
75
After choosing where the discount applies (catalog or cart), you can choose the discount type:
76
76
77
-
-"Fixed amount" - where a specified amount of money, for example, 5 Euro, is deducted from the base price of the product
78
-
-"Percentage" - where a specified percentage, for example, 10%, is used to calculate the deducted amount from the product
77
+
-**Fixed amount** - where a specified amount of money, for example, 5 Euro, is deducted from the base price of the product
78
+
-**Percentage** - where a specified percentage, for example, 10%, is used to calculate the deducted amount from the product
79
79
80
-
Discounts are translatable and are valid for specific [regions](pim_guide.md#regions)and currencies.
80
+
Discounts are translatable and are valid for specific [regions](pim_guide.md#regions)and currencies.
81
81
They can be permanent or be active only in a specified time frame.
82
82
83
83
The discount data is split into two parts:
84
84
85
-
- name and description act internal information for the store managers
86
-
- promotion information acts as additional information displayed to the customers
85
+
- name and description add internal information for the store managers
86
+
- promotion information add additional information displayed to the customers
87
87
88
88
#### Target groups
89
89
@@ -104,7 +104,7 @@ These conditions can include:
104
104
105
105
- minimum purchase quantity (per product)
106
106
- minimum purchase amount (total cart value)
107
-
- special discount codes
107
+
- special [discount codes](#discount-codes)
108
108
109
109
##### Discount codes
110
110
@@ -123,7 +123,6 @@ The discount code usage can be limited per customer:
123
123
Users with the appropriate permissions, governed by role-based policies, can control the lifecycle of Discounts by creating, editing, and deleting them.
124
124
Additionally, Discount configurations can be enabled or disabled depending on the organization's needs.
0 commit comments