← Blog

Case study: Numinix.com — AI search on a Zen Cart agency site

We built Seekmodo on the same Zen Cart stack we run for clients — then dogfooded it on numinix.com so agency shoppers stop bouncing off empty search.

If you have ever typed a product nickname into a Zen Cart search box and gotten nothing back, you already know the plot of this story.

Numinix.com is our sister agency storefront — the place where clients download plugins, browse services, and occasionally hunt for that one SKU they swear they saw last week. It runs on Zen Cart, the same platform we have supported for years. When we started building Seekmodo, we made a deliberate choice: ship search we would actually leave turned on for ourselves.

What was broken (in human terms)

Zen Cart’s default search is honest but unforgiving. It is mostly string matching against titles and a few catalog fields. That works when a shopper types the exact product name. It fails when they type the way people talk:

  • Brand shorthand instead of the legal catalog string
  • A half-remembered SKU with a digit wrong
  • “That blue connector for the X harness” energy — category language that lives in a human’s head, not in a products_name column

On an agency site the cost is not always a lost cart. It is a lost trust moment: someone came to download or evaluate, searched, hit a wall, and closed the tab. We were tired of explaining “try a different keyword” to people who were already doing their best.

What we wanted instead

Three non-negotiables:

  1. Typeahead that feels native — suggestions in the header search, not a bolted-on widget that screams “third-party SaaS.”
  2. Something useful on day one — before any paid cloud ranking warmed up. That became Enhanced Native.
  3. No Elasticsearch ops tax — we already run enough infrastructure. We were not going to babysit another cluster for our own marketing site.

What we shipped on numinix.com

We installed the Seekmodo Zen Cart connector the same way a merchant would: zip, activate, pair a tenant, index. Branding stayed off so the results chrome matches the Numinix theme. Then we lived with it.

  • Search swap on the results page so ranked hits replace the brittle LIKE path
  • Suggest / typeahead on the main search inputs
  • Click feedback so ranking can learn which suggestions people actually open
  • A clean fallback if the gateway is ever unreachable — the store never shows a blank “search is broken” state

The interesting part was not the install checklist. It was the first week of our own team using the site the way customers do — typing messy queries on purpose, watching zero-result pages shrink, and noticing when a suggestion saved a round trip to the catalog browse pages.

What “better” looked like for us

We do not publish vanity dashboards for our own site, but the qualitative shift was obvious internally:

  • Support and sales stopped getting “I can’t find the download” pings that were really search failures
  • Navigational queries (plugin names, familiar SKUs) started landing on the right PDP on the first try more often
  • Latency stayed boring — which is the compliment you want for search

More importantly, dogfooding forced product decisions. If something felt janky on Numinix, it was not ready for Redline-class catalogs either. The agency site became our canary.

If you run Zen Cart

You do not need to be an agency sibling to get the same path. Start at Seekmodo for Zen Cart, or grab the installer from /plugins/zen-cart. Enhanced Native is free on install; cloud ranking and MCP come after you pair a tenant.

And yes — you can click around numinix.com and try the search box yourself. That is the whole point of dogfooding.

FAQ

Is Numinix a paying Seekmodo customer?

Numinix is the agency that built Seekmodo. This case study is us running our own product on a live Zen Cart storefront we operate — not a sponsored write-up.

Will my theme break?

The connector is designed to swap search behavior while keeping your theme’s markup. Branding is off by default so results do not stamp a “Powered by” badge unless you want one.

Case study: Numinix.com — AI search on a Zen Cart agency site · Seekmodo