integration_documentation:recommendations

integration_documentation:recommendations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
integration_documentation:recommendations [2021/03/23 15:54]
florian created
integration_documentation:recommendations [2021/09/09 15:28]
florian removed
Line 3: Line 3:
 Findologic provides several different options to display recommendations for your users. With these recommendations you can help your customers finding fitting additional products fast. Findologic provides several different options to display recommendations for your users. With these recommendations you can help your customers finding fitting additional products fast.
  
-In the following section you find an explanation regarding the differents ​recommendation options and the corresponding requirements.+In the following section you find an explanation regarding the different ​recommendation options and the corresponding requirements.
  
 ---- ----
Line 16: Line 16:
  
   * Information where to place the recommendation box (f.e. product detail page).   * Information where to place the recommendation box (f.e. product detail page).
-  * The exact identifier ​of this page (e.g. a certain class in the <​body>​ of every product detail page). ​+  * Place a dedicated container with an exact identifier (e.g. a certain class in the <​body>​ of every product detail page) on the page where you want to display the recommendations
  
 ---- ----
Line 32: Line 32:
 <​note>​This is usually done by default by most shopsystems</​note>​ <​note>​This is usually done by default by most shopsystems</​note>​
  
-<note tip>You can also combine this with our 1:1 personalization to get personalized ​and similar items.</​note>​+<note tip>You can also combine this with our 1:1 personalization to show personalized similar items.</​note>​
  
 ---- ----
Line 46: Line 46:
   * Information where to place the recommendation box.   * Information where to place the recommendation box.
   * Either:   * Either:
-    * Each item in the feed has a property called `spare-items-ordernumbers` ​with all ordernumbers that are similar to this product.+    * Each main item in the feed has a property called `spare-items-ordernumbers` ​containing ​all ordernumbers that are similar to this product.
     * The ordernumber of the currently opened product has to be available somewhere on the product detail page (e.g. as metatag).     * The ordernumber of the currently opened product has to be available somewhere on the product detail page (e.g. as metatag).
   * Or:   * Or:
-    * The ordernumbers of the similar items are provided in the DOM as a metatag (e.g. <meta class="​fl-spare"​ val="​[1,​ 2, 3]">​)+    ​* Each spare item in the feed has an attribute called `isSpareTo` containing the IDs of the corresponding main items. 
 +    * The ordernumber of the currently opened product has to be available somewhere on the product detail page (e.g. as metatag). 
 +  * Or: 
 +    ​* The ordernumbers of the similar items are provided in the DOM as a metatag (e.g. //<meta class="​fl-spare"​ val="​[1,​ 2, 3]">​//)
  
 <​note>​Find out more about ordernumbers and properties in [[xml_export_documentation:​xml_format|our export documentation]]</​note>​ <​note>​Find out more about ordernumbers and properties in [[xml_export_documentation:​xml_format|our export documentation]]</​note>​
Line 65: Line 68:
   * Information where to place the recommendation box (f.e. product detail page).   * Information where to place the recommendation box (f.e. product detail page).
  
 +----
 +
 +==== Products from the same category ====
 +
 +Offer your user an **overview over products from the same category**.
 +
 +\\
 +
 +=== Requirements ===
 +
 +  * Information where to place the recommendation box (f.e. product detail page).
  
 +<note tip>You can also combine this with our 1:1 personalization to show personalized items from the same category.</​note>​