loki-checkout / magento2-login-before-other-steps
N/A
Fund package maintenance!
yireo
www.paypal.me/yireo
Installs: 110
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:magento2-module
pkg:composer/loki-checkout/magento2-login-before-other-steps
Requires
- loki-checkout/magento2-core: ^2.1
- loki/magento2-components: ^2.2
- magento/framework: ^103.0
- magento/module-customer: ^103.0
- magento/module-store: ^101.1
This package is auto-updated.
Last update: 2025-12-15 14:59:03 UTC
README
This is an addon Magento 2 module for the LokiCheckout. It adds a new theme Login Before Other Steps (login-first) to the LokiCheckout, requiring visitors to login in a first step before accessing other steps like the shipping and the billing step.
Installation
Install this package via composer:
composer require loki-checkout/magento2-login-before-other-steps
Next, enable this module:
bin/magento module:enable LokiCheckout_LoginBeforeOtherSteps
WARNING: Please note that the Magento core option Allow Guest Checkout (path checkout/options/guest_checkout) should be set to Yes to allow for this module to do its work. With guest checkout disabled in the Magento core, a visitor will never be able to access the checkout, because Magento will redirect the request directly back to the cart.