devhub/quick-ajax-login

Using the quick ajax login extension, the store manager can let the customers signup & login easily using a popup.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:magento2-module

pkg:composer/devhub/quick-ajax-login

1.0.3 2023-04-14 19:26 UTC

This package is auto-updated.

Last update: 2025-12-15 01:15:25 UTC


README

Features

  • Customer(s) can Create an Account directly while browsing the website.
  • Customer(s) can Sign in quickly while browsing the website.
  • Customer(s) can go to the Sign-in pop-up from Create an Account pop-up.
  • Customer(s) can go to Create an Account pop-up from the Sign-in pop-up.
  • Customer account validations are also working as Magento’s default behaviour.
  • Welcome email will be sent to the customer(s) after registration success.

Installation

  1. Please run the following command
composer require devhub/quick-ajax-login
  1. Update the composer if required
composer update
  1. Enable module
php bin/magento module:enable DeveloperHub_Core
php bin/magento module:enable DeveloperHub_QuickAjaxLogin
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento cache:flush

4.If your website is running in product mode the you need to deploy static content and then clear the cache

php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile

#####This extension is compatible with all the versions of Magento 2.3.* and 2.4.*. ###Tested on following instances: #####multiple instances i.e. 2.3.7-p3 and 2.4.5