AI Chatbot for Shopify: How to Add One and What It Can Answer
Shopify gives you a shop. It does not give you a way to answer the questions that stop people buying. A chatbot fills that gap — but only if it knows your delivery cut-off, your returns window and whether the size 10 is back in stock. This page covers what an AI chatbot on a Shopify store realistically does, how to add one to your theme, what it costs, and where it goes wrong.
The short version
- Most pre-sale questions on a Shopify store are about delivery, sizing, stock and returns. Four topics, over and over.
- An AI chatbot that reads your site can answer three of those four well. Live stock is the hard one.
- Installing on Shopify means pasting one snippet into
theme.liquid. It takes about two minutes and does not need an app. - Expect to pay somewhere between nothing and a few hundred pounds a month. Holp starts at £25.
- The failure mode that matters is not a bot that says “I don’t know”. It is a bot that invents a delivery date.
What Shopify shoppers actually ask
Run a shop for a month and the pattern shows up. The questions that arrive before someone buys are narrow and repetitive:
- Delivery. When will it arrive? Do you ship to Ireland? What is the cut-off for next day? How much is postage on a £20 order?
- Sizing and fit. I am usually a 12, what should I order? Does it run small? What is the chest measurement?
- Stock. Is this coming back? When?
- Returns. Can I send it back? Who pays? How long have I got?
None of these are complicated. All of them are already answered somewhere on your site — usually on a delivery page, a size guide and a returns policy that nobody clicks. That is the whole opportunity. The information exists. It is just three clicks away from the person who needs it, and they are on a phone, on the bus, deciding whether to bother.
A chatbot on a Shopify store is not doing clever work. It is doing retrieval, fast, in the place where the doubt occurs.
What an AI chatbot can and cannot do on a shop
Be clear about the line, because a lot of marketing is not.
| Question type | Can an AI chatbot handle it? | Why |
|---|---|---|
| Delivery times and costs | Yes | Published on your delivery page. Static text, easy to retrieve. |
| Returns policy | Yes | Same. Written once, applies to everything. |
| Sizing guidance | Usually | If your size guide is on the site. If sizing lives only in a PDF or an image, the bot cannot read it. |
| “Is this in stock?” | Only if connected to live inventory | A bot reading your pages sees whatever the page said when it last crawled. That goes stale. |
| “Where is my order?” | No, not without an order lookup | Requires authenticated access to order data. Different problem, different tool. |
| Product recommendations | Partly | It can point at collections and describe products. It is not a stylist. |
| Refunds and cancellations | No | These need a human or a Shopify admin action. A bot should hand over. |
The two rows to pay attention to are stock and order status. Every shop owner wants those. Both need a live connection to Shopify’s data, not a bot that has read your website.
To be straight about it: Holp does not have a Shopify integration today. A Shopify integration is listed as coming in the product. Until it ships, Holp answers from your site content — delivery, returns, sizing, policies, product information as published — and hands over to you for anything that needs live order or stock data. If live stock lookup is the only reason you want a chatbot, wait for the integration or buy something else. We would rather say that than sell you a disappointment.
How to add a chatbot to Shopify
Two routes. One is an app from the Shopify App Store. The other is a snippet in your theme.
The app route
Apps install in a click and appear in your Shopify admin. The trade-off is that you are limited to what is in the App Store, apps can slow your storefront, and some charge through Shopify billing on top of their own plan. If you want deep Shopify data access — live inventory, order lookup — an app is usually the only way to get it.
The snippet route
Most chat tools, Holp included, give you a single line of JavaScript. On Shopify it goes in one place:
- In your Shopify admin, go to Online Store → Themes.
- On your live theme, open the … menu and choose Edit code.
- Under Layout, open
theme.liquid. - Paste the snippet just before the closing
</body>tag. - Save. Load your shop in a private window and check the bubble appears.
That is it. It applies to every page of the shop, including product pages, collections and cart. Duplicate the step on any other published theme you switch between.
One caution: if you use a theme from the Theme Store and later update it, your edit to theme.liquid can be overwritten. Note it somewhere, or paste the snippet again after an update. The same warning applies to any script you add by hand.
Making it answer well
A chatbot on a shop is only as good as what it can read. Three things move the needle more than any setting in the tool:
1. Put your policies in HTML, not images or PDFs
Size guides pasted in as a JPEG are invisible to an AI. So are delivery tables inside a downloadable PDF. If it matters, it should be text on a page. This helps your search rankings too, so it is not wasted work.
2. Make sure the pages are reachable
An AI that crawls your site follows your sitemap. If your delivery page is not in it, the bot never sees it. You can check what a crawler finds with our sitemap extractor, and confirm the file itself is valid with the sitemap validator.
3. Write the answers people actually need
“Standard delivery 3–5 working days” is not enough. Working days from when — order date or dispatch date? What is the cut-off? What happens on a bank holiday? Every ambiguity in your policy becomes a hedge in the bot’s answer, and a hedge is what makes people leave.
What it costs
Chatbot pricing on Shopify splits three ways. Free tiers exist and are genuinely usable for very low volume, though they usually carry branding and cap conversations hard. Mid-tier tools land between £20 and £100 a month. Enterprise suites price per agent seat and per resolution, and get expensive fast once you are past a couple of thousand conversations.
Watch for pricing that scales on resolutions rather than seats. On a shop with traffic, resolution-based pricing can move faster than you expect — every browsing visitor who asks about postage is a billable event. Model it against your actual sessions, not your order count. We break the maths down on what a chatbot actually costs.
Holp starts at £25 a month. See pricing for what is in each plan.
Where shop chatbots go wrong
Inventing delivery dates
The single worst failure. A bot that guesses “it should arrive by Thursday” has just made a promise you have to honour or apologise for. Any tool you use should be constrained to your published policy and should say “I do not have that” rather than estimate. Holp is built to refuse rather than guess, and you can see what it will and will not answer before you install anything with our answerability check.
Blocking the buy button on mobile
A chat bubble sitting on top of “Add to cart” on a 375px screen costs you money. Check every template on a real phone, not a desktop browser window shrunk down.
Firing a popup two seconds after landing
Proactive messages work on considered purchases and irritate on impulse ones. If you use them at all, delay them and trigger on intent — time on a product page, or an exit — not on arrival.
Slowing the storefront
Shopify conversion is sensitive to load speed. Any script you add should load asynchronously and after your page content. Test before and after with a speed tool and keep the number.
Should you bother?
Honest answer: it depends on traffic. Under a few hundred sessions a month, a clear delivery page and a visible email address will serve you better than a chatbot, and cost nothing. The value shows up when you have enough visitors that the same four questions arrive daily and you are answering them by hand in the evening.
If that is you, the calculation is simple. Count the pre-sale emails you answer in a week. Multiply by the time each takes. If it is more than an hour, a £25 tool that handles the repetitive three-quarters pays for itself before you consider the sales you recover from people who would have left instead of asking.
Frequently asked questions
Do I need a Shopify app to add a chatbot?
No. Most chat tools work from a JavaScript snippet pasted into theme.liquid. You only need an app if you want the tool to read live Shopify data such as inventory or order status.
Will a chatbot slow my Shopify store down?
A well-built one will not noticeably. Look for a script that loads asynchronously. Measure your storefront speed before and after installing so you have a number rather than a feeling.
Can a chatbot tell customers where their order is?
Only if it is connected to your order data. A chatbot that has read your website can explain your dispatch times and link to your tracking page, but it cannot look up an individual order.
Does Holp integrate with Shopify?
Not today. A Shopify integration is listed as coming in the product. Right now Holp installs by snippet and answers from your published site content. It cannot read live stock levels or look up orders.
What happens when the chatbot cannot answer?
It should hand over rather than improvise. In Holp, unanswered questions are captured with the visitor’s contact details if they leave them, so you can follow up — and the gap shows in your reporting so you know what to add to your site.
Will it work on my theme?
A snippet-based chat widget works on any Shopify theme, free or paid, because it sits above your theme rather than inside it. Remember to re-add it if you update or switch themes.
Related reading
- What is customer chat support? — the full guide, if you are starting from scratch
- What does a chatbot cost? — pricing models compared
- The best AI agents for customer service in 2026
Sources and pricing checks
We checked the provider-owned sources below on 16 August 2026. Plans, prices and product capabilities can change, so confirm the details that matter to you before buying.