Wechat/Alipay/UseePay Payments
#UseePay Wechat
<1>Installation安装
1 - unzip de module in app/code/UseePay/Wechat
2 - enable module: bin/magento module:enable --clear-static-content UseePay_Wechat
3 - upgrade database: bin/magento setup:upgrade
4 - re-run compile command: bin/magento setup:di:compile
In order to deactivate the module bin/magento module:disable --clear-static-content UseePay_Wechat
In order to update static files: bin/magento setup:static-content:deploy
Important: make sure that php path is correct in bin/magento file
<2>后台插件配置配置:
第一步:登录进入magento后台,点击STORES-->SALES-->Payment Methods 找到支付方式配置商户号
第二步:选择Useepay Wechat支付方式,配置商户信息,点击保存
#UseePay Alipay
<1>Installation安装
1 - unzip de module in app/code/UseePay/Alipay
2 - enable module: bin/magento module:enable --clear-static-content UseePay_Alipay
3 - upgrade database: bin/magento setup:upgrade
4 - re-run compile command: bin/magento setup:di:compile
In order to deactivate the module bin/magento module:disable --clear-static-content UseePay_Alipay
In order to update static files: bin/magento setup:static-content:deploy
Important: make sure that php path is correct in bin/magento file
<2>后台插件配置配置:
第一步:登录进入magento后台,点击STORES-->SALES-->Payment Methods 找到支付方式配置商户号
第二步:选择Useepay Alipay支付方式,配置商户信息,点击保存
UseePay Payments
<1>Installation安装
- unzip de module in app/code/UseePay/Payments
- enable module: bin/magento module:enable --clear-static-content UseePay_Payments
- upgrade database: bin/magento setup:upgrade
- re-run compile command: bin/magento setup:di:compile
In order to deactivate the module bin/magento module:disable --clear-static-content UseePay_Payments
In order to update static files: bin/magento setup:static-content:deploy
Important: make sure that php path is correct in bin/magento file
<2>后台插件配置配置:
参照上述插件配置