Star Rating
Last updated
Last updated
Star Ratings build shopper trust on collection and product pages with subtle yet powerful displays of customer feedback. Star Ratings show the average aggregated rating of published customer reviews as well as the total number of published reviews.
Instructions for a Shopify Online Store 2.0 installation can be found here.
The preferred method of configuring the Star Rating is via the Okendo Admin which can be accessed in the Okendo app via Reviews -> On-Site Displays:
Use these data attributes on the widget markup to customise its configuration. None of these attributes are required.
data-oke-star-rating
This tells Widget Plus to show a star rating when the element is initialised.
✅
data-oke-reviews-product-id
Used to specify a Shopify Product ID with the word shopify-
in front of it. The star snippet will only show aggregate data for a particular product.
string
data-oke-reviews-group-id
Used to specify an Okendo Group ID so that the star snippet only shows aggregate data for that particular group of products.
string
Any valid product group ID in a GUID
format e.g. 69d2e67d-b980-4333-97b7-30411807a7b1
data-oke-all-reviews
Determines whether or not to show the star snippet with the aggregate data from all reviews.
boolean
true
, false
data-oke-scroll-disabled
Determines whether or not clicking the star snippet will scroll to the reviews widget.
boolean
true
, false
One of the following data attributes must be used in conjunction with the data-oke-star-rating
attribute:
data-oke-reviews-product-id
data-oke-reviews-group-id
data-oke-all-reviews
Without specifying a data source for the reviews, the widget will show all reviews for your store. You can provide either a Product ID or a Group ID to use that as the data source for the reviews.
If you are using liquid use the following snippet:
The general format for other frameworks is:
The product widget also has some pre-rendered content stored in Shopify Metafields that we recommend including for increased performance on-site:
If you are using liquid use the following snippet:
The general format for other frameworks is:
Learn more about Okendo Groups here:
If you are using liquid or general frameworks use the following snippet:
Group ID is found in the Okendo Admin URL for a given group as described in the table above.
If you are using liquid or general frameworks use the following snippet:
During a migration from our Legacy Widget to Widget Plus it is useful to keep showing the Legacy Widget until Widget Plus is enabled. This snippet shows how this can be achieved: