Product Relations Feature Overview

Product relations help shop owners to promote the related goods as well as to point the customers' attention to the goods that they may also want to see.

Product relations are built on the abstract product and not the concrete products. One abstract product can have from one to many product relations. Once you define a product to which a relation is added, you need to also set a specific set of rules, or even a group, under which the relation is going to be built. Keep in mind that this is a one-way relation, meaning that only the product that you have defined will have the Similar Products section on its PDP (product details page) or in the cart, depending on the relation type. But the related product(s) that you assign to it will not get the same view, unless you perform the same procedure for each individual item to tie it to any other in Admin UI.

Product Relation Types

In Spryker, currently Shop Administrators can define two types of relations: related products and upselling.

Related products Upselling
With this type of relation, similar products are displayed on the product detail page for the currently selected abstract product. With this type of relation, similar products are displayed in the cart overview page when a specific abstract product is added to the cart.

Database Entity Relation Schema - Product

Database Entity Relation Schema

Database Entity Description
spy_product_relation.fk_product_abstract This is the product for which relation is build.
spy_product_relation.is_active Defines that if relation is not active it will still be exported, but not visible.
spy_product_relation_product_abstract.fk_product_abstract This is the related product.
spy_product_relation_product_abstract This is order in which products should be listen when rendering relations.

Current Constraints

Currently, the feature has the following functional constraints which are going to be resolved in the future.

  • you cannot define a product relation for a single store

  • you cannot define more than 1 relation of the same type for a product

Last review date: Mar 29, 2019