Shopify
In this guide, we’ll go through how to manually add Quickchat AI Widget script directly to your Shopify store.
Add the Quickchat AI Agent to Shopify
Section titled “Add the Quickchat AI Agent to Shopify”Open the theme code editor
Section titled “Open the theme code editor”- Go to your Shopify Admin Panel.
- In the left menu, click Online Store → Themes.
- In the “Current theme” section, click the three dots (⋯) next to the Customize button.
- Select Edit code from the dropdown.
Find theme.liquid
Section titled “Find theme.liquid”- In the code editor, expand the layout folder on the left.
- Click on
theme.liquid
to open the main layout file of your theme.
Paste the script
Section titled “Paste the script”- In the Quickchat App, navigate to Your Website → Install.
- Copy the generated script.
- Paste it just above the
</body>
tag at the bottom of thetheme.liquid
file.
<script> window.__quickchat = { host: "app.quickchat.ai", init: "YOUR_AI_ID_HERE", };</script>