Skip to content

Commit 4200179

Browse files
committed
Make product completeness and attribute definitions more precise
1 parent 2aca011 commit 4200179

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

docs/pim/pim_guide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ Product specifications rely on product attributes. Available attributes are defi
3636
Each product has its own, specific attributes. You can describe a product in technical terms, define its physical characteristics such as size, color, or shape, or functional characteristics (for example, for a laptop it could be the operating system, amount of memory, or available ports).
3737

3838
Product attributes can belong to one of existing types (for example, numbers, selection, or checkout), but you can also [add custom attribute types](create_custom_attribute_type.md).
39-
You can configure selected product attributes to be used as a basis for variants.
39+
Attributes are used as criteria for filtering and searching for products.
40+
You can also configure selected product attributes to be used as a basis for variants.
4041

4142
![Product attributes](img/product_attributes.png)
4243

44+
For more information, see [Product attributes](../pim/products.md#product-attributes) and [Work with product attributes](https://doc.ibexa.co/projects/userguide/en/latest/pim/work_with_product_attributes/)
45+
4346
### Product variants
4447

4548
One product can have multiple versions, for example, there can be a t-shirt in different colors.
@@ -108,6 +111,10 @@ You can check how complete the configuration is in the product’s view.
108111

109112
When you create or edit a product, under the product name, you can see visual indication of what part of product information (tasks) you have completed, and what part is still missing.
110113

114+
Product completeness does not impact product availability or visibility on the storefront.
115+
It is intended to help you ensure that product data is properly populated.
116+
As long as your product meets [basic requirements](../pim/enable_purchasing_products.md), it can be published and made available for purchase regardless of its completeness score.
117+
111118
### Catalogs
112119

113120
With catalogs you can create product lists for special purposes, for example, for B2B and B2C uses, for retailers and distributors, or for different regions.

docs/pim/products.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ An example of an attribute group can be dimensions (length, width, height).
4646

4747
You can assign both whole attribute groups or individual attributes to a product type.
4848

49+
!!! note "Attribute translations"
50+
51+
Product attributes are not translatable.
52+
Unlike content fields, product attribute names and values cannot differ between languages.
53+
54+
To help mitigate this limitation, for the information that is intended to be displayed, consider using TextLine fields for short text, RichText fields for longer text that may require formatting, and product attributes for precise product properties or specifications.
55+
4956
## Product variants
5057

5158
Product variants represent different versions of a product, for example, clothes in different colors, or laptops with different amounts of RAM.

docs/release_notes/ibexa_dxp_v4.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ You can use it to get a quick overview of missing parts in the product configura
8484

8585
![Product completeness tab](4.2_product_completeness.png)
8686

87+
!!! note "No impact on availability"
88+
89+
Product completeness helps ensure that product data is complete.
90+
It does not impact product availability or visibility on the storefront.
91+
As long as a product meets availability and stock requirements, it can be published and made available for purchase regardless of its completeness score.
92+
8793
### Product categories
8894

8995
With product categories, you can organize products that populate the Product Catalog.

0 commit comments

Comments
 (0)