webhost Posted March 4, 2003 Share Posted March 4, 2003 hi, what is a easy way to remove the birthday field in the signup. Thank you again.. Tom :D :D Link to comment Share on other sites More sharing options...
Ajeh Posted March 4, 2003 Share Posted March 4, 2003 Either go into the Admin ... Configuration ... Customer Details and turn off the DOB ... Or, in older versions, edit this in the application_top.php by doing a search on DOB Link to comment Share on other sites More sharing options...
webhost Posted March 4, 2003 Author Share Posted March 4, 2003 The second option works fine. Took out a few other fields not related to my shopping cart. Link to comment Share on other sites More sharing options...
BZProd Posted March 4, 2003 Share Posted March 4, 2003 Is this turned off in the first option by typing in a zero? God Bless, Patrick Link to comment Share on other sites More sharing options...
Orphon Posted March 4, 2003 Share Posted March 4, 2003 Should be able to get info on DOB, click edit and click on false Angela Link to comment Share on other sites More sharing options...
BZProd Posted March 4, 2003 Share Posted March 4, 2003 I apologize but I think that I may be missing something here...or am thinking of the wrong thing entirely. I can't seem to find this: Admin...Config...Customer Details... This is what I have under admin...config...: Minimum Values Maximum Values Images Shipping/Packaging Product Listing Stock Logging Cache E-Mail Options Download Are you refering to when a customer creates an account? Thanks. God Bless, Patrick Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2003 Share Posted March 4, 2003 Older versions did not have the DOB in the admin except as a minimum value. You can turn it off completely in your catalog/includes/application_top.php // Control what fields of the customer table are used define('ACCOUNT_GENDER', 'false'); define('ACCOUNT_DOB', 'false'); define('ACCOUNT_COMPANY', 'false'); define('ACCOUNT_SUBURB', 'true'); define('ACCOUNT_STATE', 'true'); Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2003 Share Posted March 4, 2003 PS- Do the same with your admin/includes/application_top.php. :D Link to comment Share on other sites More sharing options...
Guest Posted November 19, 2003 Share Posted November 19, 2003 Hi! Orphon Should be able to get info on DOB, click edit and click on false i tried to diable this funktions becouse I cant get it right with right format for me (yyyymmdd-cccc) In admin mode I tried to changes Date of Birthday to "false" ,"0" or "no" but still not working?? And I tried to edit "config.php" but i cant find anything about "gender" "dob" a.s.o please help me! :unsure: Link to comment Share on other sites More sharing options...
Deskdirect Posted March 7, 2004 Share Posted March 7, 2004 I am using Version 2.2-MS2 and I don't have have the option you mentioned .... Admin ... Configuration ... Customer Details Is it possible that when I upgraded I missed some files in Admin? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.