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

Ali Reviews is a customer review platform that imports only AliExpress reviews to your store. It displays star ratings and can organize a Happy customer page.

Requirement: Make sure the Ali Reviews app is installed in Debutify.

Simply follow these step-by-step instructions to integrate Ali Reviews with 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 product-id="{{ product.id }}" class="alr-display-review-badge"></div>

<div product-id="{{ product.id }}" class="arv-collection arv-collection--{{ product.id }}"></div>

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

<div id="shopify-ali-review" product-id="{{ product.id }}"> {{ shop.metafields.review_collector.review_code }}</div>

STEP 8: Tap Save to confirm your changes.

Did this answer your question?