As an online merchant, you need to find new ways to attract new customers, keep current ones, and compete with other merchants. Moreover, If you’re a Shopify merchant then one way you can do these things is by using Product Reviews App by HulkApps, which will help you build your customer's trust. However, textual product reviews won’t cut it anymore. Customers want to see your product in action, used by real people just like them. That's why product Reviews with photo is right for you. Let's go over the installation and the smashing features that the app is equipped with: CORE FEATURESPhoto ReviewsCustomers can share their reviews with the product they’ve purchased.5 Custom Fields & AttributesCollect reviews with additional 5 custom fields.3 Layouts Types3 different layouts for different perceptions.All Reviews PageGet all the reviews on one single page.Modify and Approve Reviews in BulkMerchants have all the right to approve/ unapproved or modify the review in bulk.Image Auto-ResizeThe image uploaded by the user along with the review can be auto-resize based on the screen resolution.Bulk Import & Export with CSV filesImport/Export the reviews in bulk with a CSV file in just a click.PaginationMaking it much easier for the users to view the reviews of their favorite store.Custom Styling with Rating Symbol & ColorChange the look and feel of your reviews with custom styling options. Select your preferable rating symbol, color, etc.Notifications on Reviews SubmissionGet notified when a new review arrives at your store.Multiple Recipient SupportTheme-friendly Reviews DesignMake it yours! With a theme-friendly page design, feel as if it’s your own theme page.Quick Search for All ReviewsGet a quick search option when there’s a flood of reviews.Rotate Customer ImagesRotate the images of your customer’s linked with the reviews. INSTALLATION & SETUP GUIDE:-On your “Shopify” store click on the “Apps” option on the left bar of your Dashboard. Then Click on “Visit Shopify App Store”. Then search for the “Master Product Reviews by Hulk Code Inc.” and click on the “Add app”. As soon as a user clicks on the “Add app” button it will redirect to the installation page. Over there click on the “Install App” button it will redirect to “Master Product Reviews” App page of your Store. Now the user needs to set up the installed app with the “Theme” they have on their store. In order to make an app successfully working with a theme, a user needs to navigate to “Edit Code” by clicking on the “Online Store” button on the left bar of their Dashboard and from the “Action” dropdown menu select “Edit Code” options. By clicking on the “Edit Code” option, the user will be redirected to the coding page of the particular “Theme” installed on their Store.Now, at first, you need to copy the following code and paste it at the theme. liquid file before the closing body tag.<!-- Begin of HulkApps Product Reviews App --><link href= //reviews.hulkapps.com/css/module.css rel= stylesheet type= text/css /><script src= //reviews.hulkapps.com/js/module.js type= text/javascript ></script><!-- End of HulkApps Product Reviews App -->Example:- You will also need to include the generated snippets inside your page templates.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= item-reviews data-product-id= {{product.id}} ></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' %} That’s it!If you need any further help, visit our Support Center where you’ll find step-by-step instructions on setting up your reviews widget and other resources to help you get the most out of the app