allk-9 Posted December 21, 2003 Posted December 21, 2003 Hi, When a visitor clicks on create an account and the form comes up with all of those required fields, is there anyway to remove them? For example: How would I remove the Gender and Birthdate fields? Thanks :huh:
Guest Posted December 21, 2003 Posted December 21, 2003 These can be turned off in admin>configuration>customer details Matti
allk-9 Posted December 21, 2003 Author Posted December 21, 2003 Hi Matti, I look for customer details under admin>configuration but I didn't seea field called customer details. How do I turn certain fields off? Do I set min values to 0? Thanks :blink:
allk-9 Posted December 22, 2003 Author Posted December 22, 2003 Anyone else know how to turn certain fields off (like birthdate) when creating an account?
allk-9 Posted December 22, 2003 Author Posted December 22, 2003 Hi Thanks for replying. My front page says: This shop is based on osCommerce 2.2-CVS.
geenygreat Posted December 23, 2003 Posted December 23, 2003 You can modify the following lines in /catalog/includes/application_top.php as you require: // Control what fields of the customer table are used define('ACCOUNT_GENDER', false); define('ACCOUNT_DOB', true); define('ACCOUNT_COMPANY', false); define('ACCOUNT_SUBURB', false); define('ACCOUNT_STATE', false);
allk-9 Posted December 23, 2003 Author Posted December 23, 2003 Ooops, no joy. I made the following mods, but the fields are still there when I try to create an account and they still say required... // 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'); Any other ideas??? :(
joedunn Posted January 3, 2004 Posted January 3, 2004 Is it possible to add fields that may be unique to my business?
rustin Posted January 12, 2004 Posted January 12, 2004 I have the same question. Even if the fields stay there, I just don't want them to be required. another thing I would like to do is change the "State" field to a drop down.
rustin Posted January 12, 2004 Posted January 12, 2004 I don't know if this is what you need but this thread answered my questions. http://www.oscommerce.com/forums/index.php?sho...=0entry264756 :D
doubleforte Posted May 14, 2004 Posted May 14, 2004 Is it possible to add fields that may be unique to my business? Anyone have a solution for this? brian
anant_b Posted January 21, 2008 Posted January 21, 2008 Hi Forum, I am still struggling with trying to completely remove the address and contact information fields from the account creation form. The file application_top.php does not have the line of code mentioned in this posting. Can someone help please? Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.