E-commerce

E-commerce is explicitly named in the European Accessibility Act, and the checkout is where accessibility barriers stop a sale rather than merely annoying someone.

Why e-commerce is different

Two things separate an online shop from most other sites.

The first is that the barriers land on a transaction. Elsewhere, a contrast failure makes something harder to read. In a checkout, a focus trap in the payment modal means the sale does not happen — and neither you nor the customer finds out why.

The second is that e-commerce is named in the legislation. The European Accessibility Act lists it explicitly among the covered services. Most sectors have to reason about whether they are in scope; online shops selling to consumers in the EU mostly do not.

Where audits actually find problems

Across the shops I have looked at, the findings concentrate in the same places.

The checkout carries the critical band. Form errors that are never announced, card fields that block paste, address fields without autocomplete, and a payment iframe that a keyboard cannot reach. Each one on its own is a fix of a few lines. Together they mean the journey cannot be completed without sight and a mouse.

Filters and sorting are usually custom, and usually broken. Faceted navigation is almost always a bespoke component. It updates results asynchronously, and it almost never announces that anything changed — so a screen reader user applies a filter and, as far as they can tell, nothing happened.

Variants are distinguished by colour alone. Colour swatches with no text alternative fail 1.4.1 outright, and they are the commonest “small” finding on a product page.

Product images do the selling and say nothing. The image showing the fabric texture, the size chart rendered as a JPEG, the ingredient list photographed on the back of the packet. Every one of those is information available only to people who can see it.

What to do first

  1. Audit the checkout end to end, by keyboard alone and then with a screen reader.
  2. Audit one product page and one listing page — they are templates, so one fix closes hundreds of URLs.
  3. Fix what stops completion before what degrades the experience.
  4. Re-test, because a fix nobody verified is a fix nobody has confirmed.
  5. Publish an accessibility statement that says what you found and what is still open.

Auditing templates rather than URLs is what makes this affordable. A shop with four thousand products has perhaps six templates.

Frequently asked questions

Does the European Accessibility Act apply to my online shop?

E-commerce aimed at consumers is explicitly within the scope of the Directive, so it is the most likely part of your business to be covered. Whether it applies to you specifically depends on your national law, your size, and what you sell. Microenterprises providing services — under 10 people and under €2m — may be exempt from the service obligations, but the threshold is one you can grow out of. Consult legal counsel for a determination.

Which pages should I audit first?

The checkout, then the product page, then the listing and filters. That order follows the money: a barrier at checkout stops a transaction that was otherwise about to complete, which is the most expensive failure on the site.

Our platform is Shopify. Is it already accessible?

A platform gives you a starting point, not a result. The theme, the apps you have installed, the custom sections and the content you upload all change the outcome — and product images, alternative text and colour-only variant swatches are yours regardless of platform. Audits of hosted shops routinely find critical barriers.

What about our payment provider's iframe?

It is third-party content you have chosen to embed, and your customers experience it as part of your checkout. It should be in scope for the audit. If it has barriers you cannot fix, that is worth knowing early — it becomes a procurement conversation with your provider.

Regulatory requirements vary by jurisdiction, service, organisation and other factors. Uxerfy provides accessibility assessments and compliance-oriented information, not legal advice or legal certification. Consult qualified legal counsel for a determination of your obligations.

Check your own site

Prioritised findings, with the evidence and how to fix them.