qbo-tech / compropago-magento2
ComproPago Magento2 模块
1.0.0
2016-02-29 21:14 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- compropago/php-sdk: ^1.1
- magento/framework: 100.0.*
- magento/module-checkout: 100.0.*
- magento/module-config: 100.0.*
- magento/module-directory: 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-09-24 11:01:15 UTC
README
描述
本模块允许您在 Magento 的电子商务平台中集成 ComproPago 服务。通过 ComproPago,您可以接收 OXXO、7Eleven 以及墨西哥其他许多商店的付款。
帮助
要求
安装
您需要访问系统控制台以执行以下命令
-
定位到 Magento2 的安装目录
cd path/to/magento2
-
使用 Composer 下载 ComproPago Magento2 模块。
-
通过删除 Magento2 根目录下 composer.json 文件中的以下行来解除 Magento2 安装中仓库的约束
{ "repositories": [ { "type": "composer", "url": "https://repo.magento.com/" } ] }
-
使用 Composer 下载模块的最新版本
composer require compropago/magento2 && composer -o dumpautoload
-
-
在 Magento2 中激活 ComproPago 模块
php bin/magento module:enable Compropago_Magento2
-
更新 magento 的依赖注入
php bin/magento setup:upgrade
-
执行系统缓存清理
php bin/magento cache:flush
-
在 Magento 管理面板的 商店 > 配置 > 销售 > 付款方式 > 其他付款 部分配置模块。