Jump to content

Adding a second customer email?


ShopMann

Recommended Posts

Hi,

more customer wish to receive invoices to alternative email address.

Can anybody tell me step to step how to build into Prestashop 1.7.8.9 or Prestashop 8.1.0 the ability for customers to add a second email address? 

Is there such an inbuilt feature?

Is there such a module?

Do you have to change the code yourself?

How?

 

Link to comment
Share on other sites

11 hours ago, Viaceslav said:

Can anybody tell me step to step how to build into Prestashop 1.7.8.9 or Prestashop 8.1.0 the ability for customers to add a second email address? 

 

Hi,

In /themes/your-theme/templates/customer/_partials/login-form.tpl file, You can add the second email address field and add modify the AuthController.php controller to assign the value to second email address, add a column in ps_customer table to store the value.

I hope this would helpyou to figure out some way.

  • Like 1
Link to comment
Share on other sites

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...