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.
Custom Placement - Manually install widget. Use this as fallback option if auto placement 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.
Need help installing?
If you need additional help to install, you can contact us.