Follow instructions below to install reviews widget on Shopify Product Page.
To start, go to reviews widget page and add reviews widget.
Placement Options
Product Page (Auto) - Select this if you want OnVoard to automatically place widget at product page. We will place snippet at bottom of templates/product.liquid
. Keep in mind that this method may not work for every themes. If auto placement doesn't work, use Custom Placement instead.
Product Page (Selector) - Use placement tool to visually insert widgets into your site without any technical work. See guide for selector placement.
Custom Placement - Manually install widget. Use this as fallback if all other placement methods doesn't work.
Custom Placement
Click Show Code
to get widget snippet. Snippet should look something like this:
<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>
Next, place snippet to bottom of templates/product.liquid
file and save it. Once that is done, reviews widget will be shown at bottom of your product page.
Shopify Online Store 2.0 (Optional)
If you are using a theme that supports Online Store 2.0, you can use app block to add widget. Simply select Custom Placement
when setting up widget and follow installation instructions from Show Code
button in reviews widget page.
Reviews widget not showing for some products?
Go to products page and check if product has been imported to our system. If product has not imported, we won't display reviews widget.
Need help installing?
If you need additional help to install, you can contact us.