Feature Overview
Display product review ratings on the collection page.
Follow the below steps for installation:
Step 1. Copy the entailing shortcode.
<span class="egg-product-reviews-rating" data-id="{{ product.id }}" id="{{ product.id }}"></span>
Step 2. Go to Shopify Admin > Online Store > Themes > Actions(Published theme) > Edit Code
Step 3. Find the code product.title in the collection file and paste copied code after product.title.
Step 4. Then Save the file.