Skip to content

Commit e172d1b

Browse files
Applied suggestions from code review (#2767)
Co-authored-by: julitafalcondusza <[email protected]>
1 parent e5b1b11 commit e172d1b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/discounts/discounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ month_change: true
1212
With the Discounts feature, store managers can reduce prices on specific products or categories for all or selected customers.
1313
After you install it, temporary or permanent discounts can be applied against items from the product catalog or cart.
1414

15-
You can also extend the feature, for example by creating custom pricing rules, application conditions, or changing discount priorities.
15+
You can also extend the feature, for example, by creating custom pricing rules, application conditions, or changing discount priorities.
1616

1717
[[= cards([
1818
"discounts/discounts_guide",

docs/discounts/discounts_guide.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ editions:
88

99
# Discounts product guide
1010

11-
## What are Discounts
11+
## What are discounts
1212

1313
Just like brick-and-mortar shops, online stores use clever strategies to attract new customers, keep loyal ones, boost sales, highlight special products, and clear out inventory.
1414

@@ -40,7 +40,7 @@ To begin using Discounts, you must first [install the required packages and perf
4040

4141
## How it works
4242

43-
The discount feature hooks into the price resolving logic of products, allowing you to modify it before it's displayed to the customers.
43+
The Discounts feature hooks into the price resolving logic of products, allowing you to modify it before it's displayed to the customers.
4444

4545
### Core concepts
4646

@@ -50,12 +50,12 @@ Discounts are reductions in the price of a product, typically implemented as par
5050

5151
Discounts are applied in two places:
5252

53-
- **Catalog discounts** are activated when browsing the product catalog and do not require any action from the customer to be activated
54-
- **Cart discounts** can activate when entering the [cart](cart.md), if the right conditions are met. They may also require entering a discount code to be activated
53+
- **Product catalog** - catalog discounts are activated when browsing the product catalog and do not require any action from the customer to be activated
54+
- **Cart** - cart discounts can activate when entering the [cart](cart.md), if the right conditions are met. They may also require entering a discount code to be activated
5555

5656
A shopping cart can have multiple active discounts, but a specific product can only have a single discount applied to it at a time.
5757

58-
When two or more discounts could be applied to a single product, the system evaluates the following properties to choose the right one:
58+
When two or more discounts can be applied to a single product, the system evaluates the following properties to choose the right one:
5959

6060
- discount activation place (cart discounts rank higher over catalog discounts)
6161
- discount priority (higher priority ranks higher)
@@ -85,7 +85,8 @@ With discounts, you can target your entire customer base or only a subset of it
8585

8686
#### Product selection
8787

88-
All products, including [product variants](pim_guide.md#product-variants), can be selected when creating a discount. You can also limit this choice to a subset of products:
88+
All products, including [product variants](pim_guide.md#product-variants), can be selected when creating a discount.
89+
You can also limit this choice to a subset of products:
8990

9091
- belonging to selected [product categories](pim_guide.md#product-categories)
9192
- hand-picked manually for special cases

0 commit comments

Comments
 (0)