sussexdev/module-ajaxlogin

A Magento 2 module that opens a modal enabling the customer to login when clicking on the Sign In top link.

Installs: 3 017

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 2

Type:magento2-module

1.1.1 2019-01-01 13:49 UTC

This package is not auto-updated.

Last update: 2024-06-23 04:08:39 UTC


README

Magento 2 - Ajax Login Module

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.