How to remove product review section in product page?

Hi, Product Review app is about to be discontinued and I have migrated to Judge.me for my review app integration with my website www.dogthings.co.

I have setup Judge.me and have imported the reviews over however I am unable to remove this section (please see screengrab) within the product page.

Thanks!

@dogthings Hope you are doing well.

Have you added any screenshots? as I am not able see any screenshot in your post

Hey @dogthings

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if template contains 'product' %}

{% endif %}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Added now

Will this remove my judge.me app widget?

Hey @dogthings

Apologies for the confusion, you may try this new code with the same steps as it will work perfectly for you


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thanks Moeed, this works.

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like