To add Loox review rating so the Pro Blogger Related Products slider
- Simply goto the Online Store sales channel on your admin dashboard
- Click on the 'Actions' button of your Published theme and choose 'Edit Code'
- Then navigate to the Snippets section and locate the following file 'pro-blogger.snippet.related-item-rating.liquid'. Click to edit
- Replace the following line
<span class="shopify-product-reviews-badge" data-id="{{ ProdId }}" ></span>
- With the following
<div class="loox-rating" data-fetch data-id="{{ ProdId }}"></div>
Click Save