racelance Posted February 23, 2003 Share Posted February 23, 2003 Why isn't there a field for "State" when signing up for OSCommerce or am I missing something? Thanks for your help! Lance Link to comment Share on other sites More sharing options...
Guest Posted February 23, 2003 Share Posted February 23, 2003 You are speaking of the new account signup ? It is/should be there .. Your Address Street Address: required Suburb: Post Code: required City: required State/Province: required Country: What version/snapshot are you using ? Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 I'm using 2.2 - It seems that even when I go to "Edit" my account it doesn't show a State catagory.. wierd. Thanks for your help! Lance Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 See for yourself at: http://hitechcoat.com/shop/default.php It's definately not there... hmm. Link to comment Share on other sites More sharing options...
Ajeh Posted February 23, 2003 Share Posted February 23, 2003 Depending on the version .. check the Admin ... Configuration ... Customer Details ... Is state turned on? Or in older versions, check in application_top.php for the various settings. Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 okay, I don't have anything in my Admin panel area - what exactly do I have to configure on my application_top.php? Thanks! Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 One other thing - in the admin area - config/minumum values/ there's an area showing "State - 2" but it doesn't show up on my pages... Link to comment Share on other sites More sharing options...
Ajeh Posted February 23, 2003 Share Posted February 23, 2003 Check the settings in /includes/application_top.php // Control what fields of the customer table are used define('ACCOUNT_GENDER', 'true'); define('ACCOUNT_DOB', 'true'); define('ACCOUNT_COMPANY', 'false'); define('ACCOUNT_SUBURB', 'true'); define('ACCOUNT_STATE', 'true'); Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 Linda~ Yes, I figured that's what you would say - I did it & it doesn't seem to be working. Here's what I have: // Control what fields of the customer table are used define('ACCOUNT_GENDER', false); define('ACCOUNT_DOB', false); define('ACCOUNT_COMPANY', false); define('ACCOUNT_SUBURB', false); define('ACCOUNT_STATE', true); But it still isn't showing up: http://hitechcoat.com/shop/default.php Thanks for your time & help on this matter! Lance Link to comment Share on other sites More sharing options...
Ajeh Posted February 23, 2003 Share Posted February 23, 2003 See if using the quotes helps: define('ACCOUNT_STATE', 'true'); Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 bag that last post - it was cached... ;-) amatuers mistake.. Thank you for your help! Lance Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 while I'm on this topic - how do I change the order the fields are in for Sign up - which document? Thanks again! Lance Link to comment Share on other sites More sharing options...
Ajeh Posted February 23, 2003 Share Posted February 23, 2003 You would have to edit the /includes/modules/account_details.php file and rearrange things carefully ... after you make your backup, of course ... :D Link to comment Share on other sites More sharing options...
racelance Posted February 23, 2003 Author Share Posted February 23, 2003 worked like a charm! Thanks again for your help! Lance Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2003 Share Posted February 28, 2003 Check the settings in /includes/application_top.php // Control what fields of the customer table are used define('ACCOUNT_GENDER', 'true'); define('ACCOUNT_DOB', 'true'); define('ACCOUNT_COMPANY', 'false'); define('ACCOUNT_SUBURB', 'true'); define('ACCOUNT_STATE', 'true'); Not only do I NOT see this in the above file (catalog or admin) but I can't seem to find this setting anywhere in MS1. Which brings me to my next question.. Why in the world would you have State turned off? So... in MS1... where do I fix this? Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2003 Share Posted February 28, 2003 Depending on the version .. check the Admin ... Configuration ... Customer Details ... Is state turned on? Or in older versions, check in application_top.php for the various settings. That's not in MS1 either.... that I can find. I've been using 2.2 of various flavors for some time but never had this prob before. Link to comment Share on other sites More sharing options...
Ajeh Posted February 28, 2003 Share Posted February 28, 2003 In the Admin, under Configuration, Under Customer Details is the state field. Make sure it is not there and in application_top.php Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2003 Share Posted February 28, 2003 LOL.. I'm not smoking crack (yet) really! There is not a Customer Details under Configuration in my Admin panel! :shock: Link to comment Share on other sites More sharing options...
Ajeh Posted February 28, 2003 Share Posted February 28, 2003 Umm ... peek in the oscommerce.sql update with MS1 or one of the current snapshots. :shock: There should be new groups and configuration lines. Might look at: http://cvs.sourceforge.net/cgi-bin/viewcvs.../oscommerce.sql For complete details. Backup first! Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2003 Share Posted February 28, 2003 I created a test db and uploaded the latest sql file but I'm just not seeing the differences... maybe I'm not looking in the right spot. Enlighten me? Link to comment Share on other sites More sharing options...
Ajeh Posted February 28, 2003 Share Posted February 28, 2003 Well ... it is sitting in a clean install of 02-22-2003 I click Configuration ... About 5th one down is Customer Details ... And voila ... Gender Date of Birth Company Suburb State Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2003 Share Posted February 28, 2003 FIXED: Created a configuration.sql and configuration_group.sql file with the table create/drop and the field commands and ran em both. Insto presto Customer Details option and all is well again. Thanks for the pointers! Link to comment Share on other sites More sharing options...
Ajeh Posted March 1, 2003 Share Posted March 1, 2003 Sure thing. Glad you found the peices and parts. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.