I imported reviews via Vitals app, but the default Shopify ‘Write a Review’ section still remains. i have tried adding code to end of theme.scc.liquid section as i have come across but none has worked so far!
Anyone please able to help?
website is www.bulgarianpowerbag.com
Thanks, James
Hi James,
This code should be in your product-template.liquid file.
Once in there look for “Areviewsapp” and delete it. Let me know if you need some help.
Thank you,
Kyle
Hi Kyle! Thanks so much for getting back to me. I found the following code in product.template.liquid:
{{ product.title }}
I deleted it, but unfortunately it didn’t work? Am I overlooking something?
Thanks in advance.
James
Kyle…Quick update, I found coding for Areviews in product.liquid and deleted it and it WORKED!
Really appreciate your input. Hope some good karma makes it way over to you!
Cheers,
James
1 Like
Glad you got it! Have a great day.
ED32
April 1, 2021, 10:00am
6
I’ve got the same problem
This is the code that should not be there:
{% comment %}Start automatically added Judge.me widget{% endcomment %}
{% render ‘judgeme_widgets’, widget_type: ‘judgeme_review_widget’, concierge_install: true, product: product %}
{% comment %}End automatically added Judge.me widget{% endcomment %}
If I delete it, I get an error in my theme editing Shopify page. And it does not actually remove the ‘Review’ section on the page.
Can you please assist me.
Thanks
ED
ED32
April 1, 2021, 10:01am
7