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.
Install the Loki Checkout for Breeze module:
composer require yireo/magento2-loki-checkout-breeze
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
Yireo_LokiCheckoutBreeze
and/or Yireo_LokiCheckoutLuma
module.Simply follow the other instructions under Luma. It works in the same way.