Add the Maison concierge chat to your Shopify store by editing a single theme file — no coding experience needed. Shopify official site ↗
Before you start
- Owner or staff account access with Theme permissions in your Shopify admin
- Your Client UUID — find it in the Business Console under Settings
Steps
Open Online Store > Themes in your Shopify admin
Log into your Shopify admin at yourstore.myshopify.com/admin. In the left sidebar, click Online Store, then click Themes.
Click Actions > Edit code on your current theme
Find your current active theme (it will be labelled Current theme). Click the Actions dropdown button next to it and choose Edit code. This opens Shopify's built-in code editor.
Open theme.liquid
In the left panel of the code editor, find the Layout folder and click theme.liquid. This is the master template file used on every page of your store.
Paste the script tag before </head>
Use the editor's search (Ctrl+F or Cmd+F) to find
</head>. Click just before it and paste this line on a new line above it.Paste the init script before </body>
Still in the same file, search for
</body>. Paste the following snippet on a new line just above it. Replace YOUR_CLIENT_UUID with the UUID from your Business Console.Click Save
Click the Save button at the top-right of the code editor. Your changes are live immediately — no separate publish step is needed.
Visit your store and verify
Open your live storefront in a new browser tab. The Maison chat icon should appear in the bottom-right corner. To confirm, open your browser DevTools (press F12), switch to the Elements tab, and look for
#maison-chat-iconin the DOM.
agent.maison-labs.com to the script-src allowlist in your store's CSP header.For the full list of configuration options, control methods, and callbacks, see the Widget SDK Reference.
Common mistakes
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.bottom: 20, not bottom: '20px'. Values are plain numbers representing pixels — do not include units.Not sure if it's set up correctly? Use the Site Diagnostic tool.