Reviews (284)
Refine
-
By rating
Integration was easy and didn't take long at all. I'm not at all techie but it was easy to copy and paste the small amount of code. Now just waiting for 100 reviews to turn on the badge. I have other apps by Simprosys InfoMedia and customer service is always great. They respond fast so questions are answered very quickly and needs are taken care of right away.
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"
});
});
}
This app works great and was up and running very fast. I had questions about the setup and their team responded very quickly. I really appreciate their super customer service.
Needed to get some google review for my business and I found out I could do the google opt in, couldn’t figure it out on my own, I think the low one time fee is well worth what I’ll get out of it!
Thanks for making this app!
Install was super easy and quick.
Good, quick customer support!
was looking for this app really a good app if you don't have it already get it it's a must have to drive more traffic
Easy install and great service. Happy to recommend this app to anyone looking for Google review integration.
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.
Much easier than doing it yourself - great support. Highly recommend this APP for anyone on shopify.
Incredibly quick service and really helpful with integrating into my store. I highly recommend for adding google reviews
This app was a breeze to set up! Had Google Customer Reviews up and running in just a couple of minutes after installing the app.