Yireo_LokiCheckoutMollie

This is an add-on package for adding support for the payment solution of Mollie to the LokiCheckout.

Current status: Stable

Installation

Install this package via composer (assuming you have setup the composer.yireo.com repository correctly already):

composer require yireo/magento2-loki-checkout-mollie

Next, enable this module:

bin/magento module:enable Yireo_LokiCheckoutMollie

Support

For getting support, create an Issue under the following project URL:

https://gitlab.yireo.com/loki-checkout/Yireo_LokiCheckoutMollie

Todo

Module
Module Setup
Payment logos
Payment methods
iDEAL
Credit and debit card Vault
Credit and debit card
Mastercard
Maestro
Visa
American Express
Cartes Bancaires
Klarna
SEPA Direct Debit / Bank Transfer
PayPal
Riverty
in3 Business
Billie
Bancontact
Satispay
PostePay
BANCOMAT Pay
Bacs
paysafecard
TWINT
Gift cards
Alma
Edenred
Belfius
KBC
EPS
Przelewy24
BLIK
Trustly
Swish
Pay by Bank
iDEAL in3
Google Pay
ApplePay (portal)
ApplePay

Versions

dev-main 27 February 2025
0.0.4 25 February 2025
0.0.3 21 February 2025
0.0.2 21 January 2025
0.0.1 21 January 2025

Composer details

Magento module name Yireo_LokiCheckoutMollie
Composer name yireo/magento2-loki-checkout-mollie
Composer version 0.0.4
Default branch main
Requirements mollie/magento2: ^2.0
yireo/magento2-loki-checkout: ~0.0
yireo/magento2-loki-components: ~0.0
yireo/magento2-loki-field-components: ~0.0
magento/framework: ^103.0
magento/module-checkout: ^100.0
magento/module-customer: ^103.0
magento/module-payment: ^100.0
magento/module-quote: ^101.0
magento/module-sales: ^103.0
magento/module-store: ^101.0
magento/module-vault: ^101.0
ext-pcre: *

Changelog

[0.0.4] - 25 February 2025

Fixed

  • Rename checkout:payment:method-activate to loki-checkout prefix
  • StepForwardButton not activated after component updates
  • Destroy components before updating their HTML
  • Attempt to remove Mollie CSS

[0.0.3] - 21 January 2025

  • Finalize Mollie Components

[0.0.2] - 21 January 2025

  • Typo in version strings
  • Remove unneeded SearchCriteriaBuilderFactory

[0.0.1] - 21 January 2025

  • Add proper deps
  • Initial release

Additional comments

Make sure the module Mollie_HyvaCheckout is disabled!

Tip: When not all your payment methods show up, note that the payment method listing of Magento is filtered with the listing that Mollie is able to serve. This is done by fetching active methods via the API (Mollie\Payment\Model\MollieConfigProvider::getActiveMethods). And this leads into specific settings for specific methods. For instance, the Dutch Ideal method is only there if the Magento currency is set to Euro, not US dollar.

Tip: If you want to configure Mollie from the CLI, use our module Yireo_LokiCheckoutMollieDevTools

Last modified: February 21, 2025