mozgbrasil / magento-fee-php56
fee集成
This package is auto-updated.
Last update: 2024-09-06 11:21:29 UTC
README
Mozg\Fee
概述
支付方式利息模块
安装 - 更新 - 卸载 - 禁用
--
此模块旨在使用Composer安装
在终端中执行以下命令,以查看Composer及其版本的存在
composer --version
如果您环境中没有Composer,建议阅读以下文章点击这里
--
服务器必须支持ionCube PHP Loader扩展
为了查看该扩展是否在您的服务器上激活
请确认您的项目根目录中存在phpinfo.php文件
<?php phpinfo(); ?>
如果您的Magento项目根目录中没有phpinfo.php文件,请创建该文件并添加上述内容
通过浏览器访问该文件
然后搜索"ionCube PHP Loader"术语
如果您的服务器不支持该扩展,请点击这里
在"Loader Downloads API"中,下载与您的服务器兼容的包
解压缩包,并将"loader-wizard.php"文件上传到您的服务器,其中将演示激活扩展的步骤
点击这里查看执行过程
--
要使用MOZG模块,必须接受最终用户许可协议
--
建议保持一个测试环境以进行测试,并且只有在经过适当的测试后,才在生产环境中应用适当的流程
--
建议备份Magento平台和数据库
--
在更新Magento之前,始终确保禁用Compiler和Cache
--
请确认您的项目根目录中存在composer.json文件,并且其参数与以下JSON模式相似
{
"minimum-stability": "dev",
"prefer-stable": true,
"license": [
"proprietary"
],
"repositories": [
{
"type": "composer",
"url": "https?://packages.firegento.com"
}
],
"extra": {
"magento-root-dir": "./",
"magento-deploystrategy": "copy",
"magento-force": true
}
}
如果您的Magento项目根目录中没有composer.json文件,请创建该文件并添加上述内容
要在您的服务器终端项目的目录中安装模块,请执行以下命令
composer require mozgbrasil/magento-fee-php56:dev-master
--
要在您的服务器终端项目的目录中更新模块,请执行以下命令
在进行任何涉及更新的过程之前,建议禁用Compiler和Cache
composer clear-cache && composer update
在出现错误时,将/vendor/mozgbrasil文件夹重命名并重新执行
要检查模块的日期,请执行以下命令
grep -ri --include=*.json 'time": "' ./vendor/mozgbrasil
--
要卸载模块,请执行以下命令
composer remove mozgbrasil/magento-fee-php56 && composer clear-cache && composer update
--
要禁用模块
-
在进行任何涉及更新关于Magento的过程之前,必须保持Compiler和Cache禁用
-
如果您想禁用MOZG模块,请重命名以下文件夹:app/code/local/Mozg
禁用模块可以用来检测某个事件是否与该模块相关
徽章
🐈