Thanks for your help.
I'm not quite sure what you mean by "What URL is this happening at?" It happens on the welcome email after signing up.
I did a search on the developers tool kit and these are the results:
When searching for EMAIL_GREET_NONE I get the following:
/home/store/public_html/includes/languages/english/create_account.php
Line #19 : define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
/home/store/public_html/includes/languages/english/mytemplate/faqs_submit.php
Line #9 : define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
/home/store/public_html/includes/languages/english/mytemplate/links_submit.php
Line #30 : define('EMAIL_GREET_NONE', 'Dear %s,' . "\n\n");
/home/store/public_html/includes/languages/english/mytemplate/returns.php
Line #26 : define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
/home/store/public_html/includes/languages/english/mytemplate/testimonials_add.php
Line #21 : define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
/home/store/public_html/includes/modules/create_account.php
Line #342 : $email_text = sprintf(EMAIL_GREET_NONE, $firstname);
/home/store/public_html/includes/modules/pages/faqs_submit/header_php.php
Line #114 : $email_text = sprintf(EMAIL_GREET_NONE, $name);
/home/store/public_html/includes/modules/pages/links_submit/header_php.php
Line #108 : $email_text = sprintf(EMAIL_GREET_NONE, $links_contact_name);
/home/store/public_html/includes/modules/pages/returns/header_php.php
Line #79 : $email_text = sprintf(EMAIL_GREET_NONE, $name);
/home/store/public_html/includes/modules/pages/testimonials_add/header_php.php
Line #81 : $email_text = sprintf(EMAIL_GREET_NONE, $name);
/home/store/public_html/includes/modules/payment/paypalwpp.php
Line #2113 : $email_text = sprintf(EMAIL_GREET_NONE, $paypal_ec_payer_info['payer_firstname']) . EMAIL_WELCOME . EMAIL_TEXT;
/home/store/public_html/includes/modules/mytemplate/create_account.php
Line #365 : $email_text = sprintf(EMAIL_GREET_NONE, $firstname);
When searching for for: EMAIL_DISCLAIMER_NEW_CUSTOMER I get...
/home/store/public_html/disk_usage_log/email_welcome.php
Line #89 : $email_text .= "\n\n" . sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, STORE_OWNER_EMAIL_ADDRESS). "\n\n";
Line #90 : $html_msg['EMAIL_DISCLAIMER'] = sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, '<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS .' </a>');
/home/store/public_html/includes/functions/functions_email.php
Line #101 : if (!strstr($email_text, sprintf(EMAIL_DISCLAIMER, STORE_OWNER_EMAIL_ADDRESS)) && $to_email_address != STORE_OWNER_EMAIL_ADDRESS && !defined('EMAIL_DISCLAIMER_NEW_CUSTOMER')) $email_text .= "\n" . sprintf(EMAIL_DISCLAIMER, STORE_OWNER_EMAIL_ADDRESS);
/home/store/public_html/includes/languages/english/create_account.php
Line #41 : define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This email address was given to us by you or by one of our customers. If you did not signup for an account, or feel that you have received this email in error, please send an email to %s ');
/home/store/public_html/includes/languages/english/mytemplate/faqs_submit.php
Line #19 : define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This question was submitted to us by you or by one of our users. If you did not submit a question, or feel that you have received this email in error, please send an email to %s ');
/home/store/public_html/includes/languages/english/mytemplate/testimonials_add.php
Line #30 : define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This testimonial was submitted to us by you or by one of our users. If you did not submit a testimonial, or feel that you have received this email in error, please send an email to %s ');
/home/store/public_html/includes/modules/create_account.php
Line #398 : $email_text .= "\n\n" . sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, STORE_OWNER_EMAIL_ADDRESS). "\n\n";
Line #399 : $html_msg['EMAIL_DISCLAIMER'] = sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, '<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS .' </a>');
/home/store/public_html/includes/modules/pages/faqs_submit/header_php.php
Line #141 : $email_text .= "\n\n" . sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, STORE_OWNER_EMAIL_ADDRESS). "\n\n";
Line #142 : $html_msg['EMAIL_DISCLAIMER'] = sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, '<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS .' </a>');
/home/store/public_html/includes/modules/pages/testimonials_add/header_php.php
Line #95 : $email_text .= "\n\n" . sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, STORE_OWNER_EMAIL_ADDRESS). "\n\n";
Line #96 : $html_msg['EMAIL_DISCLAIMER'] = sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, '<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS .' </a>');
/home/store/public_html/includes/modules/mytemplate/create_account.php
Line #421 : $email_text .= "\n\n" . sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, STORE_OWNER_EMAIL_ADDRESS). "\n\n";
Line #422 : $html_msg['EMAIL_DISCLAIMER'] = sprintf(EMAIL_DISCLAIMER_NEW_CUSTOMER, '<a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS .' </a>');
I'm running zencart 1.3.8a and have the following contributions installed:
1.3.6 Telephone Not Required on Signup
1.3.8 Simple Google Analytics
1.3.8 Ask A Question
1.3.6 Cross Sell
1.3.8 Order Steps - Tableless
1.3.7 Recover Cart Sales
1.3.6 Cart Upsell/CrossSell on Shopping-Cart Page
1.3.8 Supertracker Author: Mark Stephens (ported by a_berezin)
1.3.7 Export Shipping Information
1.3.X AWeber Signup Sidebox
1.3.7 Best Sellers Reloaded
1.3.7 Shopping Cart Free-Shipping-Qualifier Sidebox
1.3.7 shopping_cart_totals_in_header_1.0
1.3.8 Search in Categories Header
1.3.8 Column Layout Grid for Product Listing
1.3.8 Column Divider Pro (CDP)
1.3.8 Windows Live Product Search Feeder
1.3.8 Yahoo! Product Submit Feeder
1.3.8 Amazon Inventory Loader
1.3.8 Bidhopper Dynalist Generator
1.3.8 eBay Exporter
1.3.8 Feeder for DealGates Pipelines
1.3.6 MAP Pricing ( m.a.p ) : Add to Cart to See Price
1.3.8 captcha-number-subject-combo-in-one-1.0
1.3.5 Admin-based Copyright Setting Control
1.3.8 Google Base (Froogle) Feeder
1.3.8 Google Sitemap
1.3.8 Best Sellers Page
1.3.6 Better Together Promotional Page
1.3.7 FAQ Module
1.3.8 Testimonial Manager
1.3.8 Links Manager
News & Article Management for Zen Cart – version 2.110
1.3.8 Fast and Easy Checkout for Zen Cart
1.3.8 Google Checkout module for Zen Cart
I did a comparison of all the language files using beyond compare but none of the files mentioned above have any differences.
Have no idea what else to do...