Jump to content

Multiple Emails For Order Confirmation


Recommended Posts

By default Prestashop 1.5 use the login email to send order confirmation to customer (or any communication).

 

I would like to use a different e-mail address.

 

Is there anybody that have done this and help me with this matters?

 

If not where should I start from?

 

 

Thank you for your help. :wub:

 

P.S. I would have preferred Prestashop to allow any login, so I can use a specific e-mail to communicate with my customers!

Edited by PatriceVigier (see edit history)
Link to comment
Share on other sites

interesting Mods :)

  1. create a new database table to store customers email for logged in and keep customers prefered email stored in PREFIX_customer DB Table. e.g : PREFIX_customers_login_email with id, id_customer, email and type fields
  2. Override classes Customer.php so authentication will check email stored on the new created DB table but maintain the prefered email to send mails also cookie customer email from email value stored in PREFIX_customer

Link to comment
Share on other sites

  • 9 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...