iwaysgmbh/module-pay-pal-plus

Magento 2 的 PayPal PLUS

1.3.6 2021-04-29 10:16 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:52 UTC


README

PayPal PLUS 是一种解决方案,PayPal 在支付选择页面上提供 PayPal、信用卡、直接借记(ELV)和发票支付(Kauf auf Rechnung)作为单独的支付选项。这些支付方式涵盖了德国约80%的客户需求。

无论客户选择哪种支付方式,对于商家来说,始终是单个 PayPal 交易,包括所有由此产生的优势,如卖家保护和轻松退款。

根据买家选择的支付方式,他将被呈现 PayPal 登录页面或银行/信用卡详情的输入掩码。如果 PayPal PLUS 服务不可用,则将显示标准的 Magento 支付方式。

安装

要安装 Magento 2 PayPal PLUS 扩展,您需要需要我们的模块。

有两种可能性

  1. 运行命令 composer require iwaysgmbh/module-pay-pal-plus

  2. 手动添加到您的 composer.json

    "require": { "iwaysgmbh/module-pay-pal-plus": "~1.0.0" }

在 Magento 中启用我们的模块

要使用 Magento 2 CLI 启用我们的模块,请转到您的 Magento 根目录并运行

bin/magento module:enable --clear-static-content Iways_PayPalPlus

为了初始化数据库更新,请运行以下命令

bin/magento setup:upgrade

根据您的 Magento 2 安装设置,您可能需要运行以下附加命令

bin/magento setup:di:compile

现在,Magento 2 PayPal PLUS 模块应该已安装并准备好使用。

问题

请使用我们的服务台:[https://support.i-ways.net/hc/de](https://support.i-ways.net/hc/de)