Author |
Topic |
|
motonet
VP-CART New User
Spain
79 Posts |
Posted - May 25 2017 : 08:11:30
|
Hi!
I´m trying to integrate the code for Google customer review on VPCART 8
Is there someone who can help me?
This is the code:
<! BEGIN GCR Opt-in Module Code --> src="https://apis.google.com/js/platform?=renderOptIn" async defer> </script>
<script> window.renderOptIn = function() { window.gapi.load(''surveyoptin'', function() { window.gapi.surveyoptin.render( { // REQUIRED "merchant_id": MERCHANT_ID, "order_id": "ORDER_ID", "email": "CUSTOMER_EMAIL", "delivery_country": "COUNTRY_CODE", "estimated_delivery_date": "YYYY-MM-DD"
// OPTIONAL "opt_in_style": "OPT_IN_STYLE" }); }); } </script> <!-- END GCR Opt-in Module Code -->
And it has to be added to the confirmation page. I Think to shopthanks.asp
The red code is what we have to replace for each order
Thanks Saludos Diego
|
|
serjtankian
VP-CART Super User
Armenia
378 Posts |
Posted - May 25 2017 : 14:25:57
|
this is a new feature from Google, I''m not good in programming, so hopefully someone can post here how to do this useful Google feature
*peace - serj* |
|
|
danielrichardson
VP-CART Super User
Australia
276 Posts |
Posted - May 29 2017 : 06:01:01
|
seems like google conversion, but I think need tweak the code about merchant_id, order_id, customer_email, country_code and estimated_delivery_date. |
|
|
soncci
VP-CART New User
USA
97 Posts |
Posted - January 14 2018 : 17:26:17
|
Is there an update to this subject? |
|
|
soncci
VP-CART New User
USA
97 Posts |
Posted - July 03 2018 : 13:55:29
|
Diego, were you able to work with the Google Customer Reviews? If yes, would you mind to share the way you did it?
Gracias,
Sonia |
|
|
Alex123
VP-CART Super User
USA
223 Posts |
|
motonet
VP-CART New User
Spain
79 Posts |
Posted - August 21 2018 : 12:13:12
|
Sonia. Not yet.
Alex Thanks! I´m going to take a look asap
Thanks Saludos Diego |
Edited by - motonet on August 21 2018 12:21:27 |
|
|
|
Topic |
|