How can I add Judge.me reviews to the 'Customer Reviews' tab on my ELLA theme?

How can I add Judge.me reviews to the 'Customer Reviews' tab on my ELLA theme?

Kabas
Tourist
5 0 0

Hello, I need some help about adding reviews on my theme, so i added Judge.me review app but its only showing on the bottom of the page and i need it to add it under "Customers Reviews" tab. As you can see on picture there is no customers reviews. I got third party theme and im almost done so i need it done too so i can launch store.

Thanks in advice.

Screenshot_4.jpg

Screenshot_5.jpg

Replies 2 (2)

OmarKhater
Shopify Partner
5 0 0

go to code editor
under Snippets open this file >> halo-product-tab.liquid
find this code:

 

<div class="productView-review" id="shopify-product-reviews" data-id="{{ product.id }}">

 

 

and replace it with this code:

 

<div id="judgeme_product_reviews" class="jdgm-widget jdgm-review-widget" data-product-title="{{ product.title }}" data-id="{{ product.id }}"> {{ product.metafields.judgeme.widget }} </div>

 

 

MoeezAhmad
Shopify Partner
1 0 0

Done 
Thanksgiving