DigitalPianism_AjaxLogin

Magento Extension
Download latest - 0.3.0

Overview

This extension adds AJAX to the top links on Magento frontend so customers are able to connect to their account without loading an extra page.

They can also use the forgot password form and logout from this AJAX popup.

Configuration

Access the module configuration under System > Configuration > Digital Pianism > Ajax Login.

The module is enabled by default but you can disable it here if you need to.

Releases (15)

Date Version Notes
2016-11-14 0.3.0

- Secure all controller calls to use HTTPS
- Implement CORS to be able to call the controller from HTTP

2016-03-08 0.2.6

- Fix a bug where customer registration would not work on Magento <= 1.9.0.1

2016-01-26 0.2.5

- Fix a bug where customer registration would not work on Magento < 1.9.1.0
- Add missing _getUrl to the controller
- Add the popup to the my account link when customer is not logged in

2015-12-18 0.2.4

- Fix a bug where the register template would trigger a fatal error

2015-12-09 0.2.3

- Add form key to the register popup as implemented from Magento 1.9.2.2

2015-11-16 0.2.2

- Fix a bug where the customer registration would fail in some particular cases.

2015-10-14 0.2.1

- Fix a bug where the registration form would display an unwanted message when the validation was supposed to fail.
- Fix a bug where the forgot password message was not being displayed.

2015-09-21 0.2.0

- Support for account creation

2015-09-18 0.1.7

- Fix a bug where the persistent popup would keep poping up after closing it.

2015-09-18 0.1.6

- Fix missing close button in the persistent popup.

2015-08-07 0.1.5

- French translations

2015-07-22 0.1.4

- More bug fixes for the conflict with checkout form javascript variables

2015-07-21 0.1.3

- More bug fixes for the conflict with checkout form javascript variables

2015-07-20 0.1.2

- Fix conflict with checkout form javascript variables

2015-05-16 0.1.1

- Original release.