Available for:
|
In this article
- Reviews Carousel
- Media Grid
- Reviews Board
- Social Media Widget
- UGC Preview Widget
- UGC Preview Widget+Rating
Reviews Carousel
- Go to your Shopify Themes menu and click Actions → Edit Code.
- Open product.liquid, add the following code under {% section 'product-template' %} and click Save.
<div class="crema-product-reviews" data-product-code="{{ product.id }}" data-widget-style="horizontal_scroll"></div>
Media Grid
- From Edit Code menu, open product.liquid.
- Add the following code under {% section 'product-template' %} and click Save.
<div class="crema-product-reviews" data-product-code="{{ product.id }}" data-widget-style="gallery"></div>
Reviews Board
- From Edit Code menu, open product.liquid.
- Add the following code under {% section 'product-template' %} and click Save.
Reviews Board
<div class="crema-product-reviews" data-product-code="{{ product.id }}" data-widget-style="board"></div>
Reviews Board Summary
<div class="crema-product-reviews" data-product-code="{{ product.id }}" data-widget-style="detachable_board"></div>
Social Media Widget
- From Edit Code menu, open product.liquid.
- Add the following code under {% section 'product-template' %} and click Save.
<div class="crema-product-reviews" data-product-code="{{ product.id }}" data-widget-style="external"></div>
UGC Preview Widget
- From Edit Code menu, open product-template.liquid.
- Add the following code under {{ product.description }} and click Save.
<div class="crema-product-reviews" data-product-code="{{ product.id }}" data-widget-style="photo_thumbnail"></div>
UGC Preview Widget+Rating
- From Edit Code menu, open product-template.liquid.
- Add the following code under {{ product.description }} and click Save.
<div class="crema-product-score" data-product-code="{{ product.id }}"></div>
Please refer to our display widgets showcase page for further information about the widgets.
If you need help installing CREMA widgets on your vintage theme, feel free to chat us or email us at support.global@cre.ma