Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"State" entry field missing


auxone

Recommended Posts

Posted

Hi,

There is no entry field for State when a user signs up for an account. I am using an unedited create_account.php. What other php files influence this that I should take a look at?

 

Thanks in advance,

Tyler

Posted

as 3 of your 4 posts are about the state missing, i would venture to say that your installation failed. try to import the database via phpmyadin or reinstall the application. after you reload the source code.

  • 2 weeks later...
Posted
Hi,

There is no entry field for State when a user signs up for an account. I am using an unedited create_account.php. What other php files influence this that I should take a look at?

 

Thanks in advance,

Tyler

This may be your problem as I had the same problem. In you OSC admin go to Configuration>Customer Details and set State to True.. That should do the trick.. Hope that helps..

 

Sometimes its the simple things that we overlook.

  • 4 months later...
Posted

Sugaree,

 

I am having the same problem and I tried what you said but I must have another problem. When I try to click on Details, Iget this error:

 

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1

 

select a.association_id, a.zone_country_id, c.countries_name, a.zone_id, a.geo_zone_id, a.last_modified, a.date_added, z.zone_name from zones_to_geo_zones a left join countries c on a.zone_country_id = c.countries_id left join zones z on a.zone_id = z.zone_id where a.geo_zone_id = 4 order by association_id limit -20, 20

 

I have no idea what that means or what to do. Any Ideas?

Archived

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

×
×
  • Create New...