Skip to main content

Shopify

To integrate Suppa with your Shopify store:

  1. Log in to your Shopify admin panel.
  2. Go to "Online Store" > "Themes".
  3. Click "Actions" for your current theme and select "Edit code".
  4. In the left sidebar, find and click on the "theme.liquid" file under "Layout".
  5. Locate the </head> tag and paste the following code just before it:
<script 
src="https://app.suppa.ai/integration/script.js"
data-api-key="{{ settings.suppa_api_key }}">
</script>
  1. Click "Save".
  2. Go back to "Online Store" > "Themes" and click "Customize" for your theme.
  3. Click on "Theme settings" in the left sidebar, then "Theme settings" again.
  4. Scroll down and click "Add a setting".
  5. Set "Name" to "Suppa API Key", "Type" to "Text", and "ID" to "suppa_api_key".
  6. Enter your actual Suppa API key in the value field.
  7. Click "Save" and publish your theme.