fsiano Posted January 28, 2003 Share Posted January 28, 2003 Hello everyone, I just jumped back into using osCommerce and want to get rid of fields such as suburb, date of birth, etc. How do you go about removing them? I know how to change the order although I want to make sure I get rid of those others and do not receive any errors. Any help greatly appreciated Thanks in Advance GO osCommerce !!!!! Frank S Link to comment Share on other sites More sharing options...
McClay Posted January 28, 2003 Share Posted January 28, 2003 Look for // Control what fields of the customer table are used define('ACCOUNT_GENDER', 'true'); define('ACCOUNT_DOB', 'true'); define('ACCOUNT_COMPANY', 'true'); define('ACCOUNT_SUBURB', 'true'); define('ACCOUNT_STATE', 'true'); In ../catalog/includes/application_top.php and in ../admin/includes/application_top.php and change whichever ones you dont want to false. >Insert witty comment here< Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.