Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to get rid of fields in Sign Up again????


fsiano

Recommended Posts

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

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

Archived

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

×
×
  • Create New...