Bazaarvoice reviews to my PDP

How do I add Bazaarvoice (BV) reviews to my Shopify product page? and how I can trigger it once a user click the submit button for review on my store!

Does Bazaarvoice (BV) provide any trigger code or event listener to execute custom actions after a user submits a review on your store, you can check it from your BV account?

Dont know as much but they just shared this peace of line $BV.ui(“rr”, “show_reviews”, { productId: “{{ product.id }}” }); dont know what needs to do with this!

To integrate Bazaarvoice (BV) reviews into your Shopify product page, follow these steps:

Include the Bazaarvoice script in your theme.liquid file before the closing tag:

Embed the BV review widget in your product template (main-product.liquid or equivalent):

Ensure proper configuration by verifying that your BV account is set up correctly and that product IDs in Shopify match those in Bazaarvoice.

For additional customization options, refer to Bazaarvoice’s official documentation or reach out to their support team.

ah its working now, just replaced the site id and it start working, thank you @Shinerds .

1 Like