Garden centres and nurseries are rarely on a fibre backbone. They sit at the edge of town, down a lane, in a valley, under a polytunnel with a single overworked router — and the connection wobbles. A delivery van passes the mast, the weather turns, the line just blinks. On a busy Saturday with a queue building, that blink cannot be allowed to stop the till.
This is where the shape of the software decides everything. Plenty of "cloud" point-of-sale is really a web page: every keystroke needs the server, so the moment the line drops the screen freezes and the queue stops with it. The cloud was supposed to make you resilient; built this way, it makes you fragile.
A resilient till takes the opposite approach at the counter. It is a separate, purpose-built point-of-sale app that runs on the device in front of the cashier, backed by a system of record behind it. The app rings the sale, takes the money and prints the receipt locally, then pushes the completed result upstream. The connection carries the result of a sale; it isn't needed to make one.