Display Product Ratings in Catalog Search Results
Place trusted Product Review content across your whole journey
Increase shopper confidence throughout the customer journey by displaying trusted Product Review content across your storefront.
Example 1 - Display Reviews Search Results
You can place Product Review star ratings in multiple areas, including:
- Category pages
- Search result pages
- Product listing pages
- Cart and checkout pages
- Marketing emails and campaigns
Displaying review stars throughout the shopping experience helps build trust and encourages conversions
Product Rating Widget
This widget displays the star rating for a specific product and is ideal for:
- Category pages
- Search pages
- Product grids
- Cart pages
Step 1: Add the Product Rating Container
Place the following <div> anywhere you want review stars to appear for a product.
Add one container per product displayed on the page.
<div class="rr_cat_ratings" data-rr-product-id="PRODUCT_SKU"></div>
Replace:
PRODUCT_SKUwith the SKU of the product being displayed.
! If you are using parent/child SKU implementation, please insert the parent SKU
Step 2: Add the Product Review Script
Place the following script near the bottom of your category, search, or listing page before the closing </body> tag.
<!--Bottom of your page -- ><script src="https://www.resellerratings.com/productreviews/category/my_store_name.js"></script>
Replace:
my_store_namewith your ResellerRatings store seo_name.
Example 2 - Display Reviews on your Product Cart Page
Example Use Cases
You can use this widget on:
- Product category pages
- Search result pages
- Shopping cart pages
- Featured product sections
- Promotional landing pages
When a shopper clicks the review stars, they will be directed to the product detail page to view the full Product Reviews.
Important Notes
- Add one rating container per product shown on the page.
- Ensure the correct SKU is passed into
data-rr-product-id. - For Parent/Child SKU implementations, always use the Parent SKU.

