Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.11 KB

Magento Checkout Login Step extension

A simple module which enhances the checkout process by introducing a new step: Login. Customers can log in to their accounts. By allowing customers to log in during checkout, it provides a seamless and personalized experience, enabling faster order processing and access to their saved information.

1. How to install Magento Checkout Login Step

Add the following lines into your composer.json

"require":{
    ...
    "solution-pioneers/magento-checkout-login-step":"{version}"
 }

or install via composer

composer require solution-pioneers/magento-checkout-login-step

Then execute the following commands:

$ composer update
$ bin/magento setup:upgrade
$ bin/magento setup:static-content:deploy

Snapshot

Customer login action

ScreenShot

Customer registration action

ScreenShot