From 568a327fd8f2c541d9e8936b387c36cd5f1f3101 Mon Sep 17 00:00:00 2001 From: Philippe Audibert <145770502+datasolution-oro@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:44:54 +0100 Subject: [PATCH 1/2] Update product.md Add missing "specify" word in the Product "Specify variants" section. --- src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md b/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md index d4b9fe6e79..166f7375ca 100644 --- a/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md +++ b/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md @@ -152,7 +152,7 @@ The simple product with custom attribute can now be linked to a configurable pro #### 6. Specify variants (for configurable products only) -When adding a new configurable product you can the variants of that product. To be able to specify +When adding a new configurable product you can specify the variants of that product. To be able to specify variants of a product first you have to add a configurable attribute for product entity and create the simple products that will be the variants of the configurable product. After these steps you can specify variants for a new configurable product. Example: From 73e3b2defe55bf6c25a1756ab5614b8799655678 Mon Sep 17 00:00:00 2001 From: Philippe Audibert <145770502+datasolution-oro@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:18:12 +0100 Subject: [PATCH 2/2] Update product.md - Creating configurable products Replace "To create a configurable product type must" by "To create a configurable product, product type must". --- src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md b/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md index 166f7375ca..ba7da9cd4e 100644 --- a/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md +++ b/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md @@ -103,7 +103,7 @@ When creating a product, there are three types available: simple, kit, and confi have custom product attributes in the product attribute family specified and a result product variants can be added to a configurable product. A product variant is a simple product attached to a parent configurable product. -To create a configurable product type must be specified in the **attributes** section of the product. +To create a configurable product, the product type must be specified in the **attributes** section of the product. Example: