Guest Posted September 8, 2003 Posted September 8, 2003 I want to correct a spelling mistake in the header of the welcome mail you get then a account is created, and I can?t find where the text is. Anyone who knows?
Ajeh Posted September 8, 2003 Posted September 8, 2003 The text is located either in the main language file such as /includes/languages/english.php or in the language subdirectory /includes/languages/english/filename.php Usually the peice you are looking for is in the same filename as the page you are on.
Guest Posted September 8, 2003 Posted September 8, 2003 I have already looked there... I checked login.php and all account files plus mylang.php file.
Guest Posted September 8, 2003 Posted September 8, 2003 Hello, I don't have my documentation in front of me, but I do know that I found the answer at the Wikki site. It lists some FAQ's, and one of the questions is the same as yours. Mike Forter Owner Mike's P.C.'s www.mikespcscomputer.com
Ajeh Posted September 8, 2003 Posted September 8, 2003 Try /includes/languages/english/create_account.php in the language files.
Guest Posted September 8, 2003 Posted September 8, 2003 ah, I must be blind or something :oops: Thx anyway
Ajeh Posted September 8, 2003 Posted September 8, 2003 In windows ... you can also search for a definition ... Look at the file that is on screen and find the constant you need like: EMAIL_WELCOME Now do a search in windows for: define('EMAIL_WELCOME' And it will find anywhere that define statement is set. Some defines are set multiple times, those are ones that load with the page you are looking at. Example: define('HEADING_TITLE This changes with each page, but it is technically only ever load once per screen and only for the screen you are looking at. You will see this definition in the create_account.php as it is also in shipping.php, product_info.php, etc. But, they are only at any given moment loaded once.
Guest Posted September 12, 2003 Posted September 12, 2003 If anyone else needs to do this, I found it in catalog / includes / languages / english / create_account_process.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.