Note: If you would like to add service reviews to your Shopify store home page please read this article.
Ensure that you have successfully integrated your e-commerce website with the Brand Management Platform via the ProductReview Connect app before going through the steps below. Find out more about how to integrate here.
How do I add rating badges and review widgets to ALL my Shopify product pages?
Once you've integrated your online store with Shopify, we provide step-by-step instructions on how to implement rating badges and review widgets that display product reviews on your product pages.
These step-by-step instructions enable you to edit your product page templates so that all product pages can display rating badges and review widgets all at once, without needing to manually add and change code for each of your product pages.
Step 1:
Log into your Brand Management Dashboard and navigate to your e-commerce platform catalog.
Step 2:
Go to the widgets page & select the desired widget that you would like to add to your site.
Step 3:
Navigate to the bottom of the page where you should see the relevant steps to install your selected rating badge and/or review widget.
How do I add rating badges and review widgets to SPECIFIC Shopify product pages?
We typically encourage brands to add rating badges and review widgets to all product pages via their product page template so that any changes that are made can be immediately reflected across all product pages. However, some businesses may only want to put rating badges and review widgets on select product pages.
Step 1:
Navigate to the product page template on your online store (e.g. product-template.liquid) and locate the section where you would like the rating badge or review widget to be displayed.
Step 2:
Assuming that the product page URL you'd like to add the rating badge or review widget to is:
/products/generic-t-shirt1
Paste the following into the desired section:
{% if product.handle == 'generic-t-shirt1' %}
-- Rating badge or review widget code -- {% endif %}
Step 3:
Save and check the rating badge or review widget has been placed in the correct section.
Step 4:
If required, amend the padding around the rating badge or review widget on the brand management platform. This article goes through this in more detail.