π‘ This document provides guidance on installing CREMA Review widgets and features specifically for Shopify vintage themes.
Key Summary
- This guide is applicable only to merchants using CREMA Review with a Shopify vintage theme.
- The CREMA Review core snippet must be enabled for all other features to function correctly.
- The Reviews Widget and Star Rating components require manual installation by editing your theme's code on product pages.
- Instructions are also provided for installing other optional CREMA widgets on various pages.
This comprehensive guide provides detailed, step-by-step instructions for installing and configuring CREMA Review on your Shopify store, specifically tailored for vintage themes. By following these instructions, you will enable the core CREMA Review snippet and manually embed essential features like the Reviews Widget and Star Rating directly into your product pages, ensuring seamless integration and functionality.
Before You Begin: Theme Compatibility
This guide is specifically applicable to:
- Merchants using CREMA Review with a Shopify vintage theme.
- If you are using Shopify Online Store 2.0, please refer to our Shopify Online Store 2.0 guide.
- If you are not sure which theme version you are using, refer to Shopify's instructions.
In this article
STEP 1. Enable CREMA Review core snippet
β IMPORTANT
The CREMA Review core snippet needs to be enabled for the service to function properly across your store.
To enable the core snippet, follow these steps:
- From Shopify's theme editor of your vintage theme, click App embeds on the left-hand menu.
- Turn ON the core snippet toggle and then click Save.
STEP 2. Install Reviews Widget and Star Rating manually on product pages
Reviews Widget
- Go to your Shopify Themes menu and click Actions β Edit Code.
- Open the product.liquid file. Add the following code under the
{% section 'product-template' %}element and then click Save.
<div class="crema-product-reviews" data-product-code="{{ product.id }}" data-widget-style="list_v3"></div>
Star Rating
- From the Edit Code menu, open the product-template.liquid file.
- Add the following code under the
{{ product.title }}element and then click Save.
<div class="crema-product-reviews-score" data-product-code="{{ product.id }}" data-format="{{{stars}}} {{{score}}} ({{{reviews_count}}} reviews)"></div>
Besides Reviews Widget and Star Rating, you can also follow the steps below to install our other widgets to your vintage theme.
- Installing optional widgets on product pages (vintage themes)
- Installing CREMA Widgets on main page (vintage themes)
- Installing Star Rating on catalog & collection pages
- Adding Review Request Pop-up (vintage themes)
If you need help installing CREMA widgets on your vintage theme, feel free to chat with us or email us at support.global@cre.ma
Frequently Asked Questions
Q. I'm not sure if my Shopify theme is a vintage theme or Online Store 2.0. How can I confirm this?
Q. After following the installation steps, the Reviews Widget or Star Rating is not appearing on my product pages. What should I check?
{% section 'product-template' %} for the Reviews Widget and under {{ product.title }} for Star Rating) in the correct .liquid files. Also, clear your browser's cache or try viewing the page in an incognito window. If issues persist, please reach out to our support team at support.global@cre.ma for assistance, providing details of the steps you've taken.Q. Can I install other CREMA widgets on my vintage theme using a similar manual code editing process?