All Collections
Integrations
Debutify 2.0.2
How to integrate Ryviu into Debutify?
How to integrate Ryviu into Debutify?
Mirza Asad Baig avatar
Written by Mirza Asad Baig
Updated over a week ago

Ryviu app is among the most popular customer product reviews platform that enables you to import reviews from Aliexpress, Amazon, CSV file, Etsy, and Dhgate. With paid and free memberships, this app aids in escalating your conversion and establishing credibility for your dropshipping business or e-commerce site.

Requirement: Make sure the Ryviu app is installed in Debutify.

STEP 1. Under Sales Channels, select Online Store.

STEP 2. On the right portion of the page, click on Customize.

STEP 3. Located on the bottom part of the sidebar menu, tap Theme actions.

STEP 4. Tap Edit Code.

STEP 5. Go to the Snippets folder.

STEP 6. Paste this code in review-badge.liquid file

<div class="review-widget">

<ryviu-widget-total

reviews_data="{{product.metafields.ryviu.product_reviews_info | escape }}"

product_id="{{product.id}}" handle="{{product.handle}}">

</ryviu-widget-total>

</div>

<div class="ryviu-collection">

<ryviu-widget-total collection=1

reviews_data="{{product.metafields.ryviu.product_reviews_info | escape }}"

product_id="{{product.id}}" handle="{{product.handle}}">

</ryviu-widget-total>

</div>

STEP 7. Paste this code in review-widget.liquid file:

<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>
โ€‹

STEP 8: Tap Save to confirm your changes.

Did this answer your question?