studioraz/magento2-userway-accessibility 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

studioraz/magento2-userway-accessibility

最新稳定版本:2.1.0

Composer 安装命令:

composer require studioraz/magento2-userway-accessibility

包简介

UserWay accessibility integration module

README 文档

README

Overview

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.

Features

  • 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.

Requirements

  • Magento 2.4.x or later.
  • A UserWay account and Widget Code (available from UserWay).

Installation

1. Composer Installation

  1. Navigate to your Magento root directory.

  2. Install the module via Composer:

    composer require studioraz/magento2-userway-accessibility
  3. 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
  4. Deploy static content if in production mode:

    php bin/magento setup:static-content:deploy

Configuration

  1. In the Magento Admin panel, navigate to Stores > Configuration > SR Extensions > UserWay Accessibility.
  2. Set Enable UserWay Toolbar to "Yes."
  3. Enter your UserWay Widget Code (obtainable from your UserWay account).
  4. Customize other options as needed, then Save Config.

Usage

After setup, the UserWay Accessibility Toolbar will appear on the storefront, giving users options to modify accessibility settings.

Uninstallation

To remove the module:

  1. Disable the module:

    php bin/magento module:disable SR_UserwayAccessibility
  2. If installed via Composer, uninstall:

    composer remove studioraz/magento2-userway-accessibility
  3. Run the following commands:

    php bin/magento setup:upgrade
    php bin/magento cache:flush

Support

For issues or requests, open an issue in the repository or contact Studio Raz.

License

This module is licensed under the MIT License.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-01