nofrixion/magento2-payments-module
Composer 安装命令:
composer require nofrixion/magento2-payments-module
包简介
Nofrixion online payments for Magento 2
README 文档
README
NoFrixion.com online payments for your Magento 2 store.
System Requirements
The NoFrixion payments module is designed to be compatible Magento 2.4.4 onwards (note, support for the 2.4.0-2.4.3 release line ended on November 28, 2022).
For the underlying Magento dependencies, please refer to the Magento system requirements.
Installation, Updates & Removal
It is recommended to use the composer PHP package manager for production magento deployments. composer can be used to install, update and remove the NoFrixion magento 2 module.
Installation
Install the NoFrixion payments module using composer by running the following commands:
composer require nofrixion/magento2-payments-module php bin/magento module:enable Nofrixion_Payments php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
* it is also possible to install the module by downloading the ZIP file from github and extracting it to {magento-install-directory/app/code/Nofrixion/Payments. Then run the last four commands in the sequence above to enable the plugin. This method is NOT recommended for production environments.
Note, there are several third-party caching products that may be deployed in your Magento environment and prevent the payments module from appearing in the Magento administration interface. If the Nofrixion Payments module is not visible after following the above steps, most third party caches will be cleared by restarting the apache server.
Updates
If you have installed the payments module using the composer command specified above, you can update the plugin using composer. From a shell session on your magento server, run:
composer update nofrixion/magento2-payments-module php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
If you are updating a production environment, we recommend placing the store in maintenance mode first.
Removal
To remove the payment module:
- Login to the Magento storefront administration panel and:
- Disable the module in the
Stores -> Configuration -> Sales -> Payment Methodssection. - Go to the cache management page and refresh any caches with a status of 'invalidated'.
- Disable the module in the
- Open a shell to your Magento server and:
- Disable the module at server level by running
php bin/magento module:disable Nofrixion_Payments. - Run
composer remove nofrixion/magento2-payments-module. - Apply database updates by running
php bin/magento setup:upgrade(for production, also add the parameter--keep-generatedor you will need to runphp bin/magento setup:di:compileagain.)
- Disable the module at server level by running
- Depending on how caching services are configured on your Magento server it may be necessary to restart the application stack at this point.
Configuration
See the NoFrixion guide on configuring the magento2-payments-module
Known Issues
There is a known issue where PayPal buttons render over the tooltip. This has not been directly fixed in the plugin as it would would involve applying styles to another vendor's module. Affected merchants can resolve this issue by applying the following style to the header section of the Magento storefront theme via Content -> Design -> Configuration.
<style> iframe { z-index: 1 !important; } </style>
Troubleshooting
If something goes wrong during installation or during deployment, just follow the typical Magento 2 module installation steps. The NoFrixion Payments module follows all Magento 2 standards and should not be any different.
- Switch or make sure you are in developer mode
- Remove all temporary files to make sure your latest changes are being applied. This is done by emptying the cache (typically in
MAGENTO_ROOT/var/cacheor your cache server, like Redis) and the files generated inMAGENTO_ROOT/generatedandMAGENTO_ROOT/var/view_preprocessed. - Try again
- If this is a production server, make sure you switch back to production mode
nofrixion/magento2-payments-module 适用场景与选型建议
nofrixion/magento2-payments-module 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 94 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 03 月 07 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 nofrixion/magento2-payments-module 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 nofrixion/magento2-payments-module 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 94
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-07