Zum Inhalt springen
BFSG compliance since 2025
Accessible CheckoutScreen Reader OptimizedBFSG Compliant

Making Online Shops Accessible: From Product Catalog to Checkout

The BFSG mandates accessibility for online shops. But an accessible shop is more than correct HTML code: product search, filtering, cart, checkout and payment must be operable for everyone, including screen reader, keyboard and voice control users.

50+

accessible projects

7.8M

severely disabled in DE

100/100

Lighthouse accessibility

WCAG2.2

conformance level AA

Online shops pose special accessibility challenges because they map complex interaction processes: the user must find products, compare, configure, add to cart, enter an address, choose a payment method and complete the order. Each of these steps can contain barriers that make purchasing impossible for people with disabilities. The Accessibility Strengthening Act addresses exactly this situation: B2C online shops must be accessibly designed since June 28, 2025. We systematically audit your shop and remove the barriers that prevent your customers from buying.

Critical Areas in an Online Shop

Not all areas of an online shop are equally critical for accessibility. Product search and navigation form the entry point: if a blind user cannot find the search field or operate the category navigation with the keyboard, the shop is unusable before they see a single product. The product page must describe images with meaningful alt texts, present technical details in structured form and enable variant selection via keyboard. The checkout, finally, is the most sensitive area: form fields with correct labels, understandable error messages, clear process steps and accessible payment options determine whether the purchase can be completed.

Accessible Product Search

Search field with correct label and ARIA attributes. Autocomplete suggestions navigable by keyboard and announced by screen readers. Search results with clear structure and sorting options.

Accessible Filters and Facets

Filter areas as fieldsets with legends. Checkbox and radio groups with correct association. Live result updates with ARIA live regions so screen reader users perceive the change.

Product Images and Galleries

Meaningful alt texts describing the product, not just the filename. Image galleries with keyboard-accessible navigation. Zoom functions operable with magnification software.

Accessible Cart

Quantity changes with correct labeling and live sum updates. Remove buttons with clear reference to the respective item. Summary of all items in tabular, semantically correct form.

Accessible Checkout

Step indicator with ARIA attributes. Form fields with labels, required field hints and error text on validation issues. Payment options as proper radio group. Order confirmation with clear summary.

Customer Account and Registration

Accessible registration with comprehensible password requirements. Login form with correct autofill. Order overview, invoice download and address management operable by keyboard and screen reader.

Checkout Accessibility: The Most Sensitive Area

The checkout is where accessibility determines revenue or abandonment. A sighted user orients visually: they see the red border around an incorrectly filled field and the error text below. A screen reader user perceives none of this if the field is not programmatically linked with the error message. A user with motor impairments who only uses the keyboard cannot reach the order button if it falls outside the tab sequence.

We implement checkout accessibility systematically: every form field receives a programmatically linked label. Required fields are marked via aria-required and visual hint. Error messages are associated with the respective field via aria-describedby and appear in an error summary at the page top. Focus is automatically moved to the first erroneous entry after validation errors. Payment options are implemented as a radio group also operable with arrow keys. The order confirmation contains an accessible summary of all order details.

Product Pages: Technical Accessibility Requirements

An accessible product page must serve multiple audiences simultaneously. Blind users need meaningful alt texts for product images that do not just name the product but describe relevant visual details: color, material, perspective. Users with low vision need sufficient contrast and the ability to enlarge text to 200 percent without losing functionality. Users with motor impairments must be able to select variants and reach the add-to-cart button without using a mouse.

Special challenges arise from product configurators, size charts and comparison features. A configurator with dropdown menus must be keyboard-operable and announce the selected configuration comprehensibly for screen readers. Size charts must be implemented as HTML tables with correct header markup, not as images. Comparison features must present compared properties in an accessible structure that is understandable without visual side-by-side display.

Platform-Specific Accessibility

Shopware CE

Adaptation of the Storefront theme for WCAG 2.2 conformance. ARIA attributes in product listings, filters and checkout. Accessible forms in registration and customer account. Plugin review for accessibility barriers.

WordPress and Shop Extensions

Theme optimization for semantic structure and keyboard accessibility. Accessible checkout templates for WordPress-based shops. Gutenberg editor training for accessible content. Plugin audit for accessibility conflicts.

Custom Developments and Headless

ARIA patterns for SPA frameworks (React, Vue, Svelte). Route change announcements, focus management in dynamic components, live regions for asynchronous updates. Component library audit.

TYPO3 and CMS-Based Shops

Accessible templates for TYPO3-based shop frontends. Content element training for editors. Third-party extension review for WCAG conformance. Automated CI pipeline integration.

Accessible Payments and External Payment Providers

Payment processing is an area where shop operators frequently depend on external providers. Embedded payment forms from third parties can introduce their own accessibility issues: iFrames without accessible titles, credit card fields without labels, CAPTCHAs that screen readers cannot solve. We audit the accessibility of integrated payment providers, document barriers outside your control and recommend alternative payment paths where needed.

Where possible, we configure payment providers for maximum accessibility: correct labeling of embedded fields, accessible error handling and accessible confirmation pages. In the accessibility statement, we transparently document which areas are fully conformant and where unavoidable limitations exist, along with alternative contact options for affected users.

Our Audit Process for Online Shops

Accessibility in the Checkout Process

The checkout is the most business-critical area of an online shop and simultaneously the area where accessibility barriers cause the greatest economic damage. A form field without correct label association, an error message displayed only visually, or a button unreachable by keyboard: each of these barriers can make purchase completion impossible for users of assistive technologies. Our audits test the entire purchase process: from product search through shopping cart to order confirmation, we test every step with screen readers, keyboard navigation and various magnification levels. Remediation prioritizes the checkout above all other page areas because the direct connection between accessibility and revenue is most evident here.

BFSG Conformance as Competitive Advantage

The obligation for accessibility under the BFSG is regarded by many shop operators as a pure compliance task. In doing so, they overlook the economic potential: approximately 7.8 million (Federal Statistical Office, 2023) severely disabled people live in Germany, plus millions with temporary or age-related limitations. An accessible shop unlocks this purchasing power while simultaneously improving the user experience for all customers. Clear structure, understandable navigation and fast usability are quality characteristics that users without disabilities also appreciate and that translate into longer dwell time and higher conversion rates.

Furthermore, accessible shops benefit from better search engine rankings. Semantic HTML, correct heading structures and descriptive alt texts are relevant not only for screen readers but also for search engine crawlers. An accessible implementation typically leads to cleaner code structure, faster load times and better mobile usability, all factors that positively affect organic visibility.

Our training courses equip your development team with the knowledge to implement new shop features accessibly from the start. This makes accessibility an integral part of your development process rather than remaining a retroactive obligation.

Frequently Asked Questions About Shop Accessibility