Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No State for sign up?!?!?!


racelance

Recommended Posts

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

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

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

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

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

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

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

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

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

Archived

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

×
×
  • Create New...