All Collections
Displaying reviews
Adding Judge.me widgets
Shopify (Vintage)
Adding Star Ratings on product pages (Vintage themes)
Adding Star Ratings on product pages (Vintage themes)
Updated over a week ago

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-template.liquid.

  • Under the line that contains <h1 class="product_name" itemprop="name">{{ product.title }}</h1> , 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

If you need help adding Star Ratings on product pages, contact our team at [email protected]. We're available to help 24/7!

Did this answer your question?