Ryviu Remix

Script : Không cần chỉ cần bật Ryviu Embed là được

<!-- 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 -->

Thuộc tính phụ

  • Ẩn title và image sản phẩm trong form "Write a review".

  • 1 cột trên mobile.


Total Reviews Widget

Thuộc tính phụ

  • Show AVG.

  • Show total widget when no review.

  • Có biến này thì 2 option trên mới nhận


Collections

Thuộc tính phụ tương tự Total Widget




Q&A

Last updated