Integrate your Eagle Agent into your Shopify store.
Access Your Eagle Dashboard
Agents tab or in the URL from the agent designer ex. https://www.Eagleagents.ai/app/eu/agents/gib2no07kqdy1f2m/overviewLog in to Shopify
Edit Theme Code
Online Store > ThemesActions (three dots) > Edit codeLocate 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.