How to Insert Star Rating Code Block in Debutify Theme?
Using a compelling website theme has always been one of the effective ways to draw the attention of potential customers. Prospects love to do business with brands when they get impressive navigation experience.
At present, Debutify theme is the first choice of many Shopify store owners because it offers customization options, supports 20+ languages, delights with regular updates, and so on.
Do you want to use the star rating widget to build the social proof?
Just follow these steps and activate the star rating widget effortlessly 👍
Go to “Themes”
Tap on "Actions" and then click on the "Edit code" option
Look for review-badge.liquid file
Copy and paste this code to add the star rating widget to your product page
Copy and paste this code to add the star rating widget to your collection page.

Click on ‘Save’ to finish the process 👍
In case you still face some problems or have some questions, connect with our support team now
At present, Debutify theme is the first choice of many Shopify store owners because it offers customization options, supports 20+ languages, delights with regular updates, and so on.
Do you want to use the star rating widget to build the social proof?
Just follow these steps and activate the star rating widget effortlessly 👍
Go to “Themes”
Tap on "Actions" and then click on the "Edit code" option
Look for review-badge.liquid file
Copy and paste this code to add the star rating widget to your product page
<!--BEGIN_AM_REVIEWS:production:PRODUCT_TITLE_STAR_WIDGET-->{% if shop.metafields.automizely_reviews.show_stars_under_product_name == 'true' %}<div id="automizely_reviews_product_detail_title_star_widget"
data-product-id="{{ product.id }}"
data-ratings="{{ product.metafields.automizely_reviews.ratings }}"
data-raters="{{ product.metafields.automizely_reviews.raters }}"
>
</div>{% endif %}<!--END_AM_REVIEWS:production:PRODUCT_TITLE_STAR_WIDGET-->
Copy and paste this code to add the star rating widget to your collection page.
<!--BEGIN_AM_REVIEWS:production:PRODUCT_COLLECTION_STAR_WIDGET-->{% if shop.metafields.automizely_reviews.show_stars_under_product_name == 'true' %}<div class="automizely_reviews_product_collection_star_widget"
data-product-id="{{ product.id }}"
data-ratings="{{ product.metafields.automizely_reviews.ratings }}"
data-raters="{{ product.metafields.automizely_reviews.raters }}"
></div>{% endif %}<!--END_AM_REVIEWS:production:PRODUCT_COLLECTION_STAR_WIDGET-->

Click on ‘Save’ to finish the process 👍
In case you still face some problems or have some questions, connect with our support team now
Updated on: 05/03/2021
Thank you!