qbo-tech/compropago-magento2

ComproPago Magento2 模块

安装: 7

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 3

类型:magento2-module

1.0.0 2016-02-29 21:14 UTC

This package is auto-updated.

Last update: 2024-09-24 11:01:15 UTC


README

stability-stable

描述

本模块允许您在 Magento 的电子商务平台中集成 ComproPago 服务。通过 ComproPago,您可以接收 OXXO、7Eleven 以及墨西哥其他许多商店的付款。

在 ComproPago 注册 佣金

帮助

要求

安装

您需要访问系统控制台以执行以下命令

  • 定位到 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 管理面板的 商店 > 配置 > 销售 > 付款方式 > 其他付款 部分配置模块。