1. Duplicate Theme:
Duplicate live theme to create a backup copy since few snippets will automatically get created and added at your published theme during the installation process.


2. Rename Theme:
Rename your duplicate theme - This will help our experts locate your theme easily if it requires any further tweaking.

Rename theme as [Theme Name] - Hulk

3. Publish duplicate theme:

1. From “Shopify Admin”, select Apps

2. Select Visit Shopify App Store

3. Enter Product Reviews by HulkApps in the “Search Bar” to view app page

4. Select Add app

5. As soon as a user clicks on “Add app” button it will redirect to the installation page. Over there click on “Install App” button it will redirect to “ Master Product Reviews” App page of your Store.

Now user needs to setup the installed app with the “Theme” they have on their store. In order to make app successfully working with theme, user needs to navigate to “ Edit Code” by clicking on “Online Store” button on left bar of their Dashboard and from the “Action” dropdown menu select “Edit Code” options.
By clicking on “Edit Code” option, user will be redirected to the coding page of the particular “Theme” installed on theirStore.
For Product Page - Product Review Display:
You need to include the product-reviews.liquid snippet at your product template or product section at any desired location by using the following code:
{% include 'product-reviews' %}
For Average Review Display:
You need the following code at any desired location inside your product page or/and collection product grid item.
<div class="hulkapps-reviews">
<div class="item-reviews" data-product-id="{{product.id}}"></div>
</div>
For All Product Reviews Display:
If you would like to have a separate page to display all reviews from all products, include the product-reviews-all.liquid snippet at a page template that you're going to use for this purpose by using the following code:
{% include 'product-reviews-all' %}
So, these are the steps you need to follow to install our "Product Reviews" application in your store.
After this, users need to proceed with app installaton in store theme. User can install the app via "Automatic Installation". In any case if the automated process doesn't work, user can proceed with "Manual Installation" steps or can contact the support team for the same. Installation Support