Shopify Integration
Add Wewell's intelligent beauty widgets to your Shopify store in minutes
Overview
Integrating Wewell with Shopify is straightforward and can be done in two ways. Choose the method that works best for your comfort level with code editing.
Theme Editor (Easy)
Use Shopify's built-in theme customization tools
- No coding required
- User-friendly interface
- Less risk of errors
Code Editor (Advanced)
Direct access to theme files for maximum control
- More flexibility
- Better for developers
- Requires coding knowledge
Method 1: Theme Editor (Recommended)
Access Theme Customization
From your Shopify admin, navigate to Online Store → Themes
Open Theme Settings
In the theme customizer, click on "Theme Settings" at the bottom of the left sidebar
Find Additional Scripts Section
Look for sections like:
- "Additional Scripts"
- "Custom Code"
- "Footer Scripts"
- "Additional Content & Scripts"
Add Wewell Script
Paste the following code into the additional scripts field:
<script type="module" src="https://widget.wewell.io/wewell.es.js?v=1"></script>
Save Changes
Click "Save" to apply the changes to your theme
Method 2: Code Editor (Advanced)
Important Notice
Always backup your theme before making code changes. This method requires basic HTML knowledge.
Access Theme Code
Go to Online Store → Themes → Actions → Edit Code
Locate theme.liquid File
In the file explorer, expand "Layout" and click on "theme.liquid"
Find Closing Body Tag
Search for </body>
in the file (usually near the bottom)
Insert Wewell Script
Add the script just before the closing </body>
tag:
<!-- Wewell Beauty Widget -->
<script type="module" src="https://widget.wewell.io/wewell.es.js?v=1"></script>
</body>
Save File
Click "Save" to save your changes
Verification & Testing
How to Verify Integration
Success Indicators
Widget Appears
Wewell buttons or interfaces are visible on product pages
Questionnaire Works
Customers can complete the skin matching questionnaire
Ingredient Scanner
Ingredient analysis tool is functional and responsive
Troubleshooting
Widget Not Appearing
Console Errors
Theme Conflicts
Need Help?
If you're still experiencing issues, our support team is here to help: