π In this article
- Prerequisites (5-minute checklist)
- Step 1: Sign up and get license key
- Step 2: Download aisearch.ocmod.zip
- Step 3: Install via OpenCart Installer
- Step 4: Modifications Refresh (important!)
- Step 5: Activate module + license key
- Step 6: Reindex catalog
- Step 7: Verify on frontend
- Troubleshooting common issues
- FAQ
Installing AI Search v1.0.5 on OpenCart 3 or 4 takes a real 5 minutes of active time plus 30-90 minutes of background reindex (store doesn't crash). No coding knowledge needed β everything via standard OpenCart Installer. Step by step with admin screenshots described.
Prerequisites
- Admin access to your OpenCart store (admin URL + login)
- OpenCart 3.0.x or 4.0.x
- ~5 minutes of active work (most time is background reindex)
- No PHP, FTP, SSH, or code knowledge needed
Step 1: Sign up and get license key
- Go to ai-search.cc/register
- Sign up via Google (one click) or email + password
- Pick a tier: Free (up to 200 SKU free) for testing, or paid for production
- In dashboard: Licenses β see your license key (format
XXXXXXXX-XXXXXXXX-XXXXXXXX, e.g.VMILJRPH-G1T5F7PM-IO4MMSUD)
dev.shop.com) and want to move to production (shop.com) β you can change domain freely in dashboard.Step 2: Download aisearch.ocmod.zip
- Dashboard: Downloads
- Click "Download aisearch.ocmod.zip" β gets you a zip archive (~450 KB)
- File is named
aisearch.ocmod.zipβ DO NOT unzip! OpenCart-installer works with the zip directly
Step 3: Install via OpenCart Installer
- OpenCart admin: Extensions β Installer
- Click Upload button (blue, top right)
- Select downloaded
aisearch.ocmod.zip - Wait for "Success: You have modified extensions!" (5-15 seconds)
Step 4: Modifications Refresh
This step is critical β without it module event hooks won't activate.
- Admin: Extensions β Modifications
- Click Refresh button (orange, top right)
- Wait for "Success: You have modified modifications!"
Step 5: Activate module + license key
- Admin: Extensions β Extensions β Modules
- Find AI Search, click green Install button (plus icon)
- After install click blue Edit button (pencil)
- In module admin panel: License Key (paste from dashboard), Status: Enabled, Default Language, Active Stores (multistore)
- Save
Step 5.1: Activate AI Filters (optional)
- Extensions β Modules β find AI Filters
- Install β Edit β Status: Enabled β Save
Step 6: Reindex catalog
Without reindex module works as standard LIKE-fallback. To enable semantic search β index products (more in Documentation):
- Admin: Catalog β AI Search Filters (submenu after install) or back to Extensions β Extensions β Modules β AI Search β Edit
- Click Reindex now
- Leave page open or come back in 30-90 minutes (depends on catalog)
Reindex time depends on catalog size: 200-1000 SKU: ~2-5 minutes; 1000-5000: ~10-30 minutes; 5000-30,000: ~30-90 minutes; 30,000-100,000: ~2-3 hours (Pro/Enterprise tier).
Step 7: Verify on frontend
- Open frontend in new tab
- Try 3 query types in your store search:
- Morphology: plural form ("kettles" instead of "Kettle")
- Typo: "ipone" instead of "iphone"
- Synonym: try alternate term for a product
- Expected: all 3 types return relevant products. If standard LIKE returned 0 β AI Search should find them.
Troubleshooting common issues
FAQ
Can I install AI Search without theme edits?
Yes. Module works through event hooks β no twig changes needed. Verified on thousands of OpenCart themes.
Do I need to disable standard search?
No. AI Search replaces backend search logic via event hooks. Standard search form in your theme header keeps working β results come from our core.
How much RAM on shop server for AI Search?
No more than standard OpenCart. Embedding compute on our GPUs, not yours. Shop only sends/receives API calls.
What if I want to revert to standard search?
Admin AI Search β Settings β Status: Disabled. Or full uninstall via Modules β Uninstall.
Can I have AI Search and another search module simultaneously?
Technically yes, but they may conflict on event hooks. Recommend disabling competing module before activating AI Search.
How to update the module?
Dashboard ai-search.cc β Downloads β fresh zip β Installer β Upload (over old). Modifications β Refresh. Done.