Feature Overview
Display review ratings in the product detail page.
The steps for this installation may differ depending on whether you are using a sectioned or a non-sectioned theme.
Follow the below steps for installation:
Step 1. Copy the 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 file product-template under Sections and paste copied code after product.title.
Step 4. Then Save the file.