Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help with Account Signup Management version 1.1


Anton_FA

Recommended Posts

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

Link to comment
Share on other sites

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.

Steve

-------------------------

Link to comment
Share on other sites

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.

Steve

-------------------------

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...