This guide will walk you through the process of adding Review integration code to your Shopify site.


Note: Because all themes are different, no single method will serve all themes perfectly. Please use this as an overview and not as an exact method.


Steps


1. Open your Shopify admin.

2. Click Online Store.

3. Click Themes.

4. Click Actions for your published theme.




5. Click Edit code.



6. Click the file product-template.liquid which appears under Sections. (product-template.liquid file contains elements to be displayed on the product page on your site)




NOTE: Depending on your theme the product elements could be available in other files such as:

  • Templates / product.liquid
  • Snippets / product-form.liquid
  • Sections / product.liquid


(If you are having problems please contact support@connectr.freshdesk.com or raise a support ticket here and we will do the integration for you.)
 

8. Add the following code in the product-template.liquid file wherever you want the reviews to be displayed.


HTML

<!--Connectr Reviews-->
{% include 'connectr-reviews' %}


The above code is typically placed after the description element.

 


For displaying the review's summary add the following code (preferably below the product title.)

<!--Connectr Review Summary-->
{% include 'connectr-reviews-summary' %}



9. Hit Save.


If you have problems with the review integration code or want to change the way the customer review looks, please raise a support ticket. We will take care of it.