Quote:
Originally Posted by chrisss
We'd like to edit the following text received in invoice emails:
"You have received this notification...."
"This is an order #X notification."
"Thank you for your purchase!"
"Thank you for using X-Cart shopping system"
I don't see that in the " /mail/mail_header.tpl" file but I do see reference to:
{$lng.eml_mail_header_part1} {$config.Company.company_name} {$lng.eml_mail_header_part2}
Where are _part1 & 2 set? Is this where the above text comes from?
I also see /mail/html/mail_header.tpl has this commented out:
"{* You have received this notification from *}"
So where is that set?
|
I would start with /mail/order_invoice.tpl for the plain text version and /mail/html/order_invoice.tpl or the HTML version. Does that look like what you are looking for?
-Ricky