This is a first party integration app for Google Customer Reviews, a free service that enables Google to collect valuable feedback from customers who’ve made a purchase on your site.
Configuration
- Install the
vtex.google-customer-reviews
app in your VTEX account.
By installing the Google Customer Reviews, you will have access to the
google-customer-review-badge
block, which displays the Google Customer Reviews badge on your store's UI. To know how to set it up, check out the Advanced Configuration section below.
- In your account's admin, open the Apps section and select the Google Customer Reviews box.
- Click on the settings icon and add your Merchant Center ID. You can get this value from the Google Merchant Center.
- Save your changes.
Advanced Configuration
To display the Google Customer Reviews badge in your store, follow the instructions below:
- Add the Google Customer Reviews app to your theme's
peerDependency
list:
"peerDependencies": {
"vtex.reviews-and-ratings": "2.x",
+ "vtex.google-customer-reviews": "1.x"
},
️ To be successful in the first step, you will need to update your theme to a new major version. Learn how to perform this update following the instructions given in this tutorial.
- Add the
google-customer-review-badge
block to your theme's in the desired template. For example:
"flex-layout.row#footer-1-desktop": {
"children": [
"vtex.menu@2.x:menu#Products",
"vtex.menu@2.x:menu#footer-clothing",
"vtex.menu@2.x:menu#footer-decoration",
"vtex.menu@2.x:menu#footer-bags",
"footer-spacer",
"social-networks",
+ "google-customer-review-badge"
],
"props": {
"blockClass": "menu-row",
"paddingTop": 6,
"paddingBottom": 3
}
},
Troubleshooting
This app only works with the website URL verified and claimed in Merchant Center. When the website URL is not verified, a 404 javascript error is generated.