Page 1 of 1

Google Customer Reviews integration

Posted: Thu Apr 06, 2017 5:52 pm
by Tibble29
Has anyone been able to successfully integrate Google Customer Reviews? I have seen the mod for it but don't know if its worth getting.

here is the code for it


<script src="https://apis.google.com/js/platform.js? ... enderOptIn" async defer></script>

<script>
window.renderOptIn = function() {
window.gapi.load('surveyoptin', function() {
window.gapi.surveyoptin.render(
{
"merchant_id": ******,
"order_id": "ORDER_ID",
"email": "CUSTOMER_EMAIL",
"delivery_country": "COUNTRY_CODE",
"estimated_delivery_date": "YYYY-MM-DD"
});
});
}
</script>


Thanks

Re: Google Customer Reviews integration

Posted: Wed May 10, 2017 2:35 am
by dre_714
Hi tibble29,

Did you find a solution to this? I am also trying to integrate this!

Thanks
-Andres

Re: Google Customer Reviews integration

Posted: Mon May 15, 2017 10:20 pm
by kgg.becks
Anyone managed to integrate the above?

Re: Google Customer Reviews integration

Posted: Mon May 29, 2017 11:20 pm
by chrisranjana.com
Have you tried pasting the above javascript right at the very end of this file

catalog/view/theme/default/template/product/product.tpl