Documentation for integrating Find-iQ smart search with a web-shop without a native CMS module — by exposing a price feed in Find-iQ XML format and manually embedding the widget script.
This approach suits shops running custom CMS platforms, static catalogues or any engine for which there is no ready Find-iQ module yet.
If you run OpenCart 3 / OcStore, use the native module instead: find-iq/find-iq_CMS_opencart.
- Your shop generates an XML file that describes all products and categories
- The file is served at a stable URL your shop can update regularly (e.g. every hour)
- In the Find-iQ admin panel you switch connection type to XML Feed and paste the URL
- Find-iQ fetches the feed on a schedule, parses it and indexes the catalogue
- You add the Find-iQ widget script to your shop template (one-time)
- Users see the smart search on your site
See examples/findiq_price_example.xml for a
complete, commented example showing all supported fields with sample values.
Full field reference: docs/xml-feed-format.md.
Make the file reachable, for example:
https://your-shop.com/findiq/feed.xml
It must be accessible without authentication and return Content-Type: application/xml.
Step-by-step: docs/admin-setup.md.
Step-by-step: docs/widget-manual-install.md.
- 👉 Website: find-iq.com
- 📈 Admin panel: app.find-iq.com
- 🧪 Analytics demo: demo.find-iq.com
- 📄 API documentation
✈️ Contact us: @find_iq_com_bot- 🔵 Telegram channel
- 🎞 YouTube channel
- 🐱 GitHub
Distributed under the Apache 2.0 license.