Instructions for vintage Shopify Themes only. New OS2 Themes can change this directly in the Theme customisation menu.
To add JudgeMe 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
{% assign prod = all_products[ProdHandle] %} <div style='' class='jdgm-widget jdgm-preview-badge' data-id='{{ prod.id }}' data-template='manual-installation' data-auto-install='false'> {{ prod.metafields.judgeme.badge }} </div>
- Click Save