almapay / alma-monthlypayments-magento2
将Alma月度支付集成到Magento 2
5.2.0
2024-09-12 13:05 UTC
Requires
- php: >=7.1
- alma/alma-php-client: >=2.2.0
Requires (Dev)
- mockery/mockery: ^1.3
- dev-main
- 5.2.0
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.9.0
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.0
- dev-renovate/github-actions
- dev-renovate/pre-commit-repositories
- dev-develop
- dev-feature/ecom-1916-ac-fix-all-cis-checks
This package is auto-updated.
Last update: 2024-09-23 10:17:17 UTC
README
此插件为Magento 2添加了一种新的支付方式,允许您使用Alma为客户提供月度支付。
描述
Alma 是一项服务,为商家提供简单且安全的月度支付解决方案。
让您的客户根据自己的节奏支付购买款项!您将立即收到资金,而您的客户将在几个月分期中支付。
此插件通过添加新的支付方式将Alma集成到Magento 2中,您可以激活该支付方式向客户提供月度支付。
安装
先决条件
您首先需要在 dashboard.getalma.eu 上创建您的商家账户并激活您的账户。
安装
使用Composer
安装此扩展件的最简单方法是使用Composer
$ composer require almapay/alma-monthlypayments-magento2
$ bin/magento module:enable Alma_MonthlyPayments
$ bin/magento setup:upgrade && bin/magento setup:static-content:deploy
配置插件
安装插件后,请转到 商店 > 配置 > 销售 > 支付方式
。
在支付方式列表中找到“Alma月度支付”,以开始配置。
填写您的账户的API密钥,您可以在仪表板的 安全页面 上找到这些密钥。
您还可以访问不同的设置来控制插件应在购物车、迷你购物车和结账页面显示的内容。我们建议您在配置满意且准备好接受客户支付之前保持“测试”模式。
一旦一切设置正确,请切换到“实时”模式!