Product Links
Pacemaker Import Community offers the possibility to import product links, including their positions.
- Following links are supported
-
-
related
-
upsell
-
crosssell
-
Pacemaker Import Community also supports the import of grouped products with the link type super
.
That allows importing products with a grouped product.
To import super
link types, you only need to create a comma ( ,
) separated list of linked products and then
specified them in the corresponding column.
-
column
related_skus
for related products that will get rendered on the product detail page -
column
upsell_skus
for upsell products that will get rendered on the product detail page -
column
crosssell_skus
for crosssell products that will get rendered on the shopping cart -
column
associated_skus
for products that will be part of a grouped product, which will also get rendered on the product detail page
sku | … | related_skus | upsell_skus | crosssell_skus | associated_skus | … |
---|---|---|---|---|---|---|
24-MB01 |
24-MB02,24-MB03 |
24-WG03,24-WG04 |
24-SB01,24-SB02 |
24-AS01,24-AS02 |
Link Positions
Additionally to the SKUs of linked products themselves, it is also possible to specify the position for related products.
sku | … | related_position | upsell_position | crosssell_position | associated_position | … |
---|---|---|---|---|---|---|
24-MB01 |
1,2 |
2,1 |
1,2 |
-
The position is a comma (
,
) separated list, but it contains numbers instead of SKUs. -
The numbers define the linked product’s position displayed in the GUI.
Please note that the positions of the columns are not mandatory, and the columns can also be left empty.
|