Integrate your Glowstudio agent into your Shopify store.
Access Your Glowstudio Dashboard
Agents
tab or in the URL from the agent designer ex. https://glowstudio.ai/app/eu/agents/gib2no07kqdy1f2m/overviewLog in to Shopify
Edit Theme Code
Online Store
> Themes
Actions
(three dots) > Edit code
Locate theme.liquid
theme.liquid
.Add Integration Code
theme.liquid
file. Just before the closing </body>
tag, paste the following code:Save Changes
Save
button in the top right corner of the code editor.Test Your Integration
VG_CONFIG
options:
Change Position
render
option to ‘bottom-left’ or ‘bottom-right’ to change the widget’s position.Autostart Chat
autostart: true,
to the VG_CONFIG
object to have the widget open automatically when a user visits your store.Custom Styling
stylesheets
array for custom styling:</body>
tag in your theme.liquid
file. If this does not work, try placing it at the bottom of the </header>
tag at the top of the theme.liquied
file.