Showcase product reviews in a slider format for legacy themes to enhance your store's visual appeal. The Review slider requires at least five product reviews with ratings of 4 stars or higher.
By default, the review slider displays the latest 15 product reviews that meet the following conditions:
Marked as Featured
Rated 4 stars or higher
One review per product is shown, even if the product has multiple eligible reviews
To add the review slider to your store, go to Shopify admin β Online Store β Themes β Edit Code, and insert the following code into your theme's template file where you want the slider to appear (e.g., homepage, product page):
<div
class="ssw-html-widget ssw-review-slider-widget"
data-module="Recommendation" data-name="ReviewsSlider">
<div class="ssw-page-loading">
<span class="ssw-spin ssw-loader"></span>
</div>
</div>
For the homepage, you can place the code above the footer:
You can place the Review slider code in the product-template.liquid file, e.g., under the description or in another section on the Product page:
Alternatively, you can place the Review slider above the footer:
If you need help with installation, contact our support team at [email protected] or via the chat icon in the bottom-right corner.