Due to changes in Amazon API, Spreadr app will stop displaying customer reviews from 01 November 2019. More info here.


This guide will walk you through the process of adding a 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@spreadr.freshdesk.com. 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.


<!--spreadr product reviews--->
 {% include 'spreadr-reviews' %}


The above code is typically placed after the description element.



9. Hit Save.


(If you are having problems please drop in a line at support@spreadr.freshdesk.com. We will do the integration for you.)