The main Magento 2 core module of the LokiCheckout is called Yireo_LokiCheckout. It contains the barebones functionality of the checkout, based on another module called Yireo_LokiComponents (plus some other modules). It also offers themes and grid layouts to modify the entire checkout quickly.
Configuration settings
Yireo > Yireo LokiCheckout > General > Enable: To enable or disable the LokiCheckout. Probably you will keep this on at all times.
Yireo > Yireo LokiCheckout > General > Theme: The complete layout of the checkout can be switched with themes.
Yireo > Yireo LokiCheckout > General > Grid Layout: All HTML elements in an address block (shipping address, billing address) are ordered according to a Grid Layout (created via a file etc/loki_checkout.xml). This setting configures the default grid.
Yireo > Yireo LokiCheckout > General > License Key: Your LokiCheckout license key as found in our shop and used on the composer level.
Yireo > Yireo LokiCheckout > Debugging > Enable Debugging: With debugging enabled, further details are added through the checkout, ideal for development.
Yireo > Yireo LokiCheckout > Debugging > Add Hints to HTML Output: Adds an HTML comment in each LokiComponent for reviewing via your browser.
Yireo > Yireo LokiCheckout > Debugging > Add Debug Block: Similar to the original Magento template hints behaviour, this adds a popup with meta-information for each LokiComponent. Either you like it or you find it hugely annoying.
Yireo > Yireo LokiCheckout > Field settings > Use Required Block: Each required field could be styled with an additional required block. In Luma, this is nice. In Hyvä, this is not needed because the styling is done via CSS.
Yireo > Yireo LokiCheckout > Field settings > Enable Same As Billing Checkbox: The checkbox that let's customers reuse their shipping address as billing address (or vice versa) could be toggled here.
Yireo > Yireo LokiCheckout > Field settings > Hide Region When Optional: With some countries, the region is required. With some, it is optional. When this option is enabled, the region field disappears if it is optional for the choosen country.
Yireo > Yireo LokiCheckout > Field settings > Enable VAT ID for Companies: With this option enabled, the VAT ID field is hidden if there is no value for the company given.
Yireo > Yireo LokiCheckout > Shipping settings > Select Default Shipping Method: With this option enabled, the first shipping method is automatically selected.
Yireo > Yireo LokiCheckout > Billing settings > Select Default Payment Method: With this option enabled, the first payment method is automatically selected.
Store Configuration options for the main core module