Debutify Theme
Manual integration with Debutify. If stars are not automatically displayed when downloading the Trustreviews app, please follow these steps:

Suivez-les étapes ci-dessous pour afficher les étoiles en dessous du titre de votre produit sur le thème DEBUTIFY.
- 1.Go to your Shopify Themes menu. (online store -> Themes)
- 2.Click on the "Actions" menu, then select "Edit Code".

- 1.In the code search bar, search for ''review'' and 2 titles should appearbelow the ''SNIPPETS'' section (See screenshot below)
- 2.To view the stars below your product title, go to''review-badge.liquid''.
- 3.Copy and paste the line of code below:
<a href="#trustreviewsFrame"><div class="trustreviews-rating" data-id="{{ product.id }}" data-rating="{{ product.metafields.trustreviews.avg_rating }}" data-raters="{{ product.metafields.trustreviews.num_reviews }}"></div></a>
Paste the line of code below the phrase: (% if badge_template == "product" %)
in the review-badge.liquid section.

Last step - verification
- 1.Check in the ''theme.liquid'' category that the code below is displayed.Copy/paste this code and go to''theme.liquid''. Find if this code is displayed using the commandscmd + f (on macbook) or ctrl + f (on windows).
- 2.If the code is not displayed, paste it before the tag '' </body> ''This code is required for Trustreviews to work properly on your theme.
{{ shop.metafields.trustreviews["global_html_body"] }}
