承接 white-nl/commerce-mollie-plus 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

white-nl/commerce-mollie-plus

最新稳定版本:3.0.2

Composer 安装命令:

composer require white-nl/commerce-mollie-plus

包简介

Commerce Mollie Plus Plugin for Craft 5

README 文档

README

Mollie Plus plugin for Craft CMS, official version by WHITE Digital Agency

Requirements

  • This plugin requires Craft CMS 5.0.0 or later.
  • This plugin requires Craft Commerce version 5.0 or later.
  • A valid Mollie account is required. Don't have an account yet? Create a Mollie account.
  • The Craft website should be publicly accessible.
  • To configure the plugin, changing settings should be allowed in Craft (allow admin changes), and a user who is an Admin in Craft.

Installation

To install Mollie Plus plugin for Craft CMS, follow these steps:

  1. Open your terminal and go to your Craft project:
    cd /path/to/project

  2. Then tell Composer to load the plugin:
    composer require white-nl/commerce-mollie-plus

  3. Install the plugin via the CLI:
    ./craft plugin/install commerce-mollie-plus

You can also install the Mollie Plus plugin using the Plugin Store in the Craft Control Panel. Go to Settings → Plugins and click the “Install” button for Commerce Mollie Plus.

Customize mollie payload

You can change the payload that's been sent to Mollie by hooking into the event

use white\commerce\mollie\plus\gateways;
use white\commerce\mollie\plus\events\CreatePaymentRequestEvent;

Event::on(
   Gateway::class,
   Gateway::EVENT_CREATE_PAYMENT_REQUEST,
   function (CreatePaymentRequestEvent $event): void
   {
         $event->request['orderNumber'] = $event->transaction->getOrder()->getId();
   }
);

"Mollie Plus" versus "Mollie for Craft Commerce"

Mollie plus is a drop-in replacement1 for Pixel & Tonic’s Mollie for Commerce plugin. We advise to replace it by Mollie Plus. It will be a seamless transition.

(Don't directly replace your current Mollie gateway, instead create a new gateway as the webhook handling depends on different responses)

Documentation

Documentation

Mollie Plus for Craft CMS is brought to you by WHITE Digital Agency

Footnotes

  1. The plugin will run completely independently of the Mollie plugin. You even can run both plugins at the same time.

统计信息

  • 总下载量: 11.52k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2022-01-24