How to add Egg Views Reviews on the product page?

Question: How to add Egg Views Reviews on the product page?

Solution:

    STEP 1. Find {{ product.title }} this code in collection.liquid OR product-template.liquid OR product-grid-item.liquid file.

    Step 2. Paste below code after {{ product.title }} div in file.
    <span class=”egg-product-reviews-rating” data-id=”{{ product.id }}” id=”{{ product.id }}”></span>



    Did this article answer your question?