App Documentation - Reviews Importify


How to install app code to any Shopify theme ?


Select each step below to view the instructions.

Step 1: Add Snippet Files

  1. Duplicate themes, to create a backup copy.


  2. From Shopify's admin, select Online Store.


  3. Select Actions


  4. Select Edit code


  5. Under "Snippets", find these nine files:

    • ri-assets.liquid
    • ri-all-reviews.liquid
    • ri-product-questions.liquid
    • ri-product-reviews-gallery.liquid
    • ri-product-reviews.liquid
    • ri-questions-filter.liquid
    • ri-rating-product.liquid
    • ri-rating.liquid
    • ri-reviews-filter.liquid
    • ri-reviews-slider.liquid
    • ri-scripts.liquid


  6. For any that don't exist:

    • Select Add a new snippet.


    • Enter the correct snippet name.


    • Select Create snippet.


    • Copy and paste the code found in each of these links into their respective files:

      • ri-all-reviews.liquid
      • ri-assets.liquid
      • ri-product-questions.liquid
      • ri-product-reviews-gallery.liquid
      • ri-product-reviews.liquid
      • ri-questions-filter.liquid
      • ri-rating-product.liquid
      • ri-rating.liquid
      • ri-reviews-filter.liquid
      • ri-reviews-slider.liquid
      • ri-scripts.liquid

    • Click Save.

    • Repeat steps 6a – e for each missing snippet file.


Step 2: Edit theme.liquid

  1. From Shopify's admin, select Online Store.


  2. Select Actions.


  3. Select Edit code.


  4. Under "Layout", select theme.liquid.


  5. Copy and paste this code directly above the </head> tag:

    {% include 'ri-assets' %}


  6. Copy and paste this code at end of <body> tag just before >:

    ng-app="ReviewsImportify" ng-controller="RIController"


  7. Copy and paste this code directly above the </body> tag:

    {% include 'ri-scripts' %}


  8. Select Save.


Step 3: Edit product.liquid

  1. From Shopify's admin, select Online Store.


  2. Select Actions.


  3. Select Edit code.


  4. Under "Templates", select product.liquid.


  5. Copy and paste this code to where you want the main reviews widget to display :

    {% include 'ri-product-reviews', product:product %}

    Note : This step controls where the main review widget to display. Most stores show the main review widget to display below product description.


  6. Copy and paste this code to where you want the reviews count & stars to display (optional) :

    {% include 'ri-rating-product' with product %}

    Note : This step controls where the review count & stars to display. Most stores show the reviews count & stars below product title. This step is optional.


  7. Copy and paste this code to where you want the qestions & answers widget to display :

    {% include 'ri-product-questions', product:product %}

    Note : This step controls where the qestions & answers widget to display. Most stores show the qestions & answers widget to display below product description.


  8. Select Save.


Step 4: Edit collection product loop file (optional)

  1. From Shopify's admin, select Online Store.


  2. Select Actions.


  3. Select Edit code.


  4. Under "Snippets", select product-card-grid.liquid.


  5. Copy and paste this code to where you want the reviews count & stars to display :

    {% include 'ri-rating' with product %}

    Note : This step controls where the review count & stars to display. Most stores show the reviews count & stars below product title.


  6. Select Save.


How to Uninstall app code from any Shopify theme ?


Select each step below to view the instructions.

Step 1: Remove Snippet Files

  1. From Shopify's admin, select Online Store.


  2. Select Actions


  3. Select Edit code


  4. Under "Snippets", find these nine files and delete all:

    • ri-assets.liquid
    • ri-all-reviews.liquid
    • ri-product-questions.liquid
    • ri-product-reviews-gallery.liquid
    • ri-product-reviews.liquid
    • ri-questions-filter.liquid
    • ri-rating-product.liquid
    • ri-rating.liquid
    • ri-reviews-filter.liquid
    • ri-reviews-slider.liquid
    • ri-scripts.liquid

Step 2: Edit theme.liquid

  1. From Shopify's admin, select Online Store.


  2. Select Actions.


  3. Select Edit code.


  4. Under "Layout", select theme.liquid.


  5. remove below code:

    {% include 'ri-assets' %}

  6. find and remove below attributes code:

    ng-app="ReviewsImportify" ng-controller="RIController"

  7. remove below snippet include code

    {% include 'ri-scripts' %}

  8. Select Save.


Step 3: Edit product.liquid

  1. From Shopify's admin, select Online Store.


  2. Select Actions.


  3. Select Edit code.


  4. Under "Templates", select product.liquid.


  5. find below code and remove from file:

    {% include 'ri-product-reviews', product:product %}

  6. find below code and remove:

    {% include 'ri-rating-product' with product %}

  7. find below code and remove :

    {% include 'ri-product-questions', product:product %}

  8. Select Save.


Step 4: Edit collection product loop file (optional)

  1. From Shopify's admin, select Online Store.


  2. Select Actions.


  3. Select Edit code.


  4. Under "Snippets", select product-card-grid.liquid.


  5. find the below code and remove :

    {% include 'ri-rating' with product %}

  6. Select Save.


What is Review Profile ?

Review Profile manage the reviews of a store for multiple products. To sync the reviews from any store, You need to first create a Review Profile and map your Shopify products with Review Profile.

What are Credits ?

Credits are used to sync reviews from stores like Amazon, Ebay, Walmart etc. You must have credits available in your account to sync reviews from stores.

1 Credit = 1 Review

Credits are of 2 types : monthly and custom.

You can buy as many as custom credits you want



How to sync Reviews ?

  1. Add a Review Profile

  2. Submit sync request

    Note : After adding review profile, sync request will be submitted automatically

after submitting sync request, your reviews sync request will be scheduled and processed based on queue.

How to connect products with any review profile ?

  1. Go to review profiles & select any profile or add new (click on no. of products).

  2. Click on plus(+) icon and select products to connect.

Note : after connecting new products, you need to submit sync request for the review profile you connected products.

How to disconnect products from any review profile ?

  1. Go to review profiles & select any profile (click on no. of products).

  2. scroll to the products section and click on action tab, then click on disconnect.

Note : after disconnecting products, reviews of profile from product will not be deleted. you need to delete the reviews from reviews section.

How to import custom Reviews ?

You can import your custom reviews using csv file. first download the import template, generate your import file according to instructions and upload the import file.

after uploading import file, you import request will be scheduled and processed based on queue.

How to manage/add new product questions (Q & A) ?

You can manage product questions from questions section.

How to update answer of questions asked by users?

You can update answer of questions asked by users from questions section.

question status must be answered to make it visible on frontend.

Where to manage Settings ?

You can manage app settings by clicking on Settings button on top right corner.