An email (example: Order Confirmation e-mail) sent to a customer with some text like the above.
I wish to change it to something like (c) mydomain.com 200*. I couldn't find int in the keyword search inside Developer Toolkit.
Help please.
An email (example: Order Confirmation e-mail) sent to a customer with some text like the above.
I wish to change it to something like (c) mydomain.com 200*. I couldn't find int in the keyword search inside Developer Toolkit.
Help please.
It's called $EMAIL_FOOTER_COPYRIGHT, in /languages/english/email_extras.php
Hmm, located the file, but not that string you mentioned. I'm using ZC 1.3.7.
Sorry, lose the $ sign from the name, and look at line 30. There's a copy of the file in admin includes/languages/... as well as in the shop includes/languages/...
This is actually located under the email folder. EMAIL_FOOTER_COPYRIGHT is the definition name located under the includes/languages folder.$EMAIL_FOOTER_COPYRIGHT
Good luck.
OK guys, got it sorted out.
Thanks for the help.