How can I position reviews under product images?

Topic summary

A user is attempting to reposition product reviews to display beneath product images on their Shopify store but is encountering technical difficulties.

Initial Approach:

  • Another participant suggested locating a specific <div> element in the code and inserting review code before its closing tag.
  • The user clarified they need guidance on what specific code to insert, not just where to place it.

Attempted Solutions:

  • Copying and pasting code from reviews.liquid snippet
  • Using the render function for reviews.liquid
  • Examining code from “View Page Source”
  • All attempts were unsuccessful

Current Understanding:

  • The issue appears more complex than simple code placement
  • JavaScript may be interfering with proper review display
  • The challenge involves ensuring reviews render uniquely for each product rather than showing identical reviews across all products
  • May require creating separate reviews.liquid files for individual product templates

Status: The discussion remains open with no definitive solution implemented. The user continues seeking detailed technical guidance on the correct implementation approach.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hi guys, I’m trying to place my reviews under the product images. Here’s the website page: https://iceful.co/products/iceful-portable%E2%84%A2

Hi @CharlesLamarre You need to look this code in your code file


and before the ending of this div you need to add the code of the reviews so that you can place the reviews under product images.

If you will unable to find and implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Could you please specify what code I need to input before that div ends?

I tried render, copy paste the code from reviews.liquid, View Page Source, but without success.

Please let me know what I need to do!

Hi @CharlesLamarre You need to add the review code just before the end of the div so that it will show your reviews after the product images.

If you will unable to find and implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Hi friend,

The question isn’t where to add the code. The question is what’s the correct code to input there. Like I said, I tried copy pasting the reviews.liquid snippet, I tried rendering the reviews.liquid snippet, I copy pasted the reviews code I found in the “View Page Source”.

Please give me and everyone in the community more details about this solution as I couldn’t find it anywhere.

Thank you.

Best regards, Charles.

Hi @CharlesLamarre ohoo got it, I though you are using some 3rd party app, that’s why I was saying to add that code, so if your themes inbuild reviews are not showing up under the product image section, then that means some javascript is causing you the issue.

Just assuming that you have already tried rendering, pasting the code under the “div” I have mentioned.

If you will unable to find and implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Great, I understand that this problem is more complex than just rendering the reviews code has it renders the same ones for each products. You’d need to make different reviews.liquid for each product template and render them separately for them to stay unique.

Thank you for your help.

Best regards, Charles Lamarre.