The PrestaShop search that understands your references
Test it first on your own site: search the same reference in three forms — M8x20, M8 x 20, M8-20. If the three result counts differ, this page is for you.
What native search can't do
Reference spellings
“M8x20”, “M8 x 20”, and “M8-20” return three different results — customers only find products if they type exactly how your catalog was entered.
Typos
“wahser” doesn't find “washer”. On a professional site where people type fast, that's a lost sale every time.
Technical structure
Native search compares characters. It doesn't know that M8 is a diameter, stainless a material, DIN 933 a standard.
The integration, concretely
The mechanism PrestaShop provides for
Our module relies on ProductSearchProviderInterface — the interface PrestaShop designed for a module to supply results. Nothing is bypassed, nothing breaks on update.
Your theme doesn't change
The module decides which products come out and in what order. Your templates, faceted filters, and product pages stay exactly yours.
Automatic fallback
If Heurix doesn't respond within a second, native search takes back over. Your visitors never see a broken page.
2 to 3 days
That's the integration time observed for a catalog already exported, settings and checks included.
The module is in beta: provided on request, with direct support from the founder during integration.