LokiCheckout_BillingFirst
This Magento 2 module is an add-on package that adds an alternative skin to the LokiCheckout, with which the shipping step is placed after the billing step.
Installation
Install this package via composer:
composer require loki-checkout/magento2-billing-first
Next, enable this module:
bin/magento module:enable LokiCheckout_BillingFirst
Usage
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.
Support
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/LokiCheckout_BillingFirst.git
Module Dependencies
The following dependencies are declared in the module its `etc/module.xml` file:
LokiCheckout_Core
Loki_Base
Loki_Components
Loki_CssUtils
Loki_FieldComponents
Loki_MapComponents
Magento_Backend
Magento_Catalog
Magento_Checkout
Magento_CheckoutAgreements
Magento_Config
Magento_Customer
Magento_Directory
Magento_Eav
Magento_Newsletter
Magento_Payment
Magento_Quote
Magento_Sales
Magento_SalesRule
Magento_Shipping
Magento_Store
Magento_Tax
Magento_Vault
Yireo_CspUtilities
Composer details
LokiCheckout_BillingFirstloki-checkout/magento2-skin-billing-first
loki-checkout/magento2-core: ^2.0
magento/framework: ^103.0
magento/module-store: ^101.1
Releases
| 2.0.0 | 12 June 2026 |
| 1.0.0 | 12 June 2026 |
Changelog
[2.0.0] - 01 June 2026
Fixed
- Rename skin label
- Rename
themetoskin - Add composer description
- Rename composer package
[1.0.0] - 13 January 2026
Fixed
- Initial stable release