Andrew H Posted August 27, 2009 Share Posted August 27, 2009 I can see how to edit the email itself in the mail folder but the option to edit the "order statuses" in back office doesn't show the confirmation email -so I can't see any way to change the email title from [shop Name] Order Confirmation to something else.thanksAndrew Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 27, 2009 Share Posted August 27, 2009 I found this Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, $customer->email, $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment); Around line 350 in the file: yourstore/classes/PaymentModule.phpYou should be able to change the 'Order confirmation' to something else :-) Link to comment Share on other sites More sharing options...
Andrew H Posted August 28, 2009 Author Share Posted August 28, 2009 Great, thanks, it worked!I changed this to "Order Details" so when the customer receives an email with a summary of their order, it doesn't mention the word "confirmation". I did this after a nightmare customer whose order I decided to cancel before taking payment, to avoid further hassle.I also changed "Payment accepted" email to "Order received". That way, if you manually choose to take payment (or if it isn't actually accepted like with google checkout) then you're giving those awkward customers less to complain about! Link to comment Share on other sites More sharing options...
Laurentius Posted September 27, 2009 Share Posted September 27, 2009 Great find CYTechnologies. I am looking to translate all email titles like "Welcome, Preparation in progress, etc". Are they in files in the /classes folder? Thanks! Link to comment Share on other sites More sharing options...
viktorsundberg Posted January 2, 2010 Share Posted January 2, 2010 Can this also be done with the "Message from contact form" title?Anyone know which file that is in? Link to comment Share on other sites More sharing options...
rocky Posted January 3, 2010 Share Posted January 3, 2010 It is on line 26 of contact-form.php. Link to comment Share on other sites More sharing options...
viktorsundberg Posted January 5, 2010 Share Posted January 5, 2010 Thanks alot! 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