Member Alert Module
The purpose of this module is to send email notification to site admin if there’s a new customer register in the website.
Installation
- Download the module, extract and upload to the modules folder.
- Login to the backoffice, go to Modules Tab and find Member Alert module in the Tools group.
- Install the module (no configuration needed).
When new user register in the website, email notification will be sent immediately to site admin.
Download the module here : Member Alert Module





Hello I am interested in this module.
Where can I download it?
Regards.
Hello, the download link is exactly at the bottom of the article or you can visit the download page.
Hello,
Is there a module that will send a welcome email to new users containing user and password reminders?
Thanks
Hello Mazz, you don’t need module for that since its already covered as default by Prestashop. When new user register in our website, confirmation email containing user and password will be sent to their email address.
Hello,
Is possible to receive email alert only for customers with a specific criteria, like such as who write “Additional information field” when register?
Thanks
sure it is.
can you help how to do that ?
thanks
in the memberalert.php, in the hookCreateAccount function, you need to check whether the field is blank or not. The field for additional information is other, so the code is as below :
if (isset( $postVars['other']))
Mail::Send(..);
I’ve set the mails module folder
but the confirmation email still not be accepted
by admin,
why?
please help friends, I am confused .
I’m not sure what the problem is, but if the mail alert module is installed and working, this module should be okay as well.
I can’t understand how the developers missed this on the core. Thank you so much for a module that just plugs in and runs!
This module is not compatible for V 1.4 ?
Can you adapte for 1.4
Thanks