All Collections
Customizing Experiences App to your theme
Adding Product Reviews To An Experience
Adding Product Reviews To An Experience

Step-by-step guide on how to add Shopify's Product Reviews app to your Experience's product page

Updated over a week ago

In this article, I'll be showing you how to add the Product Reviews app to your Experiences template page. Doing this will allow your customers to leave reviews on the experiences they attended.

Step 1: Get the Product Reviews app on the Shopify App Store


Step 2:
Edit the Experiences liquid template file

Step 3: Copy the snippet from the Product Reviews installation instructions

<div id="shopify-product-reviews" data-id="{{product.id}}">
{{ product.metafields.spr.reviews }}
</div>

Step 4: Paste the snippet into the correct location

1. Locate the <div class="product__display-grid__col2"> element. 

2. Click on the div element to highlight it

3. Find the highlighted ending div 

4. Paste the snippet in-between the {% endif %}  and the highlighted div element

Step 5: Save the liquid template change

Step 6: View your experience's product page and verify that you see "Customer Reviews" towards the bottom of the page.

Did this answer your question?