Enhance your Shopify store by displaying star ratings on your collection page using Ryviu. Follow these steps to integrate the star ratings seamlessly.
From your Shopify admin
Go to Online Store > Themes
Click "..." in the current theme > Edit code
In the Snippets folder, find card-product.liquid
Find the line that includes
{%- if show_rating
Add the following code above it.
<!-- RYVIU APP :: COLLECTION-WIDGET-TOTAL --> <div class="ryviu-collection"><ryviu-widget-total collection=1 product_id="{{card_product.id}}" handle="{{card_product.handle}}" reviews_data="{{card_product.metafields.ryviu.product_reviews_info | escape }}" ></ryviu-widget-total></div> <!-- RYVIU APP -->
Save file.
Find out how to install star ratings on the collection for other themes
Need help?
Get in touch with our support team through live chat or email at [email protected]. We're here to help!