App reviews, troubleshooting, and recommendations
I currently use the Shopify Review App on the store SHOP page, but is it possible to also add to a second page called REVIEWS?
I would like the same reviews to be on both pages .... and also give customers the chance to WRITE A REVIEW from either page (so basically it will be the same app and content but visible from both pages).
Note: This is a one product store which is why we wish to have the reviews under the two pages.
Hello,
If you only have a single product then you can just add the code manually as written here Using the Product Reviews app · Shopify Help Center
You would need to set the product object first as this would not be set on a non product page
{% assign product = all_products['PRODUCT_HANDLE_HERE'] %}
then you can use
<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025