We have moved to a new and improved knowledge base. This article is no longer updated. Please click here to find the new version

Vintage themes aren't available in the Theme Store anymore. These themes also don't have the features included in Shopify's Online Store 2.0 themes.

But if you're using a Vintage theme, you will still be able to install Judge.me widgets following the steps in this article (although the process won't be too easy). 

Step 1: Enable Judge.me core snippet

  • From your Shopify admin, go to Online Store > Themes.
  • Find the theme you want and click Customize.
  • Go to App embeds and enable Judge.me Core Snippet.
  • Click Save.

Step 2: Install the Preview Badge

  • Go back to Online Store > Themes.
  • Click ... > Edit code.
  • Open product-template.liquid.
  • Add the following code under the {{ product.title }} element and click Save.
<!-- Start of Judge.me code --> 
    <div style='{{ jm_style }}' class='jdgm-widget jdgm-preview-badge'  data-id='{{ product.id }}'>
      {{ product.metafields.judgeme.badge }}
    </div>  
<!-- End of Judge.me code -->

Step 3: Install the Review Widget

  • In the same editor, open product.liquid.
  • Add the following code under {% section 'product-template' %} and click Save.
<!-- Start of Judge.me code --> 
    <div style='clear:both'></div>
    <div id='judgeme_product_reviews' class='jdgm-widget jdgm-review-widget' data-id='{{ product.id }}'>
        {{ product.metafields.judgeme.widget }}
    </div>
<!-- End of Judge.me code -->

Step 4: Install other widgets (optional)

Besides Preview Badge and Review Widget, you can also follow the steps below to install our other widgets to increase trust and conversion for your store.

Free widgetsAwesome widgets

If you need help adding the Judge.me widgets on your Vintage theme, feel free to chat with us or email us at support@judge.me. We’d be more than happy to help!