This is an add-on package that adds an alternative theme to the LokiCheckout, with which the shipping step is placed after the billing step.
Install this package via composer (assuming you have setup the composer.yireo.com
repository correctly already):
composer require loki-checkout/magento2-billing-first
Next, enable this module:
bin/magento module:enable LokiCheckout_BillingFirst
Swapping the shipping and billing step from the perspective of the LokiCheckout involves only the actions taken in this module. However, note that some payment providers (mostly those heavily based on JavaScript) require the payment choice to be in the last step. For those PSPs, this module is not an option.
@dev
to the composer command.
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/LokiCheckout_BillingFirst
The following dependencies are declared in the module its `etc/module.xml` file:
LokiCheckout_Core
LokiCheckout_BillingFirst
loki-checkout/magento2-billing-first
magento/framework: ^103.0
loki-checkout/magento2-core: ^2.0
dev-main | 27 August 2025 |