Anton_FA Posted January 22, 2003 Share Posted January 22, 2003 Greetings i've just downloaded and installed Account Signup Management version 1.1. Everything seems to be working fine except the Country drop down menu isnt working - its not even showing up. Does anyone have any ideas how I can fix this? thanks in advance Quote Link to comment Share on other sites More sharing options...
toolcrazy Posted January 22, 2003 Share Posted January 22, 2003 Go into /catalog/includes/application_top.php and check this section. // 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'); Make sure -> define('ACCOUNT_STATE', 'true'); <- is set to true. Just an idea. Quote Steve ------------------------- Link to comment Share on other sites More sharing options...
Anton_FA Posted January 22, 2003 Author Share Posted January 22, 2003 thanks for the post Steve - I tried that but unfortunately it didnt work :cry: Quote Link to comment Share on other sites More sharing options...
toolcrazy Posted January 22, 2003 Share Posted January 22, 2003 You need to go back over your code then. Just a single quote ' or a <tr> in the wrong place will do this. I've done the same thing when I've made a mod or added a mod. Double check your /includes/modules/account_details.php this is probably where you made the error. This is the file that controls this set of fields. Quote Steve ------------------------- Link to comment Share on other sites More sharing options...
greree Posted January 22, 2003 Share Posted January 22, 2003 What osCommerce snapshot are you using? I tried to install Account Signup Management but I ran into so many problems with it I had to give up and write my own. The problem is that Account Signup Management 1.1 was written July of last year, and there's been a lot of changes made to osCommerce since then. I would recommend not installing Account Signup Management. Your best bet is to read through it and try to adapt the code to the current snapshot. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.