Reviews for Google Customer Reviews

The Dream Wedding Store

2019-08-10

United States

Customer Service is great, they helped me to set up the APP and their response was at the same time!! I highly recommend, Thank you for your service!

dogparentsonline.com

2019-08-09

United States

Great app I love it and definitely worth the 25.00 dollar charge. I am sure this will more than pay for itself.

2019-07-28

United States

Great customer service and an easy install. Highly recommend these guys and their apps! I've contacted support numerous times - they were always prompt and never got frustrated. The support is what pushed me over the edge to rate Simprosys 5 stars.

Flowers.ie

2019-07-24

Ireland

Outstanding service from these guys, I have had two issues (my settings) and they have responded within a few minutes and fixed each time, model for excellent customer service.

Lee Display

2019-07-20

United States

Super easy integration and the staff is really helpful to work with. They answer any and all questions you have. This is a no-brainer add-on you need for an e-commerce business that doesn't have a fulltime web developer.

Waagen-Schmitt GmbH

2019-07-18

Germany

Great support, the app does what it is supposed to do and saves some hassle if you don't want to spend to much time in the code yourself.

2019-07-13

United States

5 stars hands down. Unlike other apps, this is a one time fee. I thought I followed the instructions but couldn't get it to work. Emailed support and they logged it and fixed it for me within 15 mins from emailing them. This would best the $25 I ever spent on an app.

I MISS SHU

2019-07-01

Australia

Best support ever! As I have zero knowledge about IT but Milan gives 100% support and solve all the problems. Thank you so much!

Icelandic Horse

2019-06-19

Germany

Very fast and helpful service form Simprosys. Further comments are possible after getting a few Google reviews.

Soko & Co

2019-06-19

Australia

We installed the app and had an issue getting the code to work. Sent an email off to Support and within an hour we had a reply. The team fixed our issue straight away which was brilliant. The one-off charge is also a MUCH better deal than some other apps out there that charge a monthly rate. Thanks so much guys!

techtraders

2019-06-06

United States

Works Perfect. Good customer service. Will consider this company for future. Fast response time. Thank you.

Access World

2019-05-16

Australia

This is a fantastic app that helps take the confusion out of setting up Google Customer Reviews. The one time (not recurring) fee is affordable. I have used this on two stores and am very happy with the app.

Photo Savings

2019-05-14

United States

So far so good. Waiting for the reviews to start rolling in. Amit and Symprosys are helpful and responsive as always on this app as well as the many others that we use them for

Daisy Park

2019-05-06

United Kingdom

I wanted this app to help get more Google reviews. Unfortunately my knowledge of adding code is non existent. I tried to follow the advice but found it a little difficult to know what to do. After contacting support it was sorted and now we just have to wait and see how it works. But all very helpful. I just found the instructions a little difficult to understand but that could be to do with my lack of coding knowledge. Thanks. I’ll review it again and let you know how we get on.

2019-05-02

United States

Great and Quick Customer Service! App works great and integration is flawless. Highly recommended for all small business owners.

Sleepquiet Nasal Strips

2019-04-20

Australia

We have been looking for an easy way to add a Google Review Rating to our online business (SleepQuiet Nasal Strips) for some time without any success. Doing it ourselves was just too complicated. Adding this APP has been quite simple and the one step where I stumbled the customer service was immediate and excellent. Google Ratings are critical and this APP is a great way to get there..

Mariner underwear

2019-04-11

France

Works perfectly! Easy to set up and never any problems or issues. And the custumer service is 10 stars: fast and friendly.

Mpire Men

2019-04-06

United States

Amazing! Setting up Google Customer Reviews is essential to grow your e-commerce business and gain much needed Social Proof. The code can be really tricky and Google does not make it very easy. This App is a lifesaver! Fast with immediate support, should you need it. Essential to ALL Shopify stores!

2019-03-06

United States

Great customer service Fast support when I have an issue of disconnecting I think this is a great app if you want to have Google Reviews

2019-03-06

United States

Great App. Fast response to any and all questions. Simple setup. Haven't had a single issue. Highly recommend

Cosmetics Online IE

2019-03-01

Ireland

Good app, v helpful! Eazy to contact and work with ..................................................................................

Oemusedautoparts1.com

2019-02-18

United States

Great app and great support. Team is helpful and was able to respond to my request right away. App is easy to install.

Asfvlt

2019-02-12

Norway

Great service and customer support. Useful if you're not familiar with Google Reviews and like a quick and easy fix to set it up.

LaLe Living

2019-01-05

Germany

Great App which does what it meant to do. Also very good support from Supert Team which helped us out very fast. Thanks again.

Curry People

2018-10-04

United States

One of those days :( This app is not useful unless you know exactly how to set up a google merchant center. Once you have done that, the script that you need is provided by merchant center. So, after I worked through all of that, I felt scammed. I paid 25$ upfront and than ended up using the script. If you are working through merchant center and google reviews integration Set up google merchants account(open and link account to shopify) -> I used a app the set up google merchant center feed (it is shopify free app) -> then go Merchant Center -> Customer Reviews(on the left) -> Program setup -> You can probably get shopify support to help you modify the script, it could change overtime but the script below works right now -> copy and paste the modified script into shopify -> setting -> checkout -> additional script. window.renderOptIn = function() { window.gapi.load('surveyoptin', function() { var products = [ {% for item in order.line_items %} { "gtin": {{ item.variant.barcode }} }, {% endfor %} ]; window.gapi.surveyoptin.render( { // REQUIRED FIELDS "merchant_id": "123456", "order_id": "{{order.order_number}}", "email": "{{order.email}}", "delivery_country": "{{order.shipping_address.country_code}}", "estimated_delivery_date": "{{ order.created_at | date:'%s' | plus:345600 | date:'%F' }}", "products": products, "opt_in_style": "CENTER_DIALOG" }); }); }