Skip to main content
All CollectionsDisplaying reviewsAdding Judge.me widgetsShopify (Vintage)
Adding Star Ratings on collections (Vintage themes)
Adding Star Ratings on collections (Vintage themes)
Updated today

Collections help customers browse the product categories that they’re interested in without having to look through multiple pages of products.

In this article, we'll show you how to install the Star Ratings on your collection pages.

Step 1: Enable Judge.me app embed

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme you want and click Customize.

  3. Go to App embeds and enable Judge.me.

  4. Click Save.

Step 2: Add the Star Ratings code

  1. Once you've enabled our app embed, go back to Online Store > Themes.

  2. Click "..." > Edit code.

  3. Then depending on your theme, the next steps might differ.

Theme

Installation steps

Turbo

  • Open product-info.liquid.

  • Under the line that contains {{ product.title }} , add the following code:

<!-- Start of Judge.me code -->
<div class='jdgm-widget jdgm-preview-badge'>
{{ product.metafields.judgeme.badge }}
</div>
<!-- End of Judge.me code -->
  • Click Save.

Debut

Did this answer your question?