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

For integrating with older themes refer to the integration guide here.


(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.) 


Steps:


1. Open your Shopify admin.

2. Click Online Store > Themes > Actions or three dots for your published theme.

3. Click Edit code. 



4. Click the file main-product.liquid which appears under Sections.


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


<!--Connectr Reviews-->

{% render 'connectr-reviews', product: product %}


The above code is typically placed after the description element. The code will look as -


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


<!--Connectr Review Summary-->

{% render 'connectr-reviews-summary', product: product %}


The code will look as - 



Note: The code may vary from theme to theme.


Preview:




Similarly, the Connectr review summary code can be placed below the product title for the Featured Product Card on the Home page and product card on the search page.


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.