docs: fixes to discounts documentation percentage (#2711)
* docs: fixes to discounts documentation * docs: added a note about regions for fixed discount
This commit is contained in:
@@ -21,8 +21,8 @@ This opens a form with collapsible sections to fill in different information abo
|
||||
|
||||
In this section, you have to select the discount type. There are three types:
|
||||
|
||||
1. **Percentage:** discount a specific percentage of the cart total.
|
||||
2. **Fixed amount:** discount a specific amount either from the cart total or from each item that complies with the discount conditions. After choosing this type, a new field Allocation will show where you can choose how the discount should be applied.
|
||||
1. **Percentage:** discount a specific percentage of the price of each item that complies with the discount conditions.
|
||||
2. **Fixed amount:** discount a specific amount either from the cart total or from the price each item that complies with the discount conditions. After choosing this type, a new field Allocation will show where you can choose how the discount should be applied.
|
||||
3. **Free shipping:** Remove any shipping amount available during checkout.
|
||||
|
||||
Choose the type of the discount and fill in any additional fields if necessary.
|
||||
@@ -31,7 +31,7 @@ Choose the type of the discount and fill in any additional fields if necessary.
|
||||
|
||||
In this section, you have to enter general but required information related to the discount:
|
||||
|
||||
1. In the “Choose valid regions” field, choose the regions this discount should be applied in. You must select at least one region.
|
||||
1. In the “Choose valid regions” field, choose the regions this discount should be applied in. You must select at least one region. For the Fixed Discount type, you can only pick one region. For other types you can select more than one region.
|
||||
2. In the Code field, enter the code that the customers have to enter during checkout for the discount to be applied. Only uppercase letters and numbers are allowed.
|
||||
3. If you chose Percentage for Discount Type earlier, enter the percentage that should be discounted in the Percentage field.
|
||||
4. If you chose Fixed Amount for Discount Type earlier, enter the amount that should be discounted in the Amount field.
|
||||
|
||||
Reference in New Issue
Block a user