Shopify Product Reviews Integration guide
Here is the guide for Shopify Product Reviews Integration with Boost Product Filter & Search app.
In this article
About Shopify Product Reviews
1
App Information
2
Shopify Product Reviews Integration Benefit
- Display reviews/ratings in the product item.
- Display a filter option by ratings/reviews.
Demo of Shopify Product Reviews Integration
Here is our customer's store with our app and Shopify Product Reviews (Shopify) integration.
1
Display reviews/ratings in the product item.
2
Display a filter option by ratings/reviews.
We have not yet received any request to display a filter option by ratings/views with Product Reviews (Shopify). However, it should be exactly like in the screenshot.
Instruction
Attention: The current document only works with the new front-end lib from Boost Commerce. Please read this document first to know if you are using the latest version.
Build Rating for the Product item
//For boost-pfs-filter.js '<span class="shopify-product-reviews-badge" data-id="{{itemId}}"></span>' + //For boost-pfs-filter-html.liquid <span class="shopify-product-reviews-badge" data-id="[[itemId]]"></span>

If productGridItemHtml variable does not exist, please check the file boost-pfs-filter-html.liquid:

if (window.SPR) { window.SPR.initDomEls(); window.SPR.loadBadges(); }
Build a filter option by ratings/reviews