Install Ryviu app
This article presents you the way to install Ryviu from your Shopify store from Shopify app store.
Last updated
This article presents you the way to install Ryviu from your Shopify store from Shopify app store.
Last updated
<!-- RYVIU APP :: WIDGET -->
<div class="lt-block-reviews">
<ryviu-widget
handle="{{product.handle}}"
product_id="{{product.id}}"
title_product="{{product.title}}"
total_meta="{{ product.metafields.ryviu.r_count }}"
image_product="{{ product.featured_image.src | img_url: '100x' }}"></ryviu-widget>
</div>
<!-- / RYVIU APP -->