Hi guys,

I am new to OSCommerce and i have a few modification questions. I am re-writting the create_account.php file to accomidate my needs. This is the first modification i have attempted with OSC. I am a programmer by trade but am relatively new to PHP.

My first question:

I see this everywhere....

if (ACCOUNT_GENDER == 'true')...
if (ACCOUNT_DOB == 'true')...
etc....

These ACCOUNT_??? vars, where are they defined? I have used grep on the whole OSC directory on my machine and can't find it used with a define command anywhere.

Can anyone point me in the right direction?