zilla/magento2-module
Composer 安装命令:
composer require zilla/magento2-module
包简介
Zilla Magento2 Module using \Magento\Payment\Model\Method\AbstractMethod
README 文档
README
using composer, in your magento webroot, issue the following commands:
composer require zilla/magento2-module
php bin/magento module:enable Zilla_Payments
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
if for some reason composer is not available, obtain the files from the repo, and place them in app/code/Zilla/Payments and then
php bin/magento module:enable Zilla_Payments
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Configuration
- Navigate to Stores → Configuration
- Navigate to Sales → Payments Method
- Enable - this option allows you to enable the Zilla Payment with your Magento store(s). Before enabling the extension, you must fill in the test and live keys.
- Merchant ID - is given to you by Zilla when setting up account.
- Test secret key - is given to you by Zilla when setting up account.
- Test public key - is given to you by Zilla when setting up account.
- Live secret key - is given to you by Zilla when setting up account.
- Live public key - is given to you by Zilla when setting up account.
- Test Mode - select Yes, to enable test environment.
- Merchant ID
- Test secret key
- Test public key
- Live secret key
- Live public key
- Save Config
- Enable = Yes
- Save Config
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-04
