Dabish Digital
E-commerce

When product filtering is worth the effort

There is no clever trick in this one, just a handful of decisions worth making deliberately. Product filtering is not free, and pretending otherwise leads to bad decisions.

In e-commerce every friction point has a price attached, and the arithmetic is unusually easy to check. Most teams find the first pass takes an afternoon and the maintenance takes minutes a month.

When it is worth it

Filters should reflect how customers choose, not how you catalogue. The teams that handle this well are rarely the ones with the biggest budgets. If it only works because one person remembers to do something, it does not work yet.

When it is not

If nothing downstream depends on it and nobody is complaining, it can wait. The cost of getting this wrong is rarely visible on the day it happens.

How to decide

Keep filter state in the URL so results can be shared. Where this goes wrong is almost never a lack of knowledge. The failure mode is not doing it wrong, it is doing it once and assuming it stays done.

How to tell if yours is fine

Trust does most of the selling online, and trust is built from unglamorous details. Three things worth confirming about product filtering before you move on:

  • Someone can say what the current setup is without going to look
  • Filters should reflect how customers choose, not how you catalogue — and you know whether that is true here
  • There is a way to tell whether the last change to this helped

Worth checking on your own setup before it becomes someone else's problem to fix.