From 5690037a481b9d7bbb950e4f79e35687b07ff4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:52:14 +0200 Subject: [PATCH 1/3] IBX-102224: Describe LTS Updates as regular features --- .../back_office_elements/custom_components.md | 4 +- docs/api/event_reference/ai_action_events.md | 1 - docs/api/event_reference/discounts_events.md | 1 - .../data_migration/importing_data.md | 2 +- docs/discounts/configure_discounts.md | 3 +- docs/discounts/discounts.md | 2 - docs/discounts/discounts_api.md | 3 +- docs/discounts/discounts_guide.md | 10 ++-- docs/discounts/install_discounts.md | 46 ------------------- docs/ibexa_products/editions.md | 12 +---- docs/index.md | 15 ------ docs/permissions/limitation_reference.md | 2 +- docs/permissions/permission_use_cases.md | 2 +- docs/permissions/policies.md | 4 +- docs/pim/pim_guide.md | 2 +- docs/pim/prices.md | 2 +- docs/resources/new_in_doc.md | 2 +- .../action_configuration_criteria.md | 1 - .../action_configuration_sort_clauses.md | 1 - .../datetimeattribute_criterion.md | 1 - .../datetimeattributerange_criterion.md | 1 - .../discounts_criteria.md | 1 - .../discounts_sort_clauses.md | 1 - .../ai_actions_twig_functions.md | 1 - .../discounts_twig_functions.md | 1 - .../storefront_twig_functions.md | 2 +- .../from_4.6/update_from_4.6.md | 5 +- docs/users/customer_groups.md | 2 +- mkdocs.yml | 1 - plugins.yml | 1 + 30 files changed, 23 insertions(+), 109 deletions(-) delete mode 100644 docs/discounts/install_discounts.md diff --git a/docs/administration/back_office/back_office_elements/custom_components.md b/docs/administration/back_office/back_office_elements/custom_components.md index ddc6040590..e77dcd567e 100644 --- a/docs/administration/back_office/back_office_elements/custom_components.md +++ b/docs/administration/back_office/back_office_elements/custom_components.md @@ -111,13 +111,13 @@ For more information, see [this example using few of those components](component |`admin-ui-shipment-summary-grid`| `vendor/ibexa/shipping/src/bundle/Resources/views/themes/admin/shipment/tab/summary.html.twig` | |`admin-ui-shipping-method-block`| `vendor/ibexa/shipping/src/bundle/Resources/views/themes/admin/shipping/shipping_method/view.html.twig` | -## AI Actions [[% include 'snippets/lts-update_badge.md' %]] +## AI Actions | Group name | Template file | |---|---| |`admin-ui-action-configuration-tabs`| `vendor/ibexa/connector-ai/src/bundle/Resources/views/themes/admin/connector_ai/action_configuration/view.html.twig` | -## Discounts [[% include 'snippets/lts-update_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] +## Discounts [[% include 'snippets/commerce_badge.md' %]] | Group name | Template file | |---|---| diff --git a/docs/api/event_reference/ai_action_events.md b/docs/api/event_reference/ai_action_events.md index f8e0d9857d..97a520aab8 100644 --- a/docs/api/event_reference/ai_action_events.md +++ b/docs/api/event_reference/ai_action_events.md @@ -1,7 +1,6 @@ --- description: Events that are triggered when working with AI actions. page_type: reference -edition: lts-update month_change: false --- diff --git a/docs/api/event_reference/discounts_events.md b/docs/api/event_reference/discounts_events.md index f33e24214c..bdb74d0336 100644 --- a/docs/api/event_reference/discounts_events.md +++ b/docs/api/event_reference/discounts_events.md @@ -2,7 +2,6 @@ description: Events that are triggered when working with discounts. page_type: reference editions: - - lts-update - commerce month_change: true --- diff --git a/docs/content_management/data_migration/importing_data.md b/docs/content_management/data_migration/importing_data.md index 75d4eb9c95..5107746323 100644 --- a/docs/content_management/data_migration/importing_data.md +++ b/docs/content_management/data_migration/importing_data.md @@ -507,7 +507,7 @@ When updating a content type, use: [[= include_file('code_samples/data_migration/examples/ai/action_configuration_delete.yaml') =]] ``` -### Discounts [[% include 'snippets/lts-update_badge.md' %]] +### Discounts - The following example shows how you can create a new [discount](discounts_guide.md) in your system: diff --git a/docs/discounts/configure_discounts.md b/docs/discounts/configure_discounts.md index e50305fceb..46c6e2ab77 100644 --- a/docs/discounts/configure_discounts.md +++ b/docs/discounts/configure_discounts.md @@ -1,8 +1,7 @@ --- -description: Customize the behavior of the Discounts LTS update. +description: Customize the behavior of the Discounts feature. month_change: true editions: - - lts-update - commerce --- diff --git a/docs/discounts/discounts.md b/docs/discounts/discounts.md index 21483b1d20..786cdd4625 100644 --- a/docs/discounts/discounts.md +++ b/docs/discounts/discounts.md @@ -2,7 +2,6 @@ description: Discounts help store managers reduce prices on products or product categories. page_type: landing_page editions: - - lts-update - commerce month_change: true --- @@ -16,7 +15,6 @@ You can also extend the feature, for example, by creating custom pricing rules, [[= cards([ "discounts/discounts_guide", -"discounts/install_discounts", "discounts/configure_discounts", "discounts/discounts_api" ], columns=2) =]] diff --git a/docs/discounts/discounts_api.md b/docs/discounts/discounts_api.md index cb0fc19931..d03325ded2 100644 --- a/docs/discounts/discounts_api.md +++ b/docs/discounts/discounts_api.md @@ -1,8 +1,7 @@ --- -description: Discounts LTS Update enables reducing prices on products or product categories based on a detailed logic resolution. +description: Discounts enable reducing prices on products or product categories based on a detailed logic resolution. month_change: true editions: - - lts-update - commerce --- diff --git a/docs/discounts/discounts_guide.md b/docs/discounts/discounts_guide.md index 7c0364bb2f..b179cd78c8 100644 --- a/docs/discounts/discounts_guide.md +++ b/docs/discounts/discounts_guide.md @@ -1,8 +1,7 @@ --- -description: Discounts LTS Update enables reducing prices on products or product categories based on a detailed logic resolution. +description: Discount enable reducing prices on products or product categories based on a detailed logic resolution. month_change: true editions: - - lts-update - commerce --- @@ -17,7 +16,7 @@ Discounts allow online stores to temporarily or permanently reduce prices on spe They can be used to encourage first-time purchases, reward loyal customers, promote new or slow-moving items, or drive sales during seasonal events. By displaying discounted prices clearly in the catalog or cart, businesses can create a sense of urgency, increase customer satisfaction, and ultimately boost revenue. -[[= product_name =]] can be equipped with the Discounts [LTS update](editions.md#lts-updates) that introduces a highly extensible solution for building discounts. +[[= product_name =]] comes equipped with the Discounts feature that introduces a highly extensible solution for building price reductions. 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. They can choose how the discount is calculated and set conditions to decide when their discounts are applied. @@ -35,8 +34,7 @@ The conditions used to limit the applicability of a discount include, for exampl ## Availability -Discounts are an opt-in capability available as an [LTS update](editions.md#lts-updates) starting with the v4.6.19 version of [[= product_name_com =]]. -To begin using Discounts, you must first [install the required packages and perform initial configuration](install_discounts.md). +Discounts are available as part of the [[[= product_name_com =]]](ibexa_products/ibexa_experience.md) edition. ## How it works @@ -136,7 +134,7 @@ This encourages first-time purchases and drives long-term customer loyalty. ## Use cases -Out of the box, the [[= product_name_base =]] Discounts LTS update comes with multiple discount types that can be applied in the following use cases. +Out of the box, the [[= product_name_base =]] Discounts feature comes with multiple discount types that can be applied in the following use cases. ### End of Season Sale diff --git a/docs/discounts/install_discounts.md b/docs/discounts/install_discounts.md deleted file mode 100644 index b6a2f0ff9b..0000000000 --- a/docs/discounts/install_discounts.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -description: Install the Discounts LTS update. -month_change: true -editions: - - lts-update - - commerce ---- - -# Install Discounts - -Discounts are available as an LTS update to [[[= product_name_com =]]](/ibexa_products/ibexa_commerce.md), starting with version v4.6.19 or higher. -To use this feature you must first install the packages and configure them. - -## Install packages - -Run the following commands to install the packages: - -``` bash -composer require ibexa/discounts ibexa/discounts-codes -``` - -These commands add the feature code, service handlers, helper Twig templates, and configurations required for using Discounts. -It also modifies the permission system to account for the new functionality. - -## Configure Discounts - -Once the packages are installed, before you can start using Discounts, you must enable them by following these instructions. - -### Modify the database schema - -Run the following command, where `` is the same name that you defined when you [installed [[= product_name =]]](../getting_started/install_ibexa_dxp.md#change-installation-parameters). - -=== "MySQL" - ``` bash - mysql -u -p < vendor/ibexa/installer/upgrade/db/mysql/commerce/ibexa-4.6.latest-discounts-lts-update.sql - ``` - -=== "PostgreSQL" - - ``` bash - psql < vendor/ibexa/installer/upgrade/db/postgresql/commerce/ibexa-4.6.latest-discounts-lts-update.sql - ``` - -This command modifies the existing database schema by adding database configuration required for using Discounts. - -You can now review the existing [configuration options](configure_discounts.md) to adjust this feature, or restart your application to start working with it. diff --git a/docs/ibexa_products/editions.md b/docs/ibexa_products/editions.md index 86965991ab..49a430b2bc 100644 --- a/docs/ibexa_products/editions.md +++ b/docs/ibexa_products/editions.md @@ -49,6 +49,8 @@ Compare all features available in [[= product_name_headless =]], [[= product_nam | [Recent activity](recent_activity.md) | | ✔ | ✔ | | [[[= product_name_engage =]] add-on]([[= user_doc =]]/ibexa_engage/ibexa_engage/) | | ✔ | ✔ | | [Customer Data Platform (CDP) add-on](cdp_guide.md) | | ✔ | ✔ | +| [AI Actions](ai_actions_guide.md) | ✔ | ✔ | ✔ | +| [Date and time attribute type](date_and_time.md) | ✔ | ✔ | ✔ | | [Order management](order_management.md) | | | ✔ | | [Payment management](payment.md) | | | ✔ | | [Shipping management](shipping_management.md) | | | ✔ | @@ -56,14 +58,4 @@ Compare all features available in [[= product_name_headless =]], [[= product_nam | [Checkout](checkout.md) | | | ✔ | | [Storefront](storefront.md) | | | ✔ | | [Transactional emails](transactional_emails.md) | | | ✔ | - -## LTS Updates - -LTS Updates are opt-in packages that bring additional features to the [LTS releases](release_process_and_roadmap.md#long-term-support-releases) that they enhance. -The features brought by LTS Updates become standard parts of the next LTS release. - -| Feature | [[= product_name_headless =]] | [[= product_name_exp =]] | [[= product_name_com =]] | -|-----------------|-----------------|-----------------|-----------------| -| [AI Actions](ai_actions_guide.md) | ✔ | ✔ | ✔ | -| [Date and time attribute type](date_and_time.md) | ✔ | ✔ | ✔ | | [Discounts](discounts.md) | | | ✔ | diff --git a/docs/index.md b/docs/index.md index 72bd6f98c0..3ae348e397 100644 --- a/docs/index.md +++ b/docs/index.md @@ -86,21 +86,6 @@ -
-
-
-

The newest LTS Update is Discounts

-
Install it to reduce prices on specific products, making deals more attractive to potential buyers.
-
- -
- LTS Update -
-
-
diff --git a/docs/permissions/limitation_reference.md b/docs/permissions/limitation_reference.md index cc05ab5c96..7209bd23f6 100644 --- a/docs/permissions/limitation_reference.md +++ b/docs/permissions/limitation_reference.md @@ -62,7 +62,7 @@ The Change Owner (`ChangeOwner`) limitation specifies whether the user can chang |------|------|------| |`1`|"Forbid"|The user cannot change owner of a content item| -## Discount Owner limitation [[% include 'snippets/lts-update_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] +## Discount Owner limitation [[% include 'snippets/commerce_badge.md' %]] The Discount Owner (`DiscountOwner`) limitation specifies whether the user can interact with a [discount](discounts.md). diff --git a/docs/permissions/permission_use_cases.md b/docs/permissions/permission_use_cases.md index 73b34f390f..e558195942 100644 --- a/docs/permissions/permission_use_cases.md +++ b/docs/permissions/permission_use_cases.md @@ -269,7 +269,7 @@ Set the following permissions to decide what actions are available when users in - `checkout/update` - to allow users to modify existing information, for example item quantity - `checkout/delete` - to delete checkout -### Discount management [[% include 'snippets/lts-update_badge.md' %]] +### Discount management Set the following permissions to decide what actions are available when users interact with [discounts](discounts.md) in the back office: diff --git a/docs/permissions/policies.md b/docs/permissions/policies.md index 08830e444c..46384c2bab 100644 --- a/docs/permissions/policies.md +++ b/docs/permissions/policies.md @@ -29,7 +29,7 @@ Each role you assign to user or user group consists of policies which define, wh |------------------------------|--------------------|----------------------|-------------------------------------------------------------------------| | `activity_log` | `read` | access activity list | [ActivityLogOwner](limitation_reference.md#activity-log-owner-limitation) | -#### AI actions [[% include 'snippets/lts-update_badge.md' %]] +#### AI actions | Module | Function | Effect | Possible Limitations | |-------------------------------------|------------------------|------------------------|----------------------| @@ -124,7 +124,7 @@ Each role you assign to user or user group consists of policies which define, wh | `commerce` | `currency` | manage currencies | | | `region` | manage regions | -#### Discounts [[% include 'snippets/lts-update_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] +#### Discounts [[% include 'snippets/commerce_badge.md' %]] The discount policies decide which actions can be executed by given user or user group. diff --git a/docs/pim/pim_guide.md b/docs/pim/pim_guide.md index 9767f4ce37..0955bb7a9f 100644 --- a/docs/pim/pim_guide.md +++ b/docs/pim/pim_guide.md @@ -105,7 +105,7 @@ Each customer group can have a default price discount that applies to all produc For example, you can offer a 10% discount for all products in the catalog to users who belong to the Resellers customer group. You can also set different prices for specific products or product variants for different customer groups. -You can extend these capabilities even further by installing the [Discounts LTS Update](discounts_guide.md), available for [[= product_name_com =]]. +You can extend these capabilities even further by using [Discounts](discounts_guide.md) that are available for [[= product_name_com =]]. ### Product completeness diff --git a/docs/pim/prices.md b/docs/pim/prices.md index 36c53c96db..6c9a906c3e 100644 --- a/docs/pim/prices.md +++ b/docs/pim/prices.md @@ -8,7 +8,7 @@ The price engine is responsible for calculating prices for products in the [cata ## Custom pricing -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. +You can set up basic price rules depending on [customer groups](customer_groups.md), or use [Discounts](discounts.md) for more control over the price reduction. Use the first option for basic use cases, for example to globally manage custom prices for your resellers. Each customer group can have a default price discount that applies to all products. diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 1bd3f0c0ba..87bd01ec59 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -67,7 +67,7 @@ We want to thank [todomagichere](https://github.com/todomagichere) and [hgieseno ### Release notes -- Redesigned [Release notes page](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/) now includes filters to easily sort by product edition or LTS update type, while the updated documentation homepage provides quick access to essential details, showcasing changes introduced in the latest patch and LTS Updates releases +- Redesigned [Release notes page](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/) now includes filters to easily sort by product edition or LTS Update type, while the updated documentation homepage provides quick access to essential details, showcasing changes introduced in the latest patch and LTS Update releases ### Requirements update diff --git a/docs/search/ai_actions_search_reference/action_configuration_criteria.md b/docs/search/ai_actions_search_reference/action_configuration_criteria.md index a5046e9ea2..e8e83bd9f5 100644 --- a/docs/search/ai_actions_search_reference/action_configuration_criteria.md +++ b/docs/search/ai_actions_search_reference/action_configuration_criteria.md @@ -1,6 +1,5 @@ --- month_change: false -edition: lts-update --- # Action Configuration Search Criterion reference diff --git a/docs/search/ai_actions_search_reference/action_configuration_sort_clauses.md b/docs/search/ai_actions_search_reference/action_configuration_sort_clauses.md index d83cde7113..e058a766bb 100644 --- a/docs/search/ai_actions_search_reference/action_configuration_sort_clauses.md +++ b/docs/search/ai_actions_search_reference/action_configuration_sort_clauses.md @@ -1,6 +1,5 @@ --- month_change: false -edition: lts-update --- # Action Configuration Search Sort Clauses reference diff --git a/docs/search/criteria_reference/datetimeattribute_criterion.md b/docs/search/criteria_reference/datetimeattribute_criterion.md index 14abe150cd..15c581cfe4 100644 --- a/docs/search/criteria_reference/datetimeattribute_criterion.md +++ b/docs/search/criteria_reference/datetimeattribute_criterion.md @@ -1,6 +1,5 @@ --- description: DateTimeAttribute Criterion -edition: lts-update --- # DateTimeAttribute criterion diff --git a/docs/search/criteria_reference/datetimeattributerange_criterion.md b/docs/search/criteria_reference/datetimeattributerange_criterion.md index 72df235edb..fd0d628527 100644 --- a/docs/search/criteria_reference/datetimeattributerange_criterion.md +++ b/docs/search/criteria_reference/datetimeattributerange_criterion.md @@ -1,6 +1,5 @@ --- description: DateTimeAttributeRange Criterion -edition: lts-update --- # DateTimeAttributeRange criterion diff --git a/docs/search/discounts_search_reference/discounts_criteria.md b/docs/search/discounts_search_reference/discounts_criteria.md index ce296c8818..86a628ea31 100644 --- a/docs/search/discounts_search_reference/discounts_criteria.md +++ b/docs/search/discounts_search_reference/discounts_criteria.md @@ -1,7 +1,6 @@ --- month_change: false editions: - - lts-update - commerce --- diff --git a/docs/search/discounts_search_reference/discounts_sort_clauses.md b/docs/search/discounts_search_reference/discounts_sort_clauses.md index 8195bcd191..6a6d90601f 100644 --- a/docs/search/discounts_search_reference/discounts_sort_clauses.md +++ b/docs/search/discounts_search_reference/discounts_sort_clauses.md @@ -1,7 +1,6 @@ --- month_change: false editions: - - lts-update - commerce --- diff --git a/docs/templating/twig_function_reference/ai_actions_twig_functions.md b/docs/templating/twig_function_reference/ai_actions_twig_functions.md index 66779e2496..2b01673bc6 100644 --- a/docs/templating/twig_function_reference/ai_actions_twig_functions.md +++ b/docs/templating/twig_function_reference/ai_actions_twig_functions.md @@ -2,7 +2,6 @@ description: AI Actions functions allows you to embed AI Actions in your templates page_type: reference month_change: false -edition: lts-update --- # AI Actions Twig functions diff --git a/docs/templating/twig_function_reference/discounts_twig_functions.md b/docs/templating/twig_function_reference/discounts_twig_functions.md index 85938057d0..9157b7d823 100644 --- a/docs/templating/twig_function_reference/discounts_twig_functions.md +++ b/docs/templating/twig_function_reference/discounts_twig_functions.md @@ -3,7 +3,6 @@ description: Discounts Twig Functions allow you to operate on discounts in your page_type: reference month_change: true editions: - - lts-update - commerce --- diff --git a/docs/templating/twig_function_reference/storefront_twig_functions.md b/docs/templating/twig_function_reference/storefront_twig_functions.md index 5450ff9820..7542e69104 100644 --- a/docs/templating/twig_function_reference/storefront_twig_functions.md +++ b/docs/templating/twig_function_reference/storefront_twig_functions.md @@ -113,7 +113,7 @@ You can use this, for example, to [parametrize the display of products by using ### `ibexa_storefront_are_discounts_enabled()` -This function detects if the [Discounts LTS Update](discounts_guide.md) is installed. +This function detects if the [Discounts](discounts_guide.md) feature is present. ``` html+twig {% if ibexa_storefront_are_discounts_enabled() %} diff --git a/docs/update_and_migration/from_4.6/update_from_4.6.md b/docs/update_and_migration/from_4.6/update_from_4.6.md index c8d1cfbcab..bb462b4fae 100644 --- a/docs/update_and_migration/from_4.6/update_from_4.6.md +++ b/docs/update_and_migration/from_4.6/update_from_4.6.md @@ -378,7 +378,7 @@ With the product updated to the latest version, you can now finish the update pr ## LTS Updates -[LTS Updates](editions.md#lts-updates) are standalone packages with their own update procedures. +[LTS Updates](https://doc.ibexa.co/en/4.6/ibexa_products/editions/#lts-updates) are standalone packages with their own update procedures. To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separately with the following commands: === "Discounts" @@ -398,7 +398,7 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ The `discount/view` policy is no longer required for the store customers to use a discount and must be removed from all users who are not managing discounts. The policy allows to access all the discount details, including the coupon codes to activate them, which could lead to system abuse. - To learn more, see the [discounts policies overview](policies.md#discounts). + To learn more, see the [discounts policies overview](https://doc.ibexa.co/en/4.6/permissions/policies/). ### Database update @@ -537,4 +537,3 @@ To use the [latest features](ibexa_dxp_v4.6.md) added to them, update them separ ```bash composer require ibexa/product-catalog-date-time-attribute:[[= latest_tag_4_6 =]] ``` - diff --git a/docs/users/customer_groups.md b/docs/users/customer_groups.md index e2e8fab581..614c8b3ca7 100644 --- a/docs/users/customer_groups.md +++ b/docs/users/customer_groups.md @@ -9,7 +9,7 @@ This enables you to give specific prices or price discounts (global or per produ For example, you can offer a 10% discount for all products in the catalog to users who belong to the Resellers customer group. -By using the [Discounts LTS Update](discounts_guide.md), you can create even more complex rules that apply to only selected customer groups or to all customers. +By using [Discounts](discounts_guide.md), you can create even more complex rules that apply to only selected customer groups or to all customers. !!! tip diff --git a/mkdocs.yml b/mkdocs.yml index ad58dad3c8..c1ba8c77f2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -406,7 +406,6 @@ nav: - Discounts: - Discounts: discounts/discounts.md - Discounts guide: discounts/discounts_guide.md - - Install Discounts: discounts/install_discounts.md - Customize Discounts: discounts/configure_discounts.md - Discounts API: discounts/discounts_api.md - Customer management: diff --git a/plugins.yml b/plugins.yml index 06788f7194..efdda0afce 100644 --- a/plugins.yml +++ b/plugins.yml @@ -558,3 +558,4 @@ plugins: 'infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md': 'ibexa_cloud/ddev_and_ibexa_cloud.md' 'ai_actions/install_ai_actions.md': 'ai_actions/configure_ai_actions.md' + 'discounts/install_discounts.md': 'discounts/configure_discounts.md' From df833120ed1834fc994e3d4d7177a80c047d95d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:16:09 +0200 Subject: [PATCH 2/3] Implement reviewer comment --- docs/discounts/discounts_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/discounts/discounts_guide.md b/docs/discounts/discounts_guide.md index b179cd78c8..f617bfe235 100644 --- a/docs/discounts/discounts_guide.md +++ b/docs/discounts/discounts_guide.md @@ -34,7 +34,7 @@ The conditions used to limit the applicability of a discount include, for exampl ## Availability -Discounts are available as part of the [[[= product_name_com =]]](ibexa_products/ibexa_experience.md) edition. +Discounts are available as part of the [[[= product_name_com =]]](../ibexa_products/ibexa_commerce.md) edition. ## How it works From b09064647e51936f69006db1566fd183f1962e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:52:36 +0200 Subject: [PATCH 3/3] Implement reviewer comment --- docs/ibexa_products/editions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ibexa_products/editions.md b/docs/ibexa_products/editions.md index 49a430b2bc..115ffdacee 100644 --- a/docs/ibexa_products/editions.md +++ b/docs/ibexa_products/editions.md @@ -49,8 +49,6 @@ Compare all features available in [[= product_name_headless =]], [[= product_nam | [Recent activity](recent_activity.md) | | ✔ | ✔ | | [[[= product_name_engage =]] add-on]([[= user_doc =]]/ibexa_engage/ibexa_engage/) | | ✔ | ✔ | | [Customer Data Platform (CDP) add-on](cdp_guide.md) | | ✔ | ✔ | -| [AI Actions](ai_actions_guide.md) | ✔ | ✔ | ✔ | -| [Date and time attribute type](date_and_time.md) | ✔ | ✔ | ✔ | | [Order management](order_management.md) | | | ✔ | | [Payment management](payment.md) | | | ✔ | | [Shipping management](shipping_management.md) | | | ✔ |