From e123ee0d31a6bec6718c590889df99905cbcb1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:51:29 +0100 Subject: [PATCH 1/3] IBX-5808 - Improve "Enable purchasing products" to remove ambiguity --- docs/pim/enable_purchasing_products.md | 36 +++++++------------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/docs/pim/enable_purchasing_products.md b/docs/pim/enable_purchasing_products.md index 7027335684..6276e0d5c6 100644 --- a/docs/pim/enable_purchasing_products.md +++ b/docs/pim/enable_purchasing_products.md @@ -4,24 +4,17 @@ description: Ensure your product catalog is ready for use with full configuratio # Enable purchasing products -To enable purchasing from the catalog, the following configuration is required: +To enable adding product to cart and purchasing from the catalog, the following configuration is required: - at least [one region and one currency for the shop](#region-and-currency) -- [VAT rates for the product type](#vat-rates) -- at least [one price for the product](#product-price) -- [availability with positive or infinite stock for the product](#product-availability) +- [VAT rates per region and for each product type](#vat-rates) +- at least one [price](prices.md) for the product +- [availability](products.md#product-availability-and-stock) with positive or infinite stock for the product or product variant -!!! tip "Product completeness" +!!! note "Configuring product details in the UI" - You can track required tasks related to product configuration in product view's **Completeness** tab. - - ![Product completeness](product_completeness.png) - - This page shows which tasks are finished for the given product, and which are still awaiting completion. - - Click the **Edit** icon next to an unfinished task to move directly to the screen where you can add the missing information. - -[[% include 'snippets/catalog_permissions_note.md' %]] + After you configure the region, currency and VAT rates for regions, the store manager must set up the remaining parameters in the UI, such as, for example, VAT rates per product type, descriptions, attributes, assets, prices and availability per product, and so on. + For more information, see [User Documentation]([[= user_doc =]]/pim/products/#product-completeness). ## Region and currency @@ -118,16 +111,7 @@ ibexa: not_applicable: true ``` -You can then assign VAT rates that apply to each product type in the supported regions. -To do it, in the Back Office, edit the product type, and navigate to the **VAT rates** area. - -![Assigning VAT rates to a product type](catalog_vat_rates.png "Assigning VAT rates to a product type") - -## Product price - -The product must have at least one [price](prices.md) configured. - -## Product availability +Users with sufficient permissions, such as Administrators or Store managers, can then assign VAT rates that apply to every product type in each of the supported regions. +To do it, in the Back Office, they [open the product type for editing]([[= user_doc =]]/pim/create_product_types/), and navigate to the **VAT rates** area. -To enable adding a product to cart, you must configure product [availability](products.md#product-availability-and-stock) -with positive or infinite stock. +![Assigning VAT rates to a product type](catalog_vat_rates.png "Assigning VAT rates to a product type") \ No newline at end of file From e8faafeab4ae177906176ee9a46ebdb8137260cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:20:18 +0100 Subject: [PATCH 2/3] Implement reviewer comments --- docs/pim/enable_purchasing_products.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/pim/enable_purchasing_products.md b/docs/pim/enable_purchasing_products.md index 6276e0d5c6..884bd04caa 100644 --- a/docs/pim/enable_purchasing_products.md +++ b/docs/pim/enable_purchasing_products.md @@ -7,13 +7,14 @@ description: Ensure your product catalog is ready for use with full configuratio To enable adding product to cart and purchasing from the catalog, the following configuration is required: - at least [one region and one currency for the shop](#region-and-currency) -- [VAT rates per region and for each product type](#vat-rates) +- [VAT rates per region](#vat-rates) and for each product type - at least one [price](prices.md) for the product - [availability](products.md#product-availability-and-stock) with positive or infinite stock for the product or product variant -!!! note "Configuring product details in the UI" +!!! note "Configuring products in the UI" + + After you configure the region, currency and VAT rates for regions in settings, the store manager must set up the remaining parameters in the UI, such as, for example, [VAT rates per product type]([[= user_doc =]]/pim/create_product_types/#vat), descriptions, attributes, assets, [prices]([[= user_doc =]]/pim/manage_prices/) and [availability]([[= user_doc =]]/pim/manage_availability_and_stock/) per product, and so on. - After you configure the region, currency and VAT rates for regions, the store manager must set up the remaining parameters in the UI, such as, for example, VAT rates per product type, descriptions, attributes, assets, prices and availability per product, and so on. For more information, see [User Documentation]([[= user_doc =]]/pim/products/#product-completeness). ## Region and currency @@ -50,7 +51,7 @@ ibexa: - PLN regions: - germany - - poland + - poland another_storefront_group: product_catalog: currencies: @@ -112,6 +113,6 @@ ibexa: ``` Users with sufficient permissions, such as Administrators or Store managers, can then assign VAT rates that apply to every product type in each of the supported regions. -To do it, in the Back Office, they [open the product type for editing]([[= user_doc =]]/pim/create_product_types/), and navigate to the **VAT rates** area. +To do it, in the Back Office, they [open the product type for editing]([[= user_doc =]]/pim/create_product_types/#vat), and navigate to the **VAT rates** area. ![Assigning VAT rates to a product type](catalog_vat_rates.png "Assigning VAT rates to a product type") \ No newline at end of file From 932b646e8a4a8aef32d6c798179a2bac8ce0ebc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:49:28 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Magdalena Dziadosz <35031941+MagdalenaZuba@users.noreply.github.com> --- docs/pim/enable_purchasing_products.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pim/enable_purchasing_products.md b/docs/pim/enable_purchasing_products.md index 884bd04caa..e44cc73c9b 100644 --- a/docs/pim/enable_purchasing_products.md +++ b/docs/pim/enable_purchasing_products.md @@ -13,7 +13,7 @@ To enable adding product to cart and purchasing from the catalog, the following !!! note "Configuring products in the UI" - After you configure the region, currency and VAT rates for regions in settings, the store manager must set up the remaining parameters in the UI, such as, for example, [VAT rates per product type]([[= user_doc =]]/pim/create_product_types/#vat), descriptions, attributes, assets, [prices]([[= user_doc =]]/pim/manage_prices/) and [availability]([[= user_doc =]]/pim/manage_availability_and_stock/) per product, and so on. + After you configure the region, currency and VAT rates for regions in settings, the store manager must set up the remaining parameters in the UI, such as, [VAT rates per product type]([[= user_doc =]]/pim/create_product_types/#vat), descriptions, attributes, assets, [prices]([[= user_doc =]]/pim/manage_prices/) and [availability]([[= user_doc =]]/pim/manage_availability_and_stock/) per product, and so on. For more information, see [User Documentation]([[= user_doc =]]/pim/products/#product-completeness). @@ -112,7 +112,7 @@ ibexa: not_applicable: true ``` -Users with sufficient permissions, such as Administrators or Store managers, can then assign VAT rates that apply to every product type in each of the supported regions. -To do it, in the Back Office, they [open the product type for editing]([[= user_doc =]]/pim/create_product_types/#vat), and navigate to the **VAT rates** area. +You can then assign VAT rates that apply to every product type in each of the supported regions. +To do it, in the Back Office, [open the product type for editing]([[= user_doc =]]/pim/create_product_types/#vat), and navigate to the **VAT rates** area. ![Assigning VAT rates to a product type](catalog_vat_rates.png "Assigning VAT rates to a product type") \ No newline at end of file