Header image

Loki Checkout CLI wizard

The Loki Checkout covers numerous modules and integrations. Because of this, it is sometimes overwhelming at first what could be done to configure things. This wizard helps you get to the right CLI commands.

Pick your Magento theme
Pick your Loki Checkout skin
Via a skin, you can adjust the layout of the checkout. Instead of using one of the predefined skins, you can also opt for creating your own, reusing parts from other skins.
Pick the countries to sell to
Obviously, you can sell to more countries than the ones shown here. However, for the shown countries, we have created ready-made modules that render placeholders, labels and input masks for the given country, as it is saved within the shipping address or billing address.
Pick the shipment providers to configure
Note that only providers that are maintained by Loki are listed here. Third party extensions require additional steps.
Pick the payment providers to configure
Note that only providers that are maintained by Loki are listed here. Third party extensions require additional steps.
Enable CSP
We highly recommend enabling CSP for additional security. Some payment providers require this to be enabled.

composer config repositories.yireo composer https://composer.yireo.com/

composer config --auth http-basic.composer.yireo.com YOURDOMAIN YOURLICENSE

composer require \
    loki-checkout/magento2-core \
    loki-checkout/magento2-core-adminhtml \
    loki-checkout/magento2-core-cli \
    loki-checkout/magento2-csp \
    loki/magento2-admin-components \
    loki/magento2-base \
    loki/magento2-components \
    loki/magento2-css-utils

bin/magento module:enable \
    LokiCheckout_Core \
    LokiCheckout_CoreAdminhtml \
    LokiCheckout_CoreCli \
    Loki_AdminComponents \
    Loki_Base \
    Loki_Checkout_Csp \
    Loki_Components \
    Loki_CssUtils