Editorify Help Center
All Categories Getting Started How to inject the Editorify snippet code manually?

How to inject the Editorify snippet code manually?

After installing the Editorify app, it will automatically display the customer reviews on your product page. If you can't see the reviews it's because your theme is customised or it is not supported yet to work automatically. follow the tutorials below in order to inject the code manually.   


There are 4 snippet codes that you can inject to your theme, 

Review comments, Star rating on product page, Star rating on collection page, Happy customer page


Review Comments

  1. Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.

  2. Open product.liquid file in Templates file in Sections folder then copy the code below and paste it right after this code  {% section 'product-template' %}   (check the image below)

{% include 'editorify_widget' %}

e602bd43-11a9-4ffb-89f0-d49544fe2af5.png


Star Rating on Product Page (below product title)

  1. Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.

  2. Open product-template.liquid or product.liquid file in Sections folder then search: 

{{ product.title }}

3. Copy the code below and paste it below the  {{ product.title }}

{% include 'editorify_widget', bellow_title:true %}

b68c1ea4-1d3f-47f8-b539-37038310d992.png


Star Rating on Collection Page

  1. Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.

  2. To inject the Stars rating to the Collection page you need to find the exact file to inject the code, each theme has different name file for it,  Open product-card-grid.liquid or product-card.liquid or product-grid-item.liquid or product-thumbnail.liquid or product-info.liquid file in Snippets and search for:

{{ product.title }}

3. Copy the code below and paste it below the  {{ product.title }}

{% include 'editorify_widget', collection_page:true %}

1cd40a70-f096-495b-b3b4-3292aaadba4e.png

Happy Customer Page (for gold subscribers only)

  1. Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.

  2. Open Page.liquid file in Templates section folder then copy the code below and paste it same as we show in the image below.

{% include 'editorify_widget', custom_page:true %}

067e802f-a235-43de-8947-158e94960dce.png

Need help to place the code? click here to contact us

Was this article helpful?

Thanks for your feedback!