Skip to content

Commit 489ecf3

Browse files
committed
Mentioned discounts in pricing and customer groups
1 parent e5b1b11 commit 489ecf3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/pim/prices.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ The price engine is responsible for calculating prices for products in the [cata
88

99
## Custom pricing
1010

11-
You can set up different prices depending on [customer groups](customer_groups.md).
11+
You can set up basic price rules depending on [customer groups](customer_groups.md), or use the [Discounts LTS Update](discounts.md) for more control over the price reduction.
1212

13+
Use the first option for basic use cases, for example to globally manage custom prices for your resellers.
1314
Each customer group can have a default price discount that applies to all products.
1415

15-
You can also set different prices for specific products or product variants for different customer groups.
16+
With the Discounts feature, you can create time-limited offers that apply only to specified regions, currencies, products, customers, and more.
1617

1718
### Assign prices dynamically
1819

1920
You could create a customer group resolver that provides custom price logic, for example, by retrieving user address from the customer profile, and assigning a customer group to the customer based on the address.
2021

21-
Such resolver must implement the `Ibexa\Contracts\ProductCatalog\CustomerGroupResolverInterface` interface.
22+
Such resolver must implement the [`Ibexa\Contracts\ProductCatalog\CustomerGroupResolverInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-CustomerGroupResolverInterface.html) interface.
2223

2324
You must then register it as a service with the `ibexa.product_catalog.customer_group.resolver` tag.
2425

docs/users/customer_groups.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ description: Assigning users to customer groups allows defining user-specific pr
44

55
# Customer groups
66

7-
You can assign users to different custom groups to enable [custom pricing](prices.md).
7+
You can assign users to different customer groups to enable [custom pricing](prices.md).
88
This enables you to give specific prices or price discounts (global or per product) to specific groups of users.
99

1010
For example, you can offer a 10% discount for all products in the catalog to users who belong to the Resellers customer group.
1111

12+
By using the [Discounts LTS Update](discounts_guide.md), you can create apply even more complex rules that apply to selected customer groups or all customers.
13+
1214
!!! tip
1315

1416
Customer groups aren't the same as [user groups](user_registration.md#user-groups).
1517
User groups concern all users in the system and can be used, for example, to handle permissions.
16-
Customer groups refer specifically to the commerce functionalities and enable handling prices.
18+
Customer groups refer specifically to the commerce functionalities and enable grouping your customers together.
1719

1820
## Enabling customer groups
1921

0 commit comments

Comments
 (0)