Post installation steps

After the installation of the main packages have been done, we recommend a few additional steps outlined here.

Installation of LokiCheckout_CoreAdminhtml

The main configuration settings for getting the checkout working are included with the main LokiCheckout_Core module. However, for troubleshooting things easily, we recommend the installation of the module LokiCheckout_CoreAdminhtml. It comes with a page for listing all checkout modules and a system check page.

composer require loki-checkout/magento2-core-adminhtml
bin/magento module:enable LokiCheckout_CoreAdminhtml

Optional installation of LokiCheckout_CoreCli

The module LokiCheckout_CoreCli adds a command loki-checkout:modules:dump to dump a listing of all checkout modules to a file app/etc/loki-checkout.json which is required for building the Tailwind sources under a Luma theme. Note for Hyvä themes, this is not required.

composer require loki-checkout/magento2-core-cli
bin/magento module:enable LokiCheckout_CoreCli
Last modified: July 23, 2025