Skip to main content

Configuring Reviews.io Integration with LimeSpot Recommendations

This article explains how to properly configure Reviews.io to work with LimeSpot product recommendations.

Updated over 3 months ago

Overview

To display Reviews.io reviews on LimeSpot recommended products, product variant SKUs must be included in the recommendation responses. This requires a simple configuration update.

Configuration Steps

Option 1: Using the LimeSpot Designer

  • Open the LimeSpot Designer

  • Navigate to the JavaScript section

  • Add the following code:

    LimeSpot.config.setOptions({ recommendation: { include: { variants: true } } });
  • Save your changes

Option 2: Schedule Implementation Support

If you'd prefer assistance with the implementation, please email us or reach out via chat.

Verification

After adding the configuration:

  • Open your store's frontend

  • Check that Reviews.io reviews are displaying correctly on recommended products

  • Verify that reviews match the correct product variants

Troubleshooting

If reviews are not displaying correctly after adding the configuration:

  • Ensure the code is added before any LimeSpot recommendations load

  • Verify that Reviews.io is properly installed on your store

  • Check that your Reviews.io account is correctly configured

Need additional help? Contact our support team for assistance.

Did this answer your question?