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.
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
- 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.
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
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
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
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)
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
Scope Definition and Purchase Funnel Mapping
We capture all relevant pages and functions: shop home page, category pages, search results pages, product detail pages, shopping cart, checkout steps, login and account area. Each step is documented as a usage scenario to enable a realistic audit from the user's perspective.
Automated Scan and Manual Testing
Automated tools such as Axe and Lighthouse detect around 30 to 40 per cent (project experience) of all WCAG violations. Manual testing covers the rest: screen reader tests with NVDA on Windows and VoiceOver on macOS and iOS, complete keyboard-only navigation through the purchase funnel, zoom testing at 200 and 400 per cent, and evaluation against WCAG 2.2 success criteria.
Audit Report and Prioritisation
Each finding is classified by WCAG criterion, impact and remediability. We prioritise by blocking criteria that prevent purchase completion and by frequency – the number of affected pages and functions. The report includes specific remediation guidance, screenshots and code examples.
Technical Implementation and Retest
On request, we implement the remediation of findings directly in the shop code or as template adjustments. After implementation, we retest the remediated findings and issue the accessibility statement as required by the BFSG. We can also accompany ongoing accessibility monitoring after launch.
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.
- 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
Shop WCAG Audit
Full audit of the entire purchase funnel for SME shops up to 30 pages.
- 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
Shop Complete
Audit, technical remediation and proof from a single source.
- 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
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
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.