Tips

How to Convert Total Rating Percentage to Count Number

Posted on

Inside the app you go to the settings page of the reviews and press Custom CSS or go to the following link https://app.a2rev.com/#/settings/reviews?drawer=custom-css .a2-percents .a2-progress__text{ font-size: 0 !important; } .a2-percents .a2-progress__text .show-count{ display: inline-block; font-size: 15px !important; top: 0; } Copy and paste the above CSS code into the box and press “Save Change” button

Tips

How to add verify icon before number of reviews

Posted on

Inside the app you go to the settings page of the reviews and press Custom CSS or go to the following link https://app.a2rev.com/#/settings/reviews?drawer=custom-css a2-reviews-total[total]:not([total=””]) .a2-reviews-widget-total .vertical-align-middle { background: url(https://static.a2rev.com/images/verify.svg) no-repeat left center; padding-left: 22px; } Copy and paste the above CSS code into the box Click “Save Change”

Issues

Why can’t I import reviews from AliExpress?

Posted on

Once the A2Reviews app is installed in the Shopify store, the store is connected to the app. But I ran into the problem of not being able to import reviews from AliExpress. This is a problem in a few cases. Do some of the following checks: Make sure you have installed A2Reviews chrome extension https://chrome.google.com/webstore/detail/a2reviews-aliexpressamazo/hpkciffmmkehlgidnpeoagmkghpkdgai Check […]

A2Reviews

Review images are not shown on the A2Reviews app

Posted on

While using the A2Reviews app, you will experience a visual issue in the app. The problem with the image is that it doesn’t show up in the app when you import reviews from AliExpress. The reason for this is that images from AliExpress have been restricted to the A2Reviews app for select countries such as […]

Shopify

How to create a featured reviews page on Shopify?

Posted on

First, you need to understand what feature reviews on A2Reviews are? Feature reviews: Defined as exceptional reviews, manually selected by you. It is marked as a special star on the A2Reviews system. Purpose: The purpose is to provide you with a list of exceptional reviews. Allow them to be displayed on your website. Let your […]

Shopify

Add A2Reviews snippet code manually in Shopify theme

Posted on

Some reasons that A2Reviews cannot add snippet code to your Shopify theme, you can do it manually. * Display total reviews widget on the product page: In your theme, open this file sections/product-template.liquid. Add snippet code below to anywhere want to display total reviews. or with ajax load  * Display total reviews widget on the collection page: […]