Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Integrate Google Customer Reviews

Home / Forums / Pinnacle Theme / Integrate Google Customer Reviews

This topic is: Not Resolved
[Not Resolved]
Posted in: Pinnacle Theme
June 7, 2017 at 4:57 am

Within the Google Merchant Center I can find a code snippet to add Google Customer Reviews to my WordPress/Woocommerce shop. The code should be added to the order confirmation page. Can you help me, where I could paste this code (I’m not an technical expert)?

<script src=” 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>

Thank you, Angelika

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.