I don't have a template override - I didn't know I needed that until I was two weeks into customizing my templates. Now, I can't figure out how to do it without loosing a ton of my edits.
I changed the create_account.php file, the only one in that directory. It still hasn't changed the text, just like the other posters mentioned.
Where else could this text be pulling from? I noticed in the /admin/add_customers.php file, near line 340 there is this:
PHP Code:
$html_msg['EMAIL_MESSAGE_HTML'] = str_replace('\n','',sprintf(EMAIL_TEXT,$customers_password));
$html_msg['EMAIL_CONTACT_OWNER'] = str_replace('\n','',EMAIL_CONTACT);
$html_msg['EMAIL_CLOSURE'] = nl2br(EMAIL_GV_CLOSURE);
I'm certainly no expert, but this is the only place where EMAIL_TEXT is mentioned that I can find and it is in reference of another field called EMAIL_MESSAGE_HTML, which I could not locate in the create_account.php file.
Could EMAIL_TEXT text only be used when the email is generated if you send the emails as HTML and not text-only emails? Is there a universal setting to ensure the email says the correct thing no matter what email type the customer chooses?
It seems like there would be a simple answer to this, but I can't seem to figure this out.....
Any other suggestions?