Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No State for sign up?!?!?!


racelance

Recommended Posts

Posted

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 ?

Posted

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

Posted

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.

Posted

okay, I don't have anything in my Admin panel area - what exactly do I have to configure on my application_top.php?

 

Thanks!

Posted

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...

Posted

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');

Posted

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

Posted

while I'm on this topic - how do I change the order the fields are in for Sign up - which document?

 

Thanks again!

 

Lance

Posted

You would have to edit the /includes/modules/account_details.php file and rearrange things carefully ... after you make your backup, of course ... :D

Posted
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?

Posted
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.

Posted

In the Admin, under Configuration, Under Customer Details is the state field.

 

Make sure it is not there and in application_top.php

Posted

LOL.. I'm not smoking crack (yet) really! There is not a Customer Details under Configuration in my Admin panel! :shock:

Posted

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?

Posted

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

Posted

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!

Archived

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

×
×
  • Create New...