Installation (Breeze)

Loki Checkout is out-of-the-box compatible with Breeze-based themes (Blank and/or Evolution) by the LokiCheckout_Breeze module, in very much the same way that it works with Luma. The term Luma refers here to any theme that is based upon the same stack used by the core themes Magento/blank and Magento/luma. This stack includes jQuery, KnockoutJS, RequireJS and LESS.

Composer installation and module setup

Install the Loki Checkout for Breeze module:

composer require loki-checkout/magento2-breeze

Note that dev-main or specific commits do not work via the composer.yireo.com API. If you want to use the latest development version, use @dev.

Enable the relevant modules (and their dependencies):

bin/magento module:enable `bin/magento module:status | grep -E 'Yireo|Loki'`

Also read our doc on enabling Magento 2 modules

WARNING: When you are using a Hyvä-based theme, do not enable the LokiCheckout_Breeze and/or LokiCheckout_Luma module.

Other instructions

Simply follow the other instructions under Luma. It works in the same way.

Last modified: November 4, 2025