Boodil Open Banking Gateway

安装: 30

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 2

开放问题: 0

类型:magento2-module

1.0.3 2023-07-03 13:43 UTC

This package is auto-updated.

Last update: 2024-10-03 16:41:13 UTC


README

Magento 2 - Boodil 支付

  • 前往: 商店 > 配置 > 销售 > 支付方式 > Boodil 支付方式
  • 它适用于访客和登录用户。

先决条件

  • Composer: 2.x
  • PHP: 7.4, 8.0, 8.1
  • Magento: 2.3,2.4

安装

  1. Composer 安装

    • 导航到您的 Magento 根目录
      cd path_to_the_magento_root_directory
    • 然后运行以下命令
      composer require kiwicommerceltd/boodil
    • 确保 composer 安装完成且没有错误
  2. 命令行安装

    • 备份您的网页目录和数据库。
    • 这里下载最新的安装包 源代码 (zip)
    • 导航到您的 Magento 根目录
      cd path_to_the_magento_root_directory
    • 将安装包的内容上传到您的 Magento 根目录
    • 然后运行以下命令
      php bin/magento module:enable Boodil_Payment
  • 安装扩展后,运行以下命令
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
  • 从后端退出并重新登录。