This Magento 2 module integrates the UserWay Accessibility Toolbar into your Magento 2 store’s frontend, enabling accessibility tools for users to adjust and enhance their browsing experience. Features include contrast adjustments, text scaling, and other accessibility aids.
- Embeds the UserWay Accessibility Toolbar on the frontend of your Magento 2 store.
- Provides end-users with adjustable accessibility settings.
- Easily enable or disable the toolbar from the admin panel.
- Customizable to match brand accessibility standards and compliance requirements.
- Magento 2.4.x or later.
- A UserWay account and Widget Code (available from UserWay).
-
Navigate to your Magento root directory.
-
Install the module via Composer:
composer require studioraz/magento2-userway-accessibility
-
Enable and set up the module by running the following commands:
php bin/magento module:enable SR_UserwayAccessibility php bin/magento setup:upgrade php bin/magento cache:flush
-
Deploy static content if in production mode:
php bin/magento setup:static-content:deploy
- In the Magento Admin panel, navigate to Stores > Configuration > SR Extensions > UserWay Accessibility.
- Set Enable UserWay Toolbar to "Yes."
- Enter your UserWay Widget Code (obtainable from your UserWay account).
- Customize other options as needed, then Save Config.
After setup, the UserWay Accessibility Toolbar will appear on the storefront, giving users options to modify accessibility settings.
To remove the module:
-
Disable the module:
php bin/magento module:disable SR_UserwayAccessibility
-
If installed via Composer, uninstall:
composer remove studioraz/magento2-userway-accessibility
-
Run the following commands:
php bin/magento setup:upgrade php bin/magento cache:flush
For issues or requests, open an issue in the repository or contact Studio Raz.
This module is licensed under the MIT License.