hryvinskyi/magento2-remove-amasty-registration-notice
最新稳定版本:1.0.0
Composer 安装命令:
composer require hryvinskyi/magento2-remove-amasty-registration-notice
包简介
This module removing amasty registration notice in admin panel
README 文档
README
This module removes the Amasty extension registration notices that appear in the Magento admin panel. It provides a cleaner admin experience by eliminating these repetitive notifications.
Features
- Removes Amasty registration notices from the admin panel
- No configuration required - works automatically after installation
- Lightweight solution with no impact on performance
Requirements
- Magento 2.4.4 or higher
- PHP 8.1 or higher
- Amasty Base module
Installation
Composer (recommended)
composer require hryvinskyi/magento2-remove-amasty-registration-notice bin/magento module:enable Hryvinskyi_RemoveAmastyRegistrationNotice bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
Manual Installation
- Download the module and upload it to
app/code/Hryvinskyi/RemoveAmastyRegistrationNotice - Enable the module and update the database:
bin/magento module:enable Hryvinskyi_RemoveAmastyRegistrationNotice bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
How It Works
This module overrides the getMessage() method in Amasty's license registration view model to return null instead of registration messages, effectively removing the notice from admin panels.
License
MIT
Author
Volodymyr Hryvinskyi
Email: volodymyr@hryvinskyi.com
GitHub: https://github.com/hryvinskyi
统计信息
- 总下载量: 320
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-04
