Jump to content

I can't find how to edit confirmation email title


Recommended Posts

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.

thanks
Andrew

Link to comment
Share on other sites

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

You should be able to change the 'Order confirmation' to something else :-)

Link to comment
Share on other sites

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

  • 5 weeks later...
  • 3 months later...

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