sid-payment / module-instant-eft
SID Instant EFT 付款网关模块,用于通过 SID Instant EFT 指导付款
1.0.0
2016-06-07 06:14 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: 100.0.*
- magento/module-backend: 100.0.*
- magento/module-checkout: 100.0.*
- magento/module-payment: 100.0.*
- magento/module-quote: 100.0.*
- magento/module-sales: 100.0.*
- magento/module-store: 100.0.*
This package is auto-updated.
Last update: 2024-08-29 04:36:58 UTC
README
本扩展利用 SID Instant EFT 付款网关,并提供与 Magento 的无缝集成,使付款可以通过网上银行从 Magento 网站处理。
安装
Composer 安装
如果您已使用 composer 安装了 Magento 2,则可以使用 composer 下载和安装此模块。
导航到您的 Magento 2 根目录
示例
cd /var/www/magento
运行以下命令,使用 composer 下载和安装模块
示例
composer require sid-payment/module-instant-eft
php bin/magento module:enable SID_InstantEFT
php bin/magento setup:upgrade
php bin/magento cache:flush
手动安装
在
示例
mkdir /var/www/magento/app/code/SID
将此 InstantEFT 目录复制到新创建的目录中
示例
cp -R ~/SID /var/www/magento/app/code/SID
从您的 Magento 2 根目录运行设置命令
示例
php bin/magento module:enable SID_InstantEFT
php bin/magento setup:upgrade
php bin/magento cache:flush
您可以使用 bin/magento module:status 检查模块是否已安装
您应该在启用模块列表中看到 SID_InstantEFT
模块配置
登录您的 Magento 2 管理网站,导航到 商店 -> 配置 -> 付款方式 -> SID Instant EFT 以配置付款模块
将“启用”设置为“是”
输入您希望客户在选择订单付款方式时看到的标题
在剩余字段中输入您的 SID 详细信息
点击 保存配置 按钮
管理员使用
以下菜单项将添加到管理员站点 Sales -> SID Instant EFT Payments
这将列出通过 SID Instant EFT 处理的付款
支持
有关支持请求,请访问 http://sidpayment.com/getting-started/ 或发送电子邮件至 support@sidpayment.com。