Hello,
I wish to add a custom (signature) email footer.
I can't find where I can do that for all the outgoing mails (account, order, etc.)
Is their a mod or can someone tell me wich pages I must change?
Many thanks in advance,
Dominique
This is a discussion on Adding a custom signature footer in email? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, I wish to add a custom (signature) email footer. I can't find where I can do that for all ...
Hello,
I wish to add a custom (signature) email footer.
I can't find where I can do that for all the outgoing mails (account, order, etc.)
Is their a mod or can someone tell me wich pages I must change?
Many thanks in advance,
Dominique
look in admin/orders.php
look for ($HTTP_POST_VARS['notify_comments'] == 'on')) {
$notify_comments = sprintf(EMAIL_TEXT_COMMENTS_UPDATE, $comments) . "\n\n";
If you know PHP coding, you can add a signature file here.
Bookmarks