Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
I am using the Shopify Reviews app. Is there any way to make it so the section is clickable on the product page so it then scrolls them to the Reviews section straight away.
My website is https://www.quiztrail.co.uk/products/whitstable-quiz-trail
Thank you
Locate the section of code where you want to add the clickable link. This is typically in the product description area or in a specific section of the product page template.
Add an anchor tag <a>
with a href
attribute pointing to the ID or class of the reviews section. For example, if the reviews section has an ID of "reviews-section", your anchor tag would look like this:
<a href="#reviews-section">Jump to Reviews</a>
Hi there,
Thank you for your reply. This is the code I have but I cannot work out how to add your code to it?
<span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span>
Thank you.
It needs javascript to add this feature. Apply move to section in js code
Hi - can anyone help with this at all please?