This is an add-on package for adding support for the shipping solution of Post NL to the LokiCheckout.
Install this package via composer (assuming you have setup the composer.yireo.com
repository correctly already):
composer require loki-checkout/magento2-post-nl
Next, enable this module:
bin/magento module:enable LokiCheckout_PostNl
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/LokiCheckout_PostNl
The following options of this module can be configured via the Store Configuration:
loki_checkout/post_nl/enable_maps
The following LokiComponents are created or references in this module:
loki-checkout.shipping.shipping-methods.tig_postnl_regular.form
The following dependencies are declared in the module its `etc/module.xml` file:
Magento_Backend
Magento_Config
Magento_Customer
Magento_Store
TIG_PostNL
Yireo_IntegrationTestHelper
LokiCheckout_Core
Loki_Components
Loki_FieldComponents
LokiCheckout_PostNl
loki-checkout/magento2-post-nl
magento/framework: ^103.0
magento/module-backend: ^102.0
magento/module-customer: ^103.0
magento/module-config: ^101.2
magento/module-store: ^101.0
tig/postnl-magento2: ^1.16
loki-checkout/magento2-core: ^2.0
loki/magento2-css-utils: ^1.0
loki/magento2-components: ^2.0
loki/magento2-map-components: ^0.1
ext-pcre: *
dev-main | 29 August 2025 |
2.0.7 | 28 August 2025 |
2.0.6 | 26 August 2025 |
2.0.5 | 21 August 2025 |
2.0.4 | 18 August 2025 |
2.0.3 | 15 August 2025 |
2.0.2 | 06 August 2025 |
2.0.1 | 01 August 2025 |
2.0.0 | 22 July 2025 |
$css
wrapperYireo_Loki*
to Loki*
yireo/magento2-loki*
to loki/magento2*
LokiCheckout_Core
to 2.0.0getCartRepository()->save()
to getCheckoutState()->saveQuote()