If you've decided to use the Shipped AI native chat widget on your Shopify site, use the below instructions to insert the chat widget script.
We recommend installing the widget to a test theme first so you can do internal QAs during the configuration phase. When ready, then publish the changes to the live theme.
Instructions
First check that the "Web Widget" channel is enabled in Shipped Merchant Admin > Channels. If not, click on "Enable".
From Shopify admin, go to "Themes".
On the desired theme, access "Edit theme code".
Locate the "theme.liquid" file.
Right before the closing
</head>
tag, add the below script.<script> window.addEventListener('shipped:chat-script-loaded', () => { const shippedChatWidget = new ShippedAI.ChatWidget({ integrationId: 'your_integration_id', }) }) </script> <script defer type="module" src="https://js.shippedsuite.com/api/chat-widget.js"></script>
From your Shipped Merchant Admin > Channels, copy your integration ID under the "Web Widget" channel.
Replace
your_intergation_id
in the added script with the copied integration ID.Click save.
Preview the theme to see the chat widget.
If you have any questions or need help with the installation, contact us at support@invisiblecommerce.com.