Shopify
Embed your ioZen intake bot on a Shopify store using the theme editor or an app embed block.
Add your ioZen intake bot to Shopify using the Online Store theme editor.
Recommended Embed Type
Widget for store-wide availability. Inline for a dedicated contact or quote request page.
Option 1: Widget (Store-Wide)
- Go to Online Store → Themes → Customize (or Edit Code for more control)
- In the theme editor, click App embeds (left sidebar)
- If using Edit Code, open
theme.liquidand paste before</body>:
<script
src="https://app.iozen.ai/embed.js"
data-bot="YOUR_BOT_SLUG"
data-mode="widget"
defer
></script>- Save
Option 2: Inline (Specific Page)
- Create or edit a page at Online Store → Pages
- In the page editor, click Show HTML (
<>button) - Paste:
<div id="iozen-inline"></div>
<script
src="https://app.iozen.ai/embed.js"
data-bot="YOUR_BOT_SLUG"
data-mode="inline"
data-container="iozen-inline"
defer
></script>- Save and preview
Troubleshooting
| Issue | Solution |
|---|---|
| Script stripped from page content | Shopify's rich text editor may strip scripts. Use the HTML view or add via theme.liquid instead |
| Bot conflicts with Shopify chat widget | Adjust the widget position or use inline/popup mode instead |
Need help? Email us at hello@iozen.ai.