Shopify reviews app

Topic summary

Issue: Residual code from a removed Shopify reviews app is still rendering on product pages, and the author can’t locate it in the theme to delete. A screenshot is attached showing review elements remaining on product pages, which appears central to the troubleshooting.

Latest guidance:

  • Check product.liquid and product-template.liquid for embedded review code.
  • Inspect theme sections with “review” in their name; use the theme editor’s search for keywords like “review” or “judge me” (Judge.me is a popular reviews app).
  • Create a backup (duplicate the theme) before making any edits to avoid losing important code.

Technical context:

  • Liquid is Shopify’s templating language; these files and sections control product page content and may contain leftover app snippets.

Status and outcomes:

  • No confirmation of removal yet; no code snippet identified in the thread.
  • Discussion remains open, with the next action being targeted search and careful theme editing after backup.
Summarized with AI on December 28. AI used: gpt-5.

I have left over code from the shopify reviews up and it is still showing on my product pages and i cant find the code in the theme to remove it. any suggestions


on how to remove it?

Hi @Ben1323
You can find it in product.liquid, product-template.liquid or there may be some section with review in its name, in theme editor, you can search for review or judge me etc..
Please take a backup of the theme before making changes to avoid loss of any important code
Thanks!