Follow instructions below to install star rating on Shopify Product Page.
To start, go to star ratings page and add star rating.
Placement Options
Product Page (Auto) - Select this if you want OnVoard to automatically place widget at product page. 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-star-rating"
data-app-id="STAR_RATING_ID"
data-app="star-rating"
data-product-external-id="{{ product.id }}">
</div>
Next, locate product template file
sections/product-template.liquid
templates/product.liquid
Search for an element with this code: itemprop="name"
Then paste snippet after that element.
This should position star rating just below product title element.
Need help installing?
If you need additional help to install, you can contact us.