paulb104 Posted April 12, 2008 Posted April 12, 2008 Can the text in the invoice be changed? What about the invoice subject of "Order Process"? If so for either, where? Thanks!
Guest Posted April 13, 2008 Posted April 13, 2008 Can the text in the invoice be changed? What about the invoice subject of "Order Process"? If so for either, where? Thanks! admin\includes\languages\english\invoice.php but I don't think that is what you mean.
dakshika Posted April 13, 2008 Posted April 13, 2008 Can the text in the invoice be changed? What about the invoice subject of "Order Process"? If so for either, where? Thanks! YOU CAN FIND FILE ON catelog/includes/languages/english/checkout_process.php and change define('EMAIL_TEXT_SUBJECT', 'Order Process'); to any txt that you want DJS
paulb104 Posted April 13, 2008 Author Posted April 13, 2008 YOU CAN FIND FILE ON catelog/includes/languages/english/checkout_process.php and change define('EMAIL_TEXT_SUBJECT', 'Order Process'); to any txt that you want Thanks, that's exactly what I was looking for!!!! Right under that code is this: define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:'); One of the things on my long to-do list is getting rid of the Order number. Having the // precede it change "Order Number: 1" to "EMAIL_TEXT_ORDER_NUMBER 1" Is the code that controls it elsewhere, or am I not doing it correctly?
cjpopp Posted November 17, 2008 Posted November 17, 2008 Right under that code is this:define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:'); What about adding more text, such as Store name and address, phone #, return policy, etc?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.