Instructions for vintage Shopify Themes only. New OS2 Themes can change this directly in the Theme customisation menu.
To add Stamped.IO 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
<span class="stamped-product-reviews-badge" data-id="{{ ProdId }}" data-product-title="{{ ProdTitle }}" style="display: block;"></span>
- Click Save
The file should look as follows