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 our Reviews Carousel by following the steps below.
Step 1: Enable app embed
If you have enabled app embed before, please move to Step 2. If this is your first time enabling app embed:
- From your Shopify admin, go to Online Store > Themes.
- Find the theme you want and click Customize.
- Go to App embeds and enable Core Snippet.
- Click Save.
Step 2: Add the Reviews Carousel code
- From your Shopify admin, go to Online Store > Themes.
- Click ... > Edit code.
- Open index.liquid.
- Add the following code at the bottom of the file and click Save.
<!-- Start of Judge.me code --> <div class='jdgm-carousel-wrapper'> {% assign jm_metafields = shop.metafields.judgeme %} <div class='jdgm-carousel-title-and-link'> <h2 class='jdgm-carousel-title'>Let customers speak for us</h2> <span class='jdgm-all-reviews-rating-wrapper' href='javascript:void(0)'> <span style='display:block' data-score='{{ jm_metafields.all_reviews_rating }}' class='jdgm-all-reviews-rating' aria-label='{{ jm_metafields.all_reviews_rating }} stars' tabindex='0' role='img'></span> <span style='display: block' class='jdgm-carousel-number-of-reviews' data-number-of-reviews='{{ jm_metafields.all_reviews_count }}'> from {{ shop.metafields.judgeme.all_reviews_count }} reviews </span> </span> </div> {{ jm_metafields.featured_carousel }} </div> <!-- End of Judge.me code -->