darekm Posted March 8, 2015 Share Posted March 8, 2015 Hi, I'm adapting my Prestashop as a private company store. It will be closely integrated with our in-house system. I would like to modify the php script to directly communicate the registration confirmation message to our user account API instead of sending an email. However I'm unable to locate the exact function that sends this email. Any help? Link to comment Share on other sites More sharing options...
bellini13 Posted March 8, 2015 Share Posted March 8, 2015 you want to the order confirmation that the customer receives? Or you want the account registration email that they receive? Link to comment Share on other sites More sharing options...
darekm Posted March 8, 2015 Author Share Posted March 8, 2015 The account registration email that the user receives after registration. Link to comment Share on other sites More sharing options...
bellini13 Posted March 8, 2015 Share Posted March 8, 2015 /controllers/front/AuthController.php, search for the function sendConfirmationMail Link to comment Share on other sites More sharing options...
darekm Posted March 8, 2015 Author Share Posted March 8, 2015 Great, thanks! 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