Integrations
Add an AI chatbot to WooCommerce
Same one-line install as any WordPress site, with the store pages crawled as products rather than as prose.
₹2,999/month · 20,000 messages · no per-seat or per-resolution fee
A WooCommerce store is a WordPress site with a shop attached, so the install is the WordPress install: one tag, in the footer, through a child theme or a footer-scripts plugin.
What changes is what the bot has to work with. Product pages carry price, variation and stock information in a predictable structure, and Eteon reads them as records rather than as paragraphs — which is the difference between quoting your price and paraphrasing a sentence that mentioned a price.
Install
Follow the WordPress instructions: classic theme, footer.php above </body>; block theme, a footer-scripts plugin or wp_footer from a child theme.
The line looks like this: <script src="https://eteon.net/v1.js" data-bot-id="YOUR_BOT_ID" defer></script>
One tag covers the whole store. It does not need to be added per product or per template.
The questions a store bot has to get right
Does it come in another size. What is the delivery time to my city. What is your returns window. Can I change my order. These are the volume, and none of them are interesting — which is exactly why they should not consume a person’s day.
All four are answerable from content you have already published. The bot’s job is to find the right passage and answer from it, not to compose something that sounds right.
Where WooCommerce differs from Shopify here
Eteon has a direct Shopify connection that reads live stock and looks up orders by number. There is no equivalent WooCommerce connection today, so a WooCommerce bot answers from the crawl.
Stated plainly because it is the thing most likely to disappoint after purchase: on WooCommerce the bot knows what your product pages said when it last crawled them, and it will re-crawl on demand, but it is not reading your database live.
Handover when it matters
Order changes, refunds and anything involving a payment should reach a person, and the bot is built to route them there rather than improvise. The transcript travels with the conversation, so the customer does not restate the problem.
Frequently asked questions
Can it check whether a product is in stock?
It reports what your product pages said at the last crawl, and you can re-crawl whenever the catalogue changes. Live stock reads are a Shopify-only capability today; representing crawl data as live inventory would be exactly the kind of claim this site does not make.
Does it handle variable products with several attributes?
It reads the variations published on the product page. Where a combination is not published, it says it cannot confirm rather than assembling an answer from the options it can see.
Will the widget slow my WooCommerce site down?
The tag is deferred, so the browser finishes laying out and painting your page before it is fetched or executed. Nothing about your page waits on it, and if it fails to load your site is unaffected.
Do I need a developer?
No. You copy one line from your Eteon dashboard and paste it into WooCommerce's own code field. There is nothing to build, no package to install, and no framework requirement.
What does it cost?
Eteon Starter is ₹2,999 a month for 20,000 messages, with a 7-day free trial. There is no per-seat fee and no per-resolution fee, so a busy month costs the same per message as a quiet one.
Related
Build one on your own site
Enter a URL, talk to the bot it produces, and decide from that rather than from this page. No card required.