How to integrate reviews on the product page


Online Store 2.0:

Adding Reviews into your store is pretty easy, follow the steps below to complete it!

Step 1: Open Shopify Admin -> Online Store -> Themes section:

Step 2: Select the theme you are planning to integrate the Reviews on and click on ‘Customize’: 

Step 3: Click on 'App Embeds' and enable 'Growave':

Step 4: Open the default product page -> Product information -> Add block -> select 'Review Average Rating':

Step 5: Go to the 'Apps' section -> click on 'Add block' -> select ‘Review widget’. 


How to design Review widgets via the 'Customize' section?

Click on the widget, and the design editing options will be displayed as in the screenshot below. Here you can edit the colors, font, and icon size:


Legacy Theme:

To install the reviews widget on the product page please go to Shopify Admin panel > Themes > Actions: Edit Code > product-template.liquid (the file's name may be different up to the store, the code is supposed to be added to the products file) and add the following code to the place where you want to show reviews:

{% capture the_snippet_reviews %}{% render 'socialshopwave-widget-recommends' with 1 %}{% endcapture %} 
{% unless the_snippet_reviews contains 'Liquid error' %} 
{{ the_snippet_reviews }} 
{% endunless %} 

Here is an example:

The review widget on the website:

If you have any difficulties with the integration, feel free to reach out to us at support@growave.io or by chat icon in the bottom right corner, and our team will be glad to help you.