Positivek9
Ecommerce Template Guru
USA
4061 Posts Pre-sales questions only (More Details...)
|
Posted - 04/04/2017 : 12:43:24
Hi all,
I'm trying to implement the script for the Google Merchant Customer Reviews. It says to add a code to the order confirmation page (thanks.asp) and to adjust the variables as needed. Can someone help?
"order_id": "ORDER_ID", "email": "CUSTOMER_EMAIL", "delivery_country": "COUNTRY_CODE", "estimated_delivery_date": "YYYY-MM-DD"
Julie Browns Summit NC USA
Edited by - Positivek9 on 04/04/2017 12:43:56
|
dbdave
ECT Moderator
USA
10406 Posts |
Posted - 04/04/2017 : 13:53:49
Hi Julie, I recently saw some ads with reviews and wanted mine on there too. After some searching, I saw a form to fill out to "ask" google for permission to do this. They replied with an email with instructions, and it's nothing like what you are asking for there. I'm not sure if you are trying to do something different. We have the thread here - https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=106751 Where Mike indicated a few days ago that he is on it. David ECT Power User
|
Positivek9
Ecommerce Template Guru
USA
4061 Posts Pre-sales questions only (More Details...)
|
Posted - 04/04/2017 : 14:01:21
Hi David,
The one Mike is working on is product reviews - this one is for store reviews.
If you go to your Merchant Center, at the top right 3 dots there is a link to Merchant Center Programs. It's the Customer Reviews program.
Confusing, right? ;)
Julie Browns Summit NC USA
|
dbdave
ECT Moderator
USA
10406 Posts |
Posted - 04/04/2017 : 15:11:10
Got cha... I think you can get variables for the first three on your list, but that 4th one will be a no-go I believe. David ECT Power User
Edited by - dbdave on 04/04/2017 15:12:38
|
Positivek9
Ecommerce Template Guru
USA
4061 Posts Pre-sales questions only (More Details...)
|
Posted - 04/04/2017 : 15:21:17
Yeah, I'm thinking that the estimated delivery date is a bit much.
Maybe there is a way to have the thanks page write a variable to create a date, such as 5 days forward from the date of purchase? Devs?
Julie Browns Summit NC USA
|
isntworkdull
Ecommerce Template Expert
United Kingdom
900 Posts Pre-sales questions only (More Details...)
|
Posted - 04/11/2017 : 07:26:24
I was tryin get this to work also - the date is the issue, closest I could do was:
[code] "estimated_delivery_date": "<%response.write(DateAdd("d",5,Now()))%>"[/code]
Where the "5" in above code gives you a date 5 days in the future... however the date is in wrong format, have not figured out how to fix that yet - if anyone knows, please advise
thanks
|
dbdave
ECT Moderator
USA
10406 Posts |
Posted - 04/11/2017 : 08:12:31
a few pages with some info http://stackoverflow.com/questions/4717406/how-can-i-have-yyyy-mm-dd-date-format-in-asp-classic http://stackoverflow.com/questions/22574092/format-current-date-and-time David ECT Power User
|
C4009
Ecommerce Template Expert
USA
612 Posts Pre-sales questions only (More Details...)
|
Posted - 04/11/2017 : 17:43:48
I have this operating on my site and have been using it for a couple years since it was "Google Trusted Stores". It has not transfered to "Google Reviews" and is still working great. In order to get it up I had Mike at DSLL do a MOD which can be found at the following link: http://www.dlss.ca/proddetail.asp?prod=GoogleTrustedStore
Best $25.00 I have spent.
You can check it out on my site www.SleepRestfully.com
Hope this helps.
Charles
|
isntworkdull
Ecommerce Template Expert
United Kingdom
900 Posts Pre-sales questions only (More Details...)
|
Posted - 04/12/2017 : 16:23:47
I can confirm charles is correct - I just bought that googleshopping addon - and that creates all the info google needs then you just fill in the details in the script for google reviews...
With regards delivery dates - it does it by you setting a time for delivery, i.e I have set it to "7" as it takes at the most 6 days for any of my orders to be delivered - hence its fine for google to email them after 7 days...
Anyway just confirming with a very small adjustment Mikes script does work a treat.
regards James
|
dbdave
ECT Moderator
USA
10406 Posts |
Posted - 04/12/2017 : 21:48:23
Click Charles website and I thought for sure the banner said "The smallest Crap Around" David ECT Power User
|
Paradise
Ecommerce Template Guru
USA
1602 Posts Pre-sales questions only (More Details...)
|
Posted - 08/03/2017 : 14:45:54
Still trying to get this to work .... anyone get it figured out?
<script src="https://apis.google.com/js/platform.js?onload=renderOptIn" async defer></script>
<script> window.renderOptIn = function() { window.gapi.load('surveyoptin', function() { window.gapi.surveyoptin.render( { "merchant_id": XXXXX, "order_id": "ORDER_ID", "email": "CUSTOMER_EMAIL", "delivery_country": "COUNTRY_CODE", "estimated_delivery_date": "YYYY-MM-DD" }); }); } </script>
Responsive Design Deals Ecomm Plus - ASP 6.8 www.paradiseclothingco.com
|
DLSS
ECT Moderator
Canada
3956 Posts |
Posted - 08/03/2018 : 10:23:20
|
Paradise
Ecommerce Template Guru
USA
1602 Posts Pre-sales questions only (More Details...)
|
Posted - 08/03/2018 : 10:31:48
A script for Google Reviews?
Mark Responsive Design Deals Ecomm Plus - ASP 6.8 www.paradiseclothingco.com
|
DLSS
ECT Moderator
Canada
3956 Posts |
Posted - 08/03/2018 : 10:41:55
|
Paradise
Ecommerce Template Guru
USA
1602 Posts Pre-sales questions only (More Details...)
|
Posted - 08/03/2018 : 15:44:42
Mike
Ran a couple test orders, opted in for the survey but still have not received the survey from google. How long does it normally take to receive it?
Mark Responsive Design Deals Ecomm Plus - ASP 6.8 www.paradiseclothingco.com
|
DLSS
ECT Moderator
Canada
3956 Posts |
Posted - 08/04/2018 : 09:06:52
|
Paradise
Ecommerce Template Guru
USA
1602 Posts Pre-sales questions only (More Details...)
|
Posted - 08/04/2018 : 11:39:30
That makes sense ..... Thanks Mike
Mark Responsive Design Deals Ecomm Plus - ASP 6.8 www.paradiseclothingco.com
|
|
|