Modules and extensions: buy, build, repair
An online shop is rarely defined by its platform, but by the modules added to it. This section brings together twenty-four pages on that ground: choosing between buying and building, scoping a need, and understanding what happens when a module stops working.
Who this section is for
People arrive here in two very different states of mind. Either a function is missing: a product configurator, instalment payments, a tracking screen for the team, a notification that does not exist as standard. Or an installed module is causing trouble: it stopped showing after an update, it clashes with another one, it slows every page down, or its vendor has gone quiet.
In both cases the underlying question is the same: how far should you lean on what already exists, and at what point is it better to write code you control. These pages answer by giving the criteria rather than a single recommendation — the right call depends on order volume, on how long the shop is expected to live, and on who will maintain it afterwards.
How the section is organised
The twenty-four pages follow the life of a module. Decision pages first: buy or build, official, third party or bespoke, what actually drives the price, how to scope a need before asking for a quote. Then the most common functional needs: subscriptions and member areas, deposits and instalments, configurators, PDF documents, notifications, an extra field on a product or an order, a business screen in the admin, after-sales handling, background processing.
Then the failures: a module broken by an update, a conflict between two modules, an active module that displays nothing, overwritten changes, a module slowing the shop down, a vendor that disappeared. And finally the life cycle: auditing an existing set of modules, testing before production, uninstalling cleanly, maintaining over time, taking over unfinished work.
What a module actually does to your shop
A module is not a brick sitting beside the site: it fits inside it. On PrestaShop it attaches to hooks, adds its own tables, and may drop a file into override/ to change the behaviour of a core class. That is where most conflicts start: two modules that want to override the same method cannot coexist, and the second simply fails to place its override, often with nothing visible to the merchant.
On WooCommerce the equivalent mechanism runs through actions and filters, and through templates copied into the child theme under woocommerce/. Those copies do not follow the extension's updates: when WooCommerce changes a template, the copy keeps being used as it is, and the page renders from an outdated version. It is the most ordinary reason a checkout loses a legal notice or a field after a version bump.
Keeping those two mechanisms in mind is enough to see why a set of modules degrades over time, and why the question to ask before buying is not only whether it does what you want, but what it touches.
Four pages for the most common questions
-
Buy a module or have one built
The criteria that tip the decision either way, and the cases where buying costs more over time.
-
Conflict between two modules
How to recognise a conflict, isolate it without breaking the shop, and what can be done when neither module can be changed.
-
Module broken after an update
Why a platform update alone can disable a module, and what to check before reinstalling it.
-
What drives the price of a module
What you actually pay for in bespoke work, and the items that make a quote vary threefold.
In this section
-
Buying an off-the-shelf module or having one built
An off-the-shelf module costs less than custom development and covers most common needs. So the real question isn’t «should I…
-
Taking over a module left unfinished by another contractor
A half-finished module, a developer who no longer replies, a store that’s waiting: the question isn’t «can you finish it», but…
-
Maintaining a custom module over time
A custom module is not a finished object. The platform changes version, PHP removes functions, a third-party API changes its…
-
Auditing a store’s module estate
A store a few years old accumulates modules installed for a one-off campaign, replaced without being removed, or inherited from a…
Frequently asked questions
How many modules can a shop carry?
Is a paid module more reliable than a free one?
Can I have a purchased module modified?
My module's vendor has disappeared, what now?
I can't describe my need in technical terms, is that a problem?
Describe your need in one minute
A few targeted questions so I can reply with an estimate rather than another questionnaire.