Leave Us a Review
Would you like to leave us a review?
Do you have a Google Account?
Then it’s easy to leave a review!
Do you Yelp?
Great! Please click this link to leave us a review on Yelp! Make sure to be 100% transparent. We love honest reviews!
Well, we tried! 🙂
window.renderOptIn = function() {
window.gapi.load('surveyoptin', function() {
window.gapi.surveyoptin.render(
{
// REQUIRED
"merchant_id": 139384816,
"order_id": "ORDER_ID",
"email": "CUSTOMER_EMAIL",
"delivery_country": "COUNTRY_CODE",
"estimated_delivery_date": "YYYY-MM-DD",
// OPTIONAL
"products":[{"gtin":"GTIN1"}, {"gtin":"GTIN2">}],
"opt_in_style": "OPT_IN_STYLE"
});
});
}