You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/catalog/product.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The built-in Product Content Type contains the following Fields:
12
12
|Long description |`ses_long_description`|`ezrichtext`| Long product description |
13
13
|Specifications |`ses_specifications`|`sesspecificationstype`| A set of product specification values. They are indexed in the search engine and can be used for faceted search |
14
14
|EAN |`ses_ean`|`ezstring`| European Article Number |
Copy file name to clipboardExpand all lines: docs/guide/catalog/product_variants/setting_up_variants_from_external_source.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ You can set the variants up by [using a variant Field Type](product_variants.md)
7
7
You can also set up variants if you are not using the default Content Types
8
8
and don't want to set up variants manually in the Back Office.
9
9
10
-
To do this, you need to map your variant structure to the [`VariantProductNode`](product_variants.md#variantproductsnode) structure.
10
+
To do this, you need to map your variant structure to the [`VariantProductNode`](product_variant_api.md#variantproductnode) structure.
11
11
12
12
!!! tip
13
13
14
-
The main job of every catalog factory is to fill the [`VariantProductNode`](product_variants.md#variantproductsnode) attribute `variantCharacteristics`.
14
+
The main job of every catalog factory is to fill the [`VariantProductNode`](product_variant_api.md#variantproductnode) attribute `variantCharacteristics`.
15
15
The basic concept is to take information from the provided `dataMap`
16
16
(e.g. coming from the data provider, either from the content model or from an external source)
17
17
and create an attribute `variantCharacteristic` for the `VariantProductNode`.
0 commit comments