unzerdev/shopware6

Shopware 6 的 Unzer 支付集成

维护者

详细信息

github.com/unzerdev/shopware6

源代码

安装次数: 5,044

依赖项: 0

建议者: 0

安全性: 0

星标: 10

关注者: 9

分支: 11

类型:shopware-platform-plugin

6.2.4 2024-09-19 10:23 UTC

README

Shopware 6 的 Unzer 支付集成,包括以下支付方式

  • 支付宝
  • Apple Pay
  • Bancontact
  • 信用卡
  • EPS
  • Google Pay
  • iDEAL
  • 发票
  • PayPal
  • 预付款
  • SEPA 直接借记
  • SOFORT
  • TWINT
  • Unzer Direct
  • Unzer 直接借记(安全版)
  • Unzer 发票 B2C/B2B(安全版)
  • Unzer 分期付款(安全版)
  • 微信支付

有关插件兼容性,请参阅Shopware 商店页面

安装

生产环境

  1. 将插件文件上传到您 Shopware 安装中的 custom/plugins 文件夹。
  2. 在插件目录 custom/plugins/UnzerPayment6 中运行 composer install --no-dev
  3. 切换到管理员模式,使用 Shopware 插件管理器安装插件并按需配置。

开发环境

  1. 将插件仓库克隆到您 Shopware 安装中的 custom/plugins 文件夹。

  2. 在插件目录中运行 composer install

  3. 转到插件管理器并安装/激活插件。

  4. 在 Shopware 文件夹内运行以下命令

    ./psh.phar administration:build

    ./psh.phar storefront:build

这将自动生成插件正确工作所需的所有文件

配置

实际插件安装后,需要将新的支付方式添加到所需的销售渠道。目前,唯一支持的销售渠道是 Storefront。

更多信息和配置,请参阅手册