ShopMann Posted July 12, 2023 Share Posted July 12, 2023 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 More sharing options...
AddWeb Solution Posted July 13, 2023 Share Posted July 13, 2023 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. 1 Link to comment 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