Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Edit account welcome mail


Guest

Recommended Posts

Posted

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?

Posted

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.

Posted

I have already looked there... I checked login.php and all account files plus mylang.php file.

Posted

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

Posted

ah, I must be blind or something :oops:

 

Thx anyway

Posted

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.

Posted

If anyone else needs to do this, I found it in catalog / includes / languages / english / create_account_process.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...