Skip to content

Shopify

  1. Go to your Shopify Admin Panel.
  2. In the left menu, click Online Store → Themes.

Edit theme code

  1. In the “Current theme” section, click the three dots (⋯) next to the Customize button.
  2. Select Edit code from the dropdown.

Open theme.liquid

  1. In the code editor, expand the layout folder on the left.
  2. Click on theme.liquid to open the main layout file of your theme.

Open theme.liquid

  1. In the Quickchat App, navigate to Your Website → Install.
  2. Copy the generated script.
  3. Paste it just above the </body> tag at the bottom of the theme.liquid file.
<script>
window.__quickchat = {
host: "app.quickchat.ai",
init: "YOUR_AI_ID_HERE"
};
</script>