egohermansyah Posted December 10, 2014 Share Posted December 10, 2014 I want change order confirmation email subject, default : [shopname] Order confirmation i want change the subject into : [shopname] #orderreference Order confirmation, example [shopname] #123123 Order confirmation Thank's Link to comment Share on other sites More sharing options...
Lin Posted December 11, 2014 Share Posted December 11, 2014 It is located here: Localization --> Translations Then look for the Email Templates, and find the order confirmation email template. You will need to change both the HTML version and TXT file version. Link to comment Share on other sites More sharing options...
egohermansyah Posted December 15, 2014 Author Share Posted December 15, 2014 It is located here: Localization --> Translations Then look for the Email Templates, and find the order confirmation email template. You will need to change both the HTML version and TXT file version. Hai lin, thanks for your respond dudem, but I want to change the subject email, not the email body Thanks Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted December 17, 2014 Share Posted December 17, 2014 ...\classes\PaymentModule.php Search : Mail::l('Order confirmation', (int)$order->id_lang), Replace with : sprintf(Mail::l('Order confirmation %s', (int)$order->id_lang), $order->reference), 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