hryvinskyi/magento2-remove-amasty-registration-notice 问题修复 & 功能扩展

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

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

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

demonstration.png

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

  1. Download the module and upload it to app/code/Hryvinskyi/RemoveAmastyRegistrationNotice
  2. 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

GitHub 信息

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

其他信息

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