For the manual Install:
1. Go to Shopify Themes menu
2. Click the "Actions" menu and then select "Edit code".
3. Open theme.liquid file & add the following code:
<script type="text/javascript">(function e(){ var e=document.createElement("script"); e.type="text/javascript",e.async=true,e.src="https://areviewer.com/app/public/js/livereview.js"; var t=document.getElementsByTagName("script")[0]; t.parentNode.insertBefore(e,t)})(); </script>
Displays reviews & ratings on product pages.
Open the template or section you use for product pages (usually called product.liquid / product-template.liquid / product-page.liquid / product-main.liquid, but some themes work differently) & add the following code:
<div id="photo-video-reviews-widget" data-asin-number="{{ product.metafields.product_asin["ASIN"] }}" data-shop-id="{{ shop.metafields.shopify_shopID.shopify_shopID }}" data-product-id="{{ product.id }}" class="Br-widget-area"></div>
Displays questions and answers on product pages.
Open the template or section you use for product pages (usually called product.liquid / product-template.liquid / product-page.liquid / product-main.liquid, but some themes work differently) & add the following code:
<div id="photo-video-questions-widget" data-asin-number="{{ product.metafields.product_asin["ASIN"] }}" data-shop-id="{{ shop.metafields.shopify_shopID.shopify_shopID }}" data-product-id="{{ product.id }}" class="Br-widget-area"></div>
Display star rating to products on the Homepage, collections, product pages, etc.
Open the templates or sections your theme is using for displaying the products on the Homepage, collections, product pages, etc. & add the following code:
<div class="photo-video-ratings{{product.id}} Br-ratings-widget-area" data-asin-number="{{ product.metafields.product_asin["ASIN"] }}" data-shop-id="{{ shop.metafields.shopify_shopID.shopify_shopID }}" data-product-id="{{ product.id }}"></div>