LokiCheckout_CheckoutViaBol
Overview
This module integrates BOL (Checkout via BOL) payment method with Loki Checkout for Magento 2. It bridges the standard BOL payment module with the Loki Checkout interface.
Features
- ✅ BOL payment integration for Loki Checkout
- ✅ Seamless checkout experience
- ✅ Compatible with Loki Checkout 2.x
Requirements
- Magento 2.4.x or higher
- PHP 8.2 or higher
bol/magento2-module-checkoutviabol^1.0loki-checkout/magento2-core^2.0
Installation
Via Composer (Recommended)
composer require loki-checkout/magento2-checkout-via-bol bin/magento module:enable LokiCheckout_CheckoutViaBol bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:clean
Configuration
The module works automatically once enabled. Make sure you have:
-
BOL Payment Method configured:
- Go to: Stores → Configuration → Sales → Payment Methods → Checkout via BOL
- Configure your BOL credentials and settings
-
Loki Checkout enabled:
- Ensure Loki Checkout is active and configured
How It Works
This module acts as a bridge between the standard BOL payment module and Loki Checkout:
- Extends the base BOL checkout functionality
- Provides Loki Checkout compatible templates and components
- Ensures seamless integration without modifying core BOL module files
Notes
Important: The Hyvä-specific payment service has been disabled to prevent compilation errors when Hyvä Checkout is not installed. This module is designed specifically for Loki Checkout (Luma/standard theme).
Support
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/LokiCheckout_CheckoutViaBol.git
Module Dependencies
The following dependencies are declared in the module its `etc/module.xml` file:
Bol_CheckoutViaBol
LokiCheckout_Core
Loki_Base
Loki_Components
Loki_CssUtils
Loki_FieldComponents
Loki_MapComponents
Magento_Backend
Magento_Catalog
Magento_Checkout
Magento_CheckoutAgreements
Magento_Config
Magento_Customer
Magento_Directory
Magento_Eav
Magento_Newsletter
Magento_Payment
Magento_Quote
Magento_Sales
Magento_SalesRule
Magento_Shipping
Magento_Store
Magento_Tax
Magento_Vault
Yireo_CspUtilities
Composer details
LokiCheckout_CheckoutViaBolloki-checkout/magento2-checkout-via-bol
bol/magento2-module-checkoutviabol: ^1.0
loki-checkout/magento2-core: ^2.0
magento/framework: ^103.0
magento/module-store: ^101.0
Releases
| 1.0.0 | 12 August 2026 |
Changelog
[1.0.0] - 12 June 2026
Initial release