Ryviu Remix

Script: No need—just enable Ryviu Embed.

<!-- RYVIU APP :: Settings global -->	
<script> 
    var ryviu_global_settings = {{shop.metafields.ryviu.user_settings }};
    var ryviu_version = '{{ ryviu_version }}';
</script>
<script>
    const boostPopup = ryviu_global_settings?.review_settings?.boost_popup || false; 
    const ryviuShop = '{{ shop.permanent_domain }}';
</script>
<!-- RYVIU APP -->

Reviews Widget

<!-- RYVIU APP :: WIDGET -->
<ryviu-widget
    product-id="{{ product.id }}"
    shop="{{ shop.permanent_domain }}"
    handle="{{ product.handle }}"
    title="{{ product.title }}"
    image="{{ product.featured_image.src | image_url: width: 100 }}"
></ryviu-widget>
<!-- / RYVIU APP -->

Sub-attributes

  • Hide the product title and image in the “Write a review” form.

  • Single column on mobile.


Total Reviews Widget

Sub-attributes

  • Show AVG.

  • Show total widget when no review.


Collections

Sub-attributes similar to the Total Widget.




Q&A

Last updated