SiteVibes makes it easy to automatically collect reviews as well as send automatic review requests. To set up SiteVibes Reviews on your BigCommerce site simply follow the steps below. To learn about enabling and configuring Review features please visit this article.
1. Disable Default Reviews on BigCommerce
Sign in to your BigCommerce store and navigate to Advanced Settings -> Comments. From here you will want to click on Built-In and disable (uncheck) "Product Reviews". Click Save.
2. Disable Default Review Request Emails on BigCommerce
Next, navigate to Store Setup -> Store Settings -> Miscellaneous and uncheck the Product Review Emails. Click save.
3. Enable SiteVibes Review Widget
Make sure you installed the SiteVibes app for BigCommerce. If you have not, here are the steps to install the SiteVibes app.
Once the app is installed and you are in the app, navigate to Reviews -> Widgets -> Product Reviews. Here is where you will enable the Product Reviews widget.
4. Adding the Review Widget to Stencil
- Go to Templates > Components > Products > product-view.html.
- You can add the following code at the end of the file:
<!-- START SiteVibes Product Review Tag --> <div id="sitevibes-product-reviews"></div> <!-- END SiteVibes Product Review Tag -->
Click Save & apply file.
5. Adding the Star Rating Widget
- Go to Templates > Components > Products > product-view.html.
- Under the line that contains class="productView-title", add the following code:
<!-- START SiteVibes Product Review Rating Widget --> <div id="sitevibes-star-rating-widget"></div> <!-- END SiteVibes Product Review Rating Widget -->
Click Save & apply file.
6. Adding Star Rating to Category pages
- Navigate to Templates > Components > Products > card.html.
- Add the following code wherever you want stars to display on the product cards:
<sv-product-category-star-rating data-product-id='{{id}}'></sv-product-category-star-rating>
- Click Save & Apply file.
7. Customize Reviews Page for Automatic Review Request Emails
To send customers to a Reviews Page that is on your website, for example, yourstore.com/reviews, click the Review Page tab at the top of the Review Request section. Enable "Use custom page for review request" and put in the URL of the custom page. Click update. Copy the provided Div ID and place it on your custom review page.
8. Save all settings and test
Once you've updated and saved all your settings, you can navigate to a product page to see Reviews in action.
If you have any issues, please submit a support ticket for our team to help you.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article