← All integrations
Loyaltyby Smile.io

Smile.io on Shopify — accessibility integration audit

Accessibility hot-spots in Smile.io

Loyalty launcher button accessible name

Auto-fix

WCAG: 4.1.2 Name, Role, Value

Persistent launcher widget renders as an icon-only button. Auto-fix adds aria-label="Open loyalty program" + aria-expanded for the open/closed state.

Loyalty-launcher focus management

Auto-fix

WCAG: 2.1.2 No Keyboard Trap

When the launcher opens, focus must move to the first focusable element inside; Escape must close it and return focus to the launcher button. Auto-fix patches the open/close JavaScript to follow the WAI-ARIA dialog pattern.

Smile.io "Points earned" toast async status announcements

Auto-fix

WCAG: 4.1.3 Status Messages

Apps that update content asynchronously — "Discount applied", "Subscription saved", "Review submitted" — frequently announce visually only without a role="status" or aria-live region for screen readers. Auto-fix wraps the toast / status container in role="status" so screen readers announce the update.

Smile.io redemption form form-label associations

Auto-fix

WCAG: 3.3.2 Labels or Instructions

Apps that inject form fields (email capture, SMS opt-in, custom checkout fields) often ship with placeholder-only labels. Auto-fix rewrites the field markup to include a programmatic <label for> + matching id + correct autocomplete value.

FAQ

Is Smile.io accessible by default on Shopify?

Smile.io's vendor-default templates pass standard accessibility checks; merchant customization and the structural patterns the app injects are where regressions appear. The hot-spots above are the predictable failure modes when a real Shopify storefront is audited end to end with Smile.io installed.

Does AccessComply fix Smile.io accessibility issues automatically?

Yes — for the categories marked auto-fix above. AccessComply scans the live storefront with Smile.io active, identifies the WCAG failures the app surface contributes, and writes source-code fixes to your theme via the Shopify Admin API. Fixes that touch the Smile.io layer directly are flagged for Smile.io support follow-up.

Should I uninstall Smile.io for accessibility reasons?

No. Smile.io is a widely-used Shopify app and the accessibility issues are addressable without removing the app. The hot-spots above are predictable structural patterns — every app that does what Smile.io does has a similar list. The fix is to remediate at the storefront level, not to swap apps.

Will fixing Smile.io accessibility break my brand customizations?

No. AccessComply's fixes are scoped to specific WCAG-relevant attributes (aria-label, role, autocomplete, focus styles, contrast on text) and do not change merchant copy, layout, or branding. If a fix produces a regression, the post-fix re-scan triggers automatic rollback to the pre-fix state.

Do I need Smile.io-specific permissions for AccessComply to scan?

No additional permissions. AccessComply scans the rendered storefront the same way Googlebot or any visitor does — through Playwright + axe-core. The scan reads the same HTML the customer sees, including everything Smile.io injects at runtime.

Scan your store with Smile.io installed

AccessComply scans the live storefront — the same HTML Smile.io renders for your customers — and writes source-code fixes for the hot-spots above.