sussexdev / module-ajaxlogin
A Magento 2 module that opens a modal enabling the customer to login when clicking on the Sign In top link.
Package info
github.com/ScottParsons/module-ajaxlogin
Type:magento2-module
pkg:composer/sussexdev/module-ajaxlogin
1.1.1
2019-01-01 13:49 UTC
This package is not auto-updated.
Last update: 2026-03-15 14:08:53 UTC
README
Overview
A Magento 2 module that opens a modal enabling the customer to login when clicking on the Sign In top link.
Requirements
Magento Open Source (CE) Version 2.2.x
Installation
Include the package.
$ composer require sussexdev/module-ajaxlogin
Enable the module.
$ php bin/magento module:enable SussexDev_AjaxLogin $ php bin/magento setup:upgrade $ php bin/magento cache:clean
Usage
Head to Stores -> Configuration -> Customers -> Customer Configuration, expand the Login Options section and enable the Enable Login Popup option.