alma / alma-monthlypayments-magento2
2.9.0
2022-09-12 07:22 UTC
Requires
- php: >=7.1
- alma/alma-php-client: >=1.8.0
Requires (Dev)
- mockery/mockery: ^1.3
- dev-main
- 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-feat/change-vendor-name
- dev-fix/INT-1000-change-upgrade-script
- dev-feature/INT-39-remove-dev-dependency
- dev-feature/INT-676-test-or-live
- dev-feature/INT-746-refactor
- dev-fix/INT-823-rollback-share-of-checkout
- dev-fix/INT-760-client-is-no-defined
- dev-fix/INT-672-share-of-checkout-wording
- dev-feature/INT-748_ipn_cancel_order
- dev-feature/INT-723-B2B
- dev-featture/INT-617-refund
- dev-feature/share-of-checkout
- dev-feat/add-translations-linker-script
- dev-feat/INT-537-new-languages-and-translations
- dev-feature/INT-501_Badge_for_configurable
- dev-fix/remove-registry-method
- dev-feature/docker-env-mage24-php74
- dev-feature/docker-env
- dev-feature/php5.6
- dev-develop
This package is auto-updated.
Last update: 2022-10-04 13:21:58 UTC
README
此插件向Magento 2添加了一个新的支付方式,允许您通过Alma向客户提供月付款选项。
描述
Alma 是一个为商家提供简单且安全的月付款解决方案的服务。
让您的客户按自己的节奏付款购买!您将立即收到资金,而您的客户将稍后通过几个月的分期付款来支付。
此插件通过添加一个新的支付方式将Alma集成到Magento 2,您可以通过激活此支付方式向客户提供月付款。
安装
先决条件
您首先需要在 dashboard.getalma.eu 上创建您的商家账户并激活您的账户。
安装
使用Composer
安装扩展的最简单方法是使用Composer
$ composer require alma/alma-monthlypayments-magento2
$ bin/magento module:enable Alma_MonthlyPayments
$ bin/magento setup:upgrade && bin/magento setup:static-content:deploy
配置插件
安装插件后,转到 商店 > 配置 > 销售 > 支付方式
。
在支付方式列表中找到 "Alma每月付款" 以开始配置。
填写您账户的API密钥,您可以在仪表板的 安全页面 上找到这些密钥。
您还可以访问不同的设置来控制插件应在购物车、迷你购物车和结账页面显示什么。我们建议您在配置满意且准备接受客户付款之前保持 "测试" 模式。
一切设置妥当后,请切换到 "实时" 模式!