superskyman100 Posted January 19, 2020 Share Posted January 19, 2020 (edited) Hello, I'm in PS 1.7.5 I'd like to modify the structure of this ugly email automatically sent to customers throughout the backoffice (customer service > customer service > click on the line corresponding to message) I also would like to modify/hide the ugly #ct1#tcdZSdTSKVuaKS reference of mail How could i do that ? Thanks Edited February 22, 2020 by superskyman100 (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted January 20, 2020 Share Posted January 20, 2020 Hi, you can find this email in Subject email in file: controllers\admin\AdminCustomerThreadsController.php Code: $this->trans( 'An answer to your message is available #ct%thread_id% #tc%thread_token%', array( '%thread_id%' => $ct->id, '%thread_token%' => $ct->token, ), 'Emails.Subject', $language->locale ), Email body in file: ROOT\mails\en\reply_msg.html and ROOT\mails\en\reply_msg.txt Thanks. 1 Link to comment Share on other sites More sharing options...
superskyman100 Posted January 20, 2020 Author Share Posted January 20, 2020 Thanks a lot ! 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