Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Recommendation Widgets

There are various recommendation widgets (ex: alternative products, basket recommendations, top sellers) that can be used across different pages on your website.

...

Different recommendation widgets require different parameters like "Category Top Sellers" needs the category code as a parameter whereas an "Alternative Products" widget needs the product being viewed as a parameter. This causes slight differences between the implementation of widgets.

How to Show Recommendation Widgets on your Website

To get the javascript code for your specific widget; visit Personalize > Widgets. You should see the list of widgets as shown below:

...

Warning

Do not forget that a widget only returns a recommended product array and you need to implement it according to your requirements in order to display relevant recommendations on your website.

...