docs: added region-related documentation pages (#2845)
* docs: added region doc pages * docs: small fixes
This commit is contained in:
@@ -24,8 +24,6 @@ Discounts can be used in many use cases including:
|
||||
2. Creating a sale within a specific period of time (for example, a summer sale).
|
||||
3. Give your customers free shipping for a limited time.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Discount Entity Overview
|
||||
@@ -96,6 +94,8 @@ Based on the value of `type`, one of the following relations can be used to retr
|
||||
- `product_tags` is an array of product types that this condition applies to if the condition’s `type` is `product_tags`. Each item of the array would be a [`DiscountConditionProductTag`](../../../references/entities/classes/DiscountConditionProductTag.md).
|
||||
- `customer_groups` is an array of product types that this condition applies to if the condition’s `type` is `customer_groups`. Each item of the array would be a [`DiscountConditionCustomerGroup`](../../../references/entities/classes/DiscountConditionCustomerGroup.md).
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## What’s Next
|
||||
|
||||
Reference in New Issue
Block a user