Installation (Breeze)

Loki Checkout is out-of-the-box compatible with Breeze-based themes (Blank and/or Evolution) by the Yireo_LokiCheckoutBreeze 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 yireo/magento2-loki-checkout-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 its dependencies):

bin/magento module:enable Yireo_LokiCheckoutBreeze Yireo_LokiCheckoutLuma Yireo_LokiCheckout Yireo_LokiComponents Yireo_CspUtilities Yireo_HyvaThemeAutoRegistration

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

Other instructions

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

Last modified: April 8, 2025