LokiCheckout_CheckoutViaBol

Checkout
module.payment
PHP 8.1 - 8.4
Magento 2.4.7 | 2.4.8
CSP Yes
PHPStan 9
Magento PHPCS 9
Latest Release 1.0.0

BOL Checkout for Loki Checkout

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.0
  • loki-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:

  1. BOL Payment Method configured:

    • Go to: Stores → Configuration → Sales → Payment Methods → Checkout via BOL
    • Configure your BOL credentials and settings
  2. 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
Magento module name
LokiCheckout_CheckoutViaBol
Composer name
loki-checkout/magento2-checkout-via-bol
Composer version
No release yet
Default branch
main
Requirements
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 24 June 2026
Changelog

[1.0.0] - 12 June 2026

Initial release

Last modified: June 9, 2026