integration_documentation:recommendations

integration_documentation:recommendations

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
integration_documentation:recommendations [2021/03/26 11:56]
florian [Spare items]
integration_documentation:recommendations [2021/09/09 15:28]
florian removed
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 ​or an attribute ​called `spare-items-ordernumbers` containing 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>​