ndiaga Posted April 2, 2020 Posted April 2, 2020 https://prestatuts.com/en/prestashop-modules/115-notification-about-new-customer-registration.html Receive a notification message when a new customer register in your shop. This module will allows you to receive a message after a customer has successfully register in your shop. You will receive a custom message from the template you can create in the module admin page, with the customer name and a link to the admin customer details. This is usefull when you need to validate customers manually or wish to add to them in a specific Customer Group. LEARN MORE Share this post Link to post Share on other sites More sharing options...
Marwa Abdelkader Posted January 19 Posted January 19 Hello, Thanks for this module but just i need function or other solution !! Share this post Link to post Share on other sites More sharing options...
ndiaga Posted January 19 Posted January 19 29 minutes ago, Marwa Abdelkader said: Hello, Thanks for this module but just i need function or other solution !! What do you mean by function or other solution? With this module you need to edit any file. It is a plug and play. Share this post Link to post Share on other sites More sharing options...
Marwa Abdelkader Posted January 19 Posted January 19 for example i find this function public static function Send($id_lang, $template, $subject, $template_vars, $to, $to_name = null, $from = null, $from_name = null, $file_attachment = null, $mode_smtp = null, $template_path = _PS_MAIL_DIR_, $die = false, $id_shop = null) { send to customer $ret = parent::Send($id_lang, $template, $subject, $template_vars, $to, $to_name, $from, $from_name, $file_attachment, $mode_smtp, $template_path, $die, $id_shop); // send to shop owner $reception='[email protected]'; parent::Send($id_lang, $template, $subject, $template_vars, $reception, $to_name, $from, $from_name, $file_attachment, $mode_smtp, $template_path, $die, $id_shop); return $ret; } the function he send email to admin"[email protected]" but the problem he send 2 email de different template Share this post Link to post Share on other sites More sharing options...
ndiaga Posted January 19 Posted January 19 You don't need to post code here. Please open a new topic and ask for help. Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now