Step 1: Enable MyAppGurus Product Reviews

    **1. From your Shopify admin, go to Online Store > Themes.
    2. Find the theme you want and click Customize.
    3. Go to App embeds and enable Mag: Product Review.
    4. Click Save.**

Step 2: Add the Star Ratings code

    **1. Once you've enabled our app embed, go back to Online Store > Themes.
    2. Click "..." > Edit code.
    3. Then depending on your theme, the next steps might differ.**
<div id="epr-product-title-review" data-product-id="{{ product.id }}" 
data-product-handle="{{ product.handle }}" 
data-product-title="{{ product.title }}"></div>

Step 3: Add the Review Form

    **1. Open product. liquid.
    2. Under {% section 'product-template' %}, add the following code:** 
**<div id="mag-product-review" data-product="{{ product.id }}" 
data-product-handle="{{ product.handle }}"></div>**
    **3. Click Save.**