Saturday, March 23, 2019

Product Review App - Shopify app to manage and publish reviews

 Product Reviews App is a Shopify app to add and publish customer reviews on products. It is fully customizable and suitable for any theme. It is useful in adding SEO friendly review scores.
This app helps in increasing customer engagement and also plays a major role in increasing sales.
Product Review app matches look and feel of the theme and one can change colors, text without writing any code. Also, Reviews can be published or made to be hidden. Filtering of reviews is also easy. Can import and export reviews through the spreadsheet.
To get this app for your store, click Add Product Reviews to Your Online Store .
After going to this link, click the “Get” button.
Then enter the shop URL and click Login. After logging into your store, click “Install app”
After installing the app, insert the below code in product-template.liquid which is in sections folder.
 <div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div> 

One can add a star rating to the store through this app. To add ratings to the store, add the below code in product-grid-item.liquid snippet.
      <span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span>
After installing the app and adding rating badge and customer review to the product page, the page looks like below:
The dashboard of the app where reviews can be published, unpublished, flagged will be as below:
One can change review settings using settings page of the app dashboard which is shown below:
After publishing the review and rating, the product page looks like below:
The app is easy to use and is developed by the Shopify itself. Complete Support is available for this app.

No comments:

Post a Comment