grasch / module-checkout-login-step
N/A
Installs: 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 3
Open Issues: 1
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0
- magento/framework: *
- magento/magento2-base: >=2.4.6
This package is not auto-updated.
Last update: 2025-06-02 18:19:09 UTC
README
Highlight features for module
How to install module?
✓ Install via composer (recommend)
Run the following commands in Magento 2 root folder:
composer require grasch/module-checkout-login-step
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
✓ Install via downloading
Download and copy files into app/code/Grasch/CheckoutLoginStep
and run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
How to configure?
- Go to Stores -> Configuration -> Sales -> Checkout -> Checkout Options -> Login Step Config.
- Enable the module.