Thanks for installing Editorify! Before you can start showing reviews and ratings on your store, there’s a quick setup step to activate the script in your Shopify theme.
✅ Step 1: Activate the Editorify Script in Shopify
Log in to your Shopify Admin Dashboard
Go to Theme Settings
Click Online Store → Themes
Find your current theme and click Customize
Enable the Script
In the theme editor, click App embeds
Find Editorify – Product Reviews and turn the toggle ON
Click Save in the top right corner
🖼️ Here's what it looks like:
🧩 Step 2: Add Editorify Review Blocks (No Code Needed!)
Once the script is active, you can drag and drop Editorify elements directly in your product pages:
From the theme editor, go to any Product Page
Look for:
Editorify Reviews block
Editorify Star Rating block
Drag the blocks to where you want them
Click Save
📘 Want to customize more?
👉 Check the Block Customization Guide
🔧 Step 3: Use Manual Code Injection (If Needed)
💡 You can skip this step!
If you successfully activated the Editorify script (Step 1) and added the Editorify blocks in your theme editor (Step 2), you’re all set — no need to add any code manually.Only follow the steps below if your theme doesn’t support blocks or the automatic integration didn’t work for your store.
📦 Product Review List + Form
Add this to your product page:
<section id='editorify_review_list_container' class="shopify-section"></section>
⭐ Product Page Rating Stars
Add this under the product title:
<div id='editorify_rating_stars_container'></div>
🛍️ Collection Page Rating Stars
Use this code (replace {product_id}
with your template’s product ID):
<div class="editorify-rating" data-id="{product_id}"></div>
Possible files to edit:
product-card-grid.liquid
product-card.liquid
product-thumbnail.liquid
product-info.liquid
🏠 Homepage Features
Review Slider
<section id="editorify-slider-container" class="shopify-section"></section>
Store Rating
<section id="editorify-store-rating-container" class="shopify-section"></section>
🎉 “Happy Customers” Page (Gold Subscribers Only)
Go to Online Store → Themes → Edit Code
Open the
page.liquid
fileAdd this snippet:
{% include 'editorify_widget', custom_page:true %}
🤝 Need Help?
Not sure where to place the code?
📩 Click here to contact us
Homepage Features
Homepage Slider
To add the review slider to your homepage:
<section id="editorify-slider-container" class="shopify-section"></section>
Store Rating Display
To add the overall store rating to your homepage:
<section id="editorify-store-rating-container" class="shopify-section"></section>
Happy Customer Page (for gold subscribers only)
Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.
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 %}