Admin - Configuration - E-Mail Options - Store Owner Email Address - Admin
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - E-Mail Options - Store Owner Email Address - Admin
/path/to/your/shop/admin/coupon_admin.php
| Line #65 : $message .= "\n-----\n" . sprintf(EMAIL_DISCLAIMER, STORE_OWNER_EMAIL_ADDRESS) . "\n\n"; |
/path/to/your/shop/admin/email_welcome.php
| Line #103 : $email_text .= "\n\n" . sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, STORE_OWNER_EMAIL_ADDRESS). "\n\n";
Line #104 : $html_msg['EMAIL_DISCLAIMER'] = sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, '<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS .' </a>'); |
/path/to/your/shop/admin/gv_mail.php
| Line #99 : $message .= "\n-----\n" . sprintf(EMAIL_DISCLAIMER, STORE_OWNER_EMAIL_ADDRESS) . "\n\n";
Line #136 : $message .= "\n-----\n" . sprintf(EMAIL_DISCLAIMER, STORE_OWNER_EMAIL_ADDRESS) . "\n\n"; |
/path/to/your/shop/admin/gv_queue.php
| Line #73 : $message .= "\n-----\n" . sprintf(EMAIL_DISCLAIMER, STORE_OWNER_EMAIL_ADDRESS) . "\n\n"; |