Follow instructions below to install reviews widget on BigCommerce site.
To start, go to reviews widget page. Copy reviews widget ID and paste it somewhere.
1) Loader Code
Go to BigCommerce settings page and check if install scripts
is turned on.
2) Reviews Widget Snippet
Replace
REVIEWS_WIDGET_ID
for snippet below with actual reviews widget ID that you have copied earlier. Paste modified snippet on product page file. For this, you need to edit your theme file. Common files to look at: templates/components/products/product-view.html
.<div
class="ov-app ov-app-reviews-widget"
data-app-id="REVIEWS_WIDGET_ID"
data-app="reviews-widget"
data-product-external-id="{{ product.id }}">
</div>
You can place reviews widget snippet at the bottom of the file.
Need help installing?
If you need additional help to install, you can contact us.