App reviews, troubleshooting, and recommendations
Hi experts.
I am using the product reviews app for products review
I want to hyperlink the below section. The customer has to scroll down to write a review
Is it possible to hyperlink the stars or the 7 review
Thank you.
Warm regards,
Mel
Solved! Go to the solution
This is an accepted solution.
Replace this code <span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span> with the following:
<a href="#shopify-product-reviews"><span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span></a>
Let me know if that works!
Hi @mel30
This is doable indeed, however we would need to request Collaborator Access: About collaborator permissions · Shopify Help Center to get this done unless you're proficient in Liquid. So let us know what you prefer!
Thank you for your reply.
If you could let me know how to do it I'll do it.
Thank you for your help 🙂
Mel
Hi @mel30
Alright, so what you're looking to find is the <div> inside the product template liquid file that renders those stars. Once you find it, you wrap it between this:
<a href="the review section id">CODE FOUND</a>
That way, the whole section becomes clickable and links to the review section related to its ID. Make sure to get the CSS ID of the review section.
Let me know how that works!
Thank you for your reply.
I'm unable to understand this "Make sure to get the CSS ID of the review section."
Im using the code "<span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span>" to display the badge
& this code "<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>"
displays the write a review and customer reviews.
This is the product page. https://www.athreyaherbs.com/collections/immune-system/products/anu-thailam-nasal-oil
Mel
This is an accepted solution.
Replace this code <span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span> with the following:
<a href="#shopify-product-reviews"><span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span></a>
Let me know if that works!
Fantastic ! 😉
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023