Dawn 9.00: Make Reviews Star Link to Review Section on Page

Topic summary

Goal: Make the product rating stars (from Shopify Reviews app) clickable so they jump to the reviews section at the bottom of the product page in the Dawn 9.00 theme.

Key steps and changes:

  • A helper requested the store URL, then instructed editing Online store > Themes > Actions > Edit code, opening main-product.liquid, and adding a code snippet at the bottom.
  • After the first attempt didn’t work (likely added in a theme copy), the code was added to the live theme. The helper then provided an updated snippet to replace the initial one.
  • Outcome: The original requester confirmed the updated code made the stars link correctly to the reviews section.

Notes:

  • The exact code snippets are central to the solution but are not visible in the transcript.
  • “main-product.liquid” is the main product template file in Shopify themes; the change likely adds an anchor link from the star rating to the reviews area.

Current status:

  • Resolved for the original store.
  • Another participant reports the snippet doesn’t work for their store and asks for help; no solution posted yet (discussion ongoing).
Summarized with AI on January 10. AI used: gpt-5.

Hi everyone:

I currently have the Shopify Reviews app and would like it if someone could help me make the stars clickable. When clicked it should lead to the reviews section at the bottom of the page.

Could you share your store URL to check?

Please go to your Online store > Themes > Actions > Edit code > open main-product.liquid and add this code at the bottom of file


@Dan-From-Ryviu I did that but it still didn’t work.

Did you save file after adding code? Because I cannot see the code is added

@Dan-From-Ryviu Yes I did, I did the coding on a copy. I’ve now added it to the link you sent. You can see it now.

Please update code like this and check again


Thanks you so much! @Dan-From-Ryviu it works!

Hi Dan,

you recently solved one of my issue, and I was looking to get the stars review clickable for my store. However your code snipped doesn’t seem to work for me.

Do you have any idea why ?