Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
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>
Done
Thanksgiving
the said code "<div class="productView-review" id="shopify-product-reviews" data-id="{{ product.id }}">" is not available under halo-product-tab.liquid.
How can we do this now?