A Shopify accessibility app is a tool you install on your store that finds WCAG failures in your theme and either reports them or fixes them automatically. The good ones edit your Liquid, CSS, and HTML so screen readers, keyboards, and assistive tech actually work. The bad ones drop a JavaScript overlay on top of your store and hope nobody notices. In 2026, with 5,114+ ADA digital accessibility lawsuits filed in 2025 and Shopify stores making up roughly 32% of them, the difference between those two approaches is the difference between real compliance and a demand letter.

This guide walks through what a Shopify accessibility app should actually do, which WCAG 2.2 criteria matter for ecommerce, what the legal floor looks like in 2026, and how to pick one without falling for overlay marketing.

Quick answer

A Shopify accessibility app should do four things, in this order:

  1. Scan every template, product page, collection, cart, and checkout for WCAG 2.1 AA failures (and ideally WCAG 2.2 best-practice criteria).
  2. Report what it found in plain English with specific selectors and criterion numbers.
  3. Fix the deterministic stuff automatically: missing alt text on product images, empty button names, missing lang attributes, weak focus indicators, broken ARIA labels, low-contrast theme colors, skip links, accessible form names.
  4. Leave the judgment calls to you: meaningful alt text on hero images, complex custom widgets, video captions, content order in custom sections.

If an app only does step 4 (“install our widget, we handle everything”), that is an overlay and it will not save you from a lawsuit. The FTC settled with accessiBe in 2024 for $1M over deceptive overlay claims, and law firms now specifically target sites running overlays.

What “accessibility” actually means on a Shopify store

The legal standard in the US is the ADA, interpreted by courts to mean WCAG 2.1 Level AA. In the EU, the European Accessibility Act became enforceable on June 28, 2025 and also points to WCAG 2.1 AA via EN 301 549. WCAG 2.2 is the current best-practice version (published October 2023) and adds nine new success criteria you should care about as a merchant.

For a Shopify store, the criteria that get cited in lawsuits most often are:

  • 1.1.1 Non-text Content - product images, icons, decorative graphics need correct alt text or alt="".
  • 1.3.1 Info and Relationships - form labels, headings, and table semantics.
  • 1.4.3 Contrast (Minimum) - text at 4.5:1, large text at 3:1.
  • 1.4.11 Non-text Contrast - buttons, form borders, focus indicators at 3:1.
  • 2.1.1 Keyboard - every interactive element reachable and operable by keyboard only.
  • 2.4.3 Focus Order - tab order matches visual order.
  • 2.4.4 Link Purpose (In Context) - “Read more” by itself is not enough.
  • 2.4.7 Focus Visible - keyboard focus must be clearly visible.
  • 2.5.8 Target Size (Minimum) - WCAG 2.2 - 24x24 CSS pixel minimum for clickable controls.
  • 3.3.2 Labels or Instructions - every form input needs a programmatic label.
  • 4.1.2 Name, Role, Value - buttons need accessible names, ARIA must be valid.

A real Shopify accessibility app should map findings to these specific numbers so you can hand a report to your lawyer if you ever need to.

If you want to walk through the full compliance process from scratch, our step-by-step guide to making a Shopify store accessible covers the manual side.

Overlay vs. real fix: why this matters

An overlay is a JavaScript widget that injects an accessibility menu (font size, contrast, dyslexia font) on top of your existing store. It does not change your underlying HTML. Screen reader users have been public about overlays interfering with their actual assistive tech, and courts have not accepted overlays as a substitute for compliant code.

A real fix changes the source. If your product image is missing alt text, the fix writes the alt attribute. If your <button> is empty, the fix adds an accessible name. If your focus outline was removed by the theme, the fix restores it in CSS. When a screen reader visits your page, it reads the corrected DOM the same way every other user agent does.

The AmazingPlugins Shopify Accessibility Fixer is built on the real-fix model: it integrates through Liquid and theme assets, scans your store, and writes corrections into the actual HTML and CSS. No widget. No floating button. No popup menu.

What features a Shopify accessibility app should have in 2026

Use this as your checklist when comparing apps:

  • Full-site scan across home, collection, product, cart, checkout, blog, and policy pages
  • WCAG 2.1 AA coverage at minimum, WCAG 2.2 ideally
  • Auto-fix for at least: alt text, empty buttons, lang attribute, skip links, focus indicators, form labels, ARIA roles, link text, color contrast warnings
  • Manual review queue for judgment calls (hero image alt text, video captions, complex widgets)
  • PDF compliance report you can give to a lawyer or insurer
  • Accessibility statement generator
  • Re-scan on demand and on theme update
  • No JavaScript overlay or floating widget
  • Honest about what it cannot fix
  • Priority support for legal demand letters

Anything missing more than two of these is a 2020-era product.

Step-by-step: how to use a Shopify accessibility app properly

Here is the workflow that actually moves the needle, in order:

1. Run a baseline scan before you change anything. You need the “before” state for your records. A PDF report dated before fixes were applied is what an attorney will ask for.

2. Triage by WCAG level and impact. Fix Level A issues first (they are the blocking issues for assistive tech). Then Level AA. Then 2.2 additions. Within each level, fix sitewide template issues (header, footer, nav, product card) before fixing one-off page content, because template fixes propagate.

3. Let the app auto-fix the deterministic stuff. Missing lang="en" on <html>, empty <button aria-label>, missing skip link, focus outline removed by theme CSS, product images with no alt fallback - these have one correct answer and a fixer can apply it safely.

4. Do the judgment calls yourself. Hero image alt text, product photo descriptions that need context (“red leather wallet with brass zipper, open showing six card slots”), video captions, decisions about decorative vs informative images. No tool can do this well. The app should flag them and let you write the alt text in bulk.

5. Test with a real keyboard and a real screen reader. Tab through your homepage. Tab through checkout. Open VoiceOver on macOS or NVDA on Windows and listen to a product page. If you cannot get from “Add to cart” to “Checkout” using only the keyboard, you are not compliant yet, regardless of what the scan says.

6. Publish an accessibility statement. It should name the standard you target (WCAG 2.1 AA or 2.2 AA), the date of your last audit, and a contact method for users who hit a barrier. This is also one of the cheapest signals to a plaintiff’s lawyer that you are taking compliance seriously.

7. Re-scan after every theme update, app install, and major content change. Themes and third-party apps regularly reintroduce regressions.

For a wider view of the issues a scan typically catches, see our breakdown of 10 common accessibility issues on ecommerce sites and how to fix them.

What an accessibility app cannot do

Be honest with yourself about the limits:

  • It cannot write meaningful alt text for your hero or lifestyle imagery. AI-generated alt text helps for bulk product shots but still needs review.
  • It cannot add captions to your video content.
  • It cannot redesign a custom section that has fundamentally broken semantics.
  • It cannot test custom JavaScript-driven flows (a custom product configurator, a custom quiz) with the depth a human auditor would.
  • It cannot guarantee zero lawsuit risk. No tool can. What it can do is reduce your exposure dramatically and produce the documentation that helps you settle quickly if a letter does arrive.

Any app that promises “100% ADA compliance, guaranteed” is overselling. Run.

How AmazingPlugins helps

The AmazingPlugins Shopify Accessibility Fixer is a real-fix app, not an overlay. It installs as a Shopify app and integrates with your theme through Liquid, so corrections live in your actual HTML and CSS, not in a JavaScript layer that breaks assistive tech.

What it handles automatically when safe:

  • Alt text for product images, with bulk editing for the ones that need a human touch
  • Keyboard navigation fixes for theme components that trap focus or skip elements
  • Focus indicators restored where themes have stripped :focus outlines
  • ARIA form labels on cart, checkout-adjacent, and contact forms
  • Color contrast flagging and theme color suggestions
  • Skip links for keyboard users
  • Empty button text filled with accessible names
  • lang attribute added to <html>
  • Link distinguishing text so “Read more” gets context
  • Accessible input names so every form field is announced correctly

The Pro tier adds batch scanning, auto-fix mode where it is safe to apply changes without human review, a PDF compliance report you can hand to legal or your insurer, and priority support if a demand letter does land. We are deliberately honest about what still needs human review: meaningful alt text on lifestyle imagery, complex custom flows, and video captioning.

If you are already deep into compliance work, our Shopify ADA Compliance App full guide digs deeper into the legal side.

Frequently asked questions

Is Shopify already WCAG compliant out of the box?

No. Shopify the platform handles checkout accessibility well, but your storefront is your responsibility. The WebAIM Million 2026 report found 95.9% of home pages have detectable WCAG 2 failures, and Shopify stores are not exempt. Themes, apps, and merchant content introduce the bulk of the issues.

Do I need a Shopify accessibility app if I sell only in the US?

You should have one. The ADA applies to public-accommodation websites, and courts in most circuits have consistently interpreted that to include ecommerce. With 5,114+ digital accessibility lawsuits filed in 2025 and Shopify stores making up roughly 32%, this is now a routine cost-of-doing-business risk. Average settlement cost is around $25,000.

Will an accessibility app slow down my store?

A real-fix app should add almost no runtime cost because its corrections are written into your HTML and CSS once, not re-applied by JavaScript on every page load. Overlay widgets are the ones that hurt performance, because they inject a script that runs on every visit. Check Lighthouse before and after install and verify.

What is the difference between WCAG 2.1 AA and WCAG 2.2 AA for a Shopify store?

WCAG 2.2 added nine new success criteria. The ones that hit ecommerce hardest are 2.4.11 Focus Not Obscured (sticky headers cannot cover focused elements), 2.5.7 Dragging Movements (any drag interaction needs a non-drag alternative), and 2.5.8 Target Size (Minimum) (24x24 CSS pixel minimum for controls). WCAG 2.1 AA is the legal floor in 2026. WCAG 2.2 AA is the smart target.

Can I get sued even if I have an accessibility app installed?

Yes, especially if the app is an overlay. Plaintiffs’ firms have published lists of “overlay sites” and routinely target them. A real-fix app, combined with a published accessibility statement and a documented manual review of judgment-call content, is the combination that holds up. The goal is not zero lawsuits - it is being able to resolve any complaint quickly with documented good-faith effort.

How long does it take to make a Shopify store accessible?

An automated scan and the bulk of deterministic fixes can run in under an hour. The judgment-call content (alt text, video captions, custom widgets) usually takes 4 to 20 hours depending on catalog size. Plan a half-day for the first pass on a 100-product store, and treat it as ongoing maintenance, not a one-time project.

The honest bottom line

A Shopify accessibility app is not a magic compliance button. It is a tool that does the repetitive WCAG work fast and consistently, leaves the human judgment to you, and gives you the documentation to prove you tried. In 2026, with EAA enforced in the EU, ADA lawsuits up 20% year over year, and overlays under FTC scrutiny, the question is no longer whether to use one. It is which kind: a real-fix app that edits your code, or a widget that pretends.

Pick the one that edits your code.