Skip to content
BFSG compliance since 2025

Accessible E-Commerce: the BFSG Duties of Retail

This page maps the obligations across retail: who the BFSG covers, where the micro-enterprise exemption applies, what role marketplaces and third-party sellers play, and what applies to omnichannel, point of sale and self-service terminals. The deadline of 28 June 2025 has passed – shop audit from €2,480 net.

Duties for retailers and marketplaces Deadline passed on 28 June 2025 This site itself meets WCAG 2.2 AA

5 working days

to the audit report

28.06.2025

BFSG obligation since

7.8 M

disabled people in DE

50+

purchase funnels audited (project experience)

Shop accessibility audit

from €2,480 fixed price net
  • BFSG quick check as entry point: €490 net
  • Prioritised audit report within 5 working days
  • Accessibility statement: €390 fixed price
  • Ongoing BFSG monitoring from €49 per month

SME shop up to 30 pages. This website itself meets WCAG 2.2 AA. Without conformance, fines of up to €100,000 (BFSG §37) and formal warnings have applied since 28 June 2025. On request we check eligibility for the BAFA consulting subsidy.

E-commerce is the sector most affected by the BFSG: nearly every transaction between retailer and end customer is now digital. This page answers the questions that come before any technical decision: who in retail is actually obliged? What applies to marketplaces and to third-party sellers' offerings? How far does the obligation reach into physical retail, point-of-sale systems and self-service terminals? And what economic benefit stands against the investment? How an existing shop is technically made accessible is described on the page about the accessible online shop; the order flow in detail is covered on the page about accessible checkout. The legal foundations are set out under BFSG requirements, the prices under pricing.

Shop accessibility · Risk matrix
Barrier risk across the purchase funnel
Frequency times severity per WCAG finding — prioritisation for the shop audit
Axes: severity higher up · frequency higher right32 findings
critical · frequentNow
Checkout fields without label
Payment: error by colour only — blocks the purchase
critical · rarehigh
Session timeout without warning
Affects long checkout sessions
moderate · frequentmedium
Cart update without ARIA live
Variant widget without role · many pages
low · rarelow
Product image without alt text
Individual decorative graphics
Conformance72 %WCAG 2.2 AA
Critical · checkout6Immediate action
Audit report5 daysTurnaround
Shop audit fixed pricefrom €2,480
Purchase funnel prioritised32 findings · live
Shop accessibility audit: conformance status, findings by severity and WCAG principles along the purchase funnel. Example view — values are illustrative.

Why E-Commerce Is Particularly in the BFSG Spotlight

The Accessibility Strengthening Act transposes EU Directive 2019/882 (European Accessibility Act) into German law and applies to providers of products and services offered to consumers. In retail, that covers virtually every online shop selling to end customers. Exceptions apply only to micro-enterprises with fewer than ten employees and an annual turnover below two million euros. For everyone else, from 28 June 2025, digital services – the shop itself, the checkout process, order confirmation emails and apps – must meet the requirements. Violations can be sanctioned by market surveillance authorities. Consumer organisations and disability associations also have the right to issue formal warnings.

According to a study by the Federal Statistical Office, approximately 7.8 million (Statistisches Bundesamt, 2024) severely disabled people lived in Germany at the end of 2023. Add to that older users, people with temporary limitations and those using assistive technologies due to situational constraints. This group is purchasing-ready and growing: demographics and digitalisation reinforce the need for accessible shopping experiences. An accessible online shop is therefore not only a legal obligation, but opens up a customer segment that has so far been excluded by inaccessible shops.

The Business Context in Numbers

71 %
leave the site when they hit a barrier
(Click-Away Pound, 2019)
7.8 M
severely disabled people in DE
(Statistisches Bundesamt, 2024)
28.06.2025
BFSG deadline for online shops
100,000 €
fine range (BFSG §37)

The Biggest Barriers in the E-Commerce Purchase Funnel

Product Search and Filters

Autocomplete suggestions without an ARIA live region are silent for screen readers. Filter bars with checkboxes and dropdowns must be fully keyboard-operable. Faceted filters with dynamic page content require correct ARIA controls relationships.

Product Pages and Variants

Variant selectors (colour, size, configuration) as tile or dropdown widgets must be implemented with correct role, state and keyboard control. Product images need meaningful alt texts. Rating stars must be programmatically readable.

Cart and Order Summary

Quantity fields with stepper buttons, remove functions and live cart updates must be understandable for screen readers. Price updates triggered by quantity changes must be realised as ARIA live announcements.

Checkout and Form Fields

Every form field needs a programmatically associated label, required fields must be marked up, and error messages must be linked to the triggering field via aria-describedby. Multi-step checkouts must announce the current step via breadcrumb and ARIA.

Payment Forms

Embedded payment inputs (iframe-based credit card forms) must be internally accessible. Where the merchant has no control over third-party iFrames, accessible alternatives must be offered. Apple Pay, PayPal and SEPA direct debit as alternatives to card entry reduce input burden.

Order Confirmation and Communication

Order confirmation emails must be semantically structured: heading hierarchy, readable tables for item lists, sufficient contrast and no image-only content. Transactional emails are frequently the blind spot in e-commerce accessibility audits.

WCAG 2.2 Criteria in E-Commerce: The Technical Layer

WCAG 2.2 is organised into four principles: perceivable, operable, understandable and robust. In e-commerce, each principle has concrete manifestations. The perceivability principle primarily concerns product images (Success Criterion 1.1.1 Text Alternatives), video content such as product videos (1.2.x Time-Based Media) and contrast ratios in price displays and buttons (1.4.3 Contrast). The operability principle goes to the heart of the purchase funnel: all interactive elements must be reachable by keyboard (2.1.1), the focus indicator must always be visible (2.4.11 Focus Appearance, new in WCAG 2.2), and for time-limited sessions (automatic logout in checkout) users must be warned and given the option to extend (2.2.1).

The understandability principle is especially critical in checkout: input fields must communicate the expected type of entry (3.3.2 Labels or Instructions), errors must be described in plain text (3.3.3 Error Suggestion), and for legally binding transactions such as orders, review and correction before completion must be possible (3.3.4 Error Prevention). The new success criterion 3.3.7 (Redundant Entry), also new in WCAG 2.2, protects users from having to enter the same data more than once – relevant for billing and delivery addresses in checkout. The robustness principle requires that all content can be correctly interpreted by current screen readers (4.1.2 Name, Role, Value for all UI components).

WCAG 2.2: The new success criteria for retail

WCAG 2.2 added four new success criteria in October 2023 that directly affect e-commerce: 2.4.11 Focus Appearance (minimum size and contrast of the focus indicator), 2.4.12 Focus Not Obscured (Minimum) (focused element not completely covered), 3.2.6 Consistent Help (help links placed consistently) and 3.3.7 Redundant Entry (no repeated entry of already provided information). These must be implemented in new builds immediately and in existing systems no later than the BFSG deadline.

From Finding to Conformance

Checkout remediation: from barrier to conformance

In almost every shop audit we encounter the same patterns: technically working but inaccessible building blocks in the purchase funnel. We fix them directly in the existing shop code or as template adjustments and prove conformance in the retest (project experience).

  • Variant selector widgets without ARIA role and keyboard control
  • Checkout error messages as red borders without text description
  • Product images with missing or redundant alternative texts
  • Filter checkboxes without visible label (tooltip only)
  • Cart updates via JavaScript without ARIA live announcement
  • Session timeout in checkout without warning and extension
Before3 barriers
Field without label
No programmatic label
Error only outlined in red
Contrast 2.9:1
VS
AfterWCAG 2.2 AA
Email address
Label and aria-describedby
Error text in plain language
Contrast 4.7:1

Screen reader test of the entire purchase funnel

Automated tools catch only part of the barriers. We test the core manually: we operate the entire purchase funnel with the keyboard only and listen to it with NVDA and VoiceOver – from product search through the cart to the payable order.

  • NVDA (Windows) and VoiceOver (macOS, iOS) on the real purchase funnel
  • Full keyboard navigation: Tab, Enter, Escape with no traps
  • Zoom test at 200 % and 400 % without loss of content
  • Contrast measurement on prices, buttons and error hints (4.5:1)
Cart widget
Quantity
2+
Subtotal€79.80
Proceed to checkout
NVDA output
Quantity, spin button, 2
Subtotal updated: €79.80
Proceed to checkout, button

Shop Platforms and Accessible Implementation

The choice of shop platform has a direct impact on the effort required for accessibility. Systems such as Shopware Community Edition, TYPO3 with shop extensions or WordPress offer different starting points. Shopware CE has included an improved accessibility mode since version 6.5 that sets basic ARIA attributes for forms and navigation – however, this must be systematically supplemented through templates and custom components. TYPO3 offers good conditions for accessible product pages through its semantic Fluid template system, while individual JavaScript extensions frequently introduce the weak points.

Regardless of platform, the rule applies: a shop's accessibility is only as good as its weakest link. An accessible product listing page is of little help if the checkout form has missing labels and silent error messages. That is why we audit the entire purchase funnel as a usage scenario: from product search through the product detail page, variant selection, shopping cart, checkout steps to order confirmation. We test with NVDA and VoiceOver, with keyboard-only navigation and with browser zoom at 400 per cent to cover all relevant WCAG criteria.

Our Audit Approach for Online Shops

Have your purchase funnel audited before the deadline becomes a risk

We audit your shop against WCAG 2.2 AA, prioritise the critical barriers in checkout and deliver the audit report within five working days – shop audit from €2,480 fixed price.

Business Benefits of Accessible Online Shops

Accessible online shops reach more buyers. People with motor impairments who rely on keyboard navigation, older users with reduced vision and screen reader users only complete orders when the purchase funnel contains no technical dead ends. Studies show that 71 per cent (Click-Away Pound, 2019) of users with disabilities leave a website when they encounter a barrier. For e-commerce, that translates directly into measurable revenue loss: abandoned carts that result not from lack of purchase intent, but from technical inaccessibility.

In addition, accessibility improves overall usability for all users. A checkout with clear error messages and understandable labels reduces the abandonment rate even for users without disabilities. A logical page structure with semantic headings helps search engines crawl and index – WCAG conformance and SEO performance reinforce each other. The investment in accessibility therefore pays off in multiple ways: legal certainty, a broader target audience and measurable conversion improvements.

Accessibility in Physical Retail and Omnichannel

The BFSG does not apply only to pure online shops. Self-service terminals in retail stores, ordering kiosks, digital display systems and apps for click-and-collect must also meet the requirements. In omnichannel retail, complex audit scenarios arise: the web app must be operable by screen readers, the in-store ordering terminal must be usable via keyboard adapter or assistive device, and the app must correctly use the iOS and Android accessibility APIs.

For physical retail, this means: touchscreen kiosks must be operable with the built-in screen reader (iOS VoiceOver, Android TalkBack) or via a connected keyboard. Price and product displays on digital display systems must offer sufficient contrast. Loyalty apps and voucher systems linked to the purchase process also fall under the BFSG obligation. We guide retailers in analysing their entire digital ecosystem and prioritise measures by legal risk and usage frequency. We work closely with the services of accessible web development throughout.

Special Considerations for Marketplaces and Platform Operators

Operators of marketplaces where third-party vendors list their products bear a particular responsibility: they must not only make the platform itself accessible, but also ensure that content uploaded by vendors meets the accessibility requirements. Product images without alt texts, vendor uploads without text descriptions and individual vendor landing pages within the platform can jeopardise BFSG conformance even if the platform structure itself is accessible.

We support marketplace operators in creating editorial guidelines that require vendors to submit accessible content, in integrating automated validations into the upload process (for example, a mandatory alt-text field for product images) and in training internal editorial teams. We also audit the marketplace's API interfaces: programmatic access points for vendors must also comply with the EAA when used as consumer-facing services. We are happy to share concrete reference projects in a personal conversation upon request.

Prices for Accessible E-Commerce

Transparent fixed prices instead of a quote black box. The right entry point depends on shop size and starting condition – after the WCAG audit you receive a binding fixed quote.

BFSG Quick Check

Fast entry: traffic-light assessment of home page and purchase funnel.

€490 one-time
  • Short check of the most critical purchase-funnel pages
  • Traffic-light assessment against WCAG 2.2 AA
  • Immediate measures and risk assessment
  • Creditable towards a later full audit
Request Quick Check
Most popular

Shop WCAG Audit

Full audit of the entire purchase funnel for SME shops up to 30 pages.

from €2,480 fixed price
  • Complete purchase funnel: search to order confirmation
  • Automated scan plus manual screen reader testing
  • Prioritised audit report within 5 working days
  • Accessibility statement optional for €390
Request Shop Audit

Shop Complete

Audit, technical remediation and proof from a single source.

from €4,900 audit + implementation
  • Everything in the Shop WCAG Audit
  • Technical remediation in shop code or template
  • Retest of the remediated findings
  • BFSG monitoring from €49 per month optional
Request Complete Package

All prices net plus VAT. The entry point from €2,480 applies to SME shops up to 30 pages; larger shops and custom checkout flows are quoted after review. Individual documents as accessible PDF from €4.90 per page (minimum flat fee €149 per document).

Deadline 28 June 2025: What is still possible now

For many shops, time is running out. A complete accessibility retrofit of a complex shop with dozens of product categories, a custom checkout and proprietary extensions takes between six weeks and several months depending on the starting point. If you have not yet begun testing, you should first carry out a risk prioritisation: checkout and payment forms are the most critical areas. Request an initial assessment – we help with realistic BFSG project planning.

Three articles on the critical points in retail

For the order journey itself we recommend the article on the accessible checkout. Where product comparisons, price tiers or availability appear in tables, the article on accessible data tables helps. And because login and payment increasingly include additional security steps, the article on accessible authentication and CAPTCHAs explains which methods remain acceptable.

Key Takeaways

  • Since 28 June 2025, online shops, marketplaces and booking systems must be accessible under the BFSG – violations can be sanctioned with up to €100,000 (BFSG §37).
  • The entire purchase funnel counts: product search, variants, cart, checkout, payment and order confirmation must meet WCAG 2.2 AA.
  • We test with an automated scan plus manual NVDA and VoiceOver checks and deliver the audit report within 5 working days.
  • Shop audit from €2,480 fixed price, BFSG quick check from €490, complete package with implementation from €4,900 – all prices net.
  • This website itself meets WCAG 2.2 AA – our own accessibility is our strongest proof.

Frequently Asked Questions on E-Commerce Accessibility

What can we help you with?

One click is enough — everything after that is optional.

Tell us briefly about the project

Everything on this step is optional.

When would you like to start? (optional)
Rough budget range (optional)

Optional — you are not committing to anything.

How can we reach you?

We usually get back to you within one business day.

By submitting you consent to the processing of your details to handle this request. Details in our privacy policy.

Related industries and regions