Guest Posted April 17, 2004 Posted April 17, 2004 I have a problem registering a new account for the state of Connecticut. I discovered that it's listed twice. How can I correct this? :unsure: I haven't found the state drop-down list in the database and/or php pages. Can someone steer me in the right direction? Thanks.
Guest Posted April 17, 2004 Posted April 17, 2004 In admin under Locations / Taxes, select Zones. If Connecticut is listed 2 times, delete 1. Hope this helps.
Guest Posted April 17, 2004 Posted April 17, 2004 Connecticut is only listed once in the admin panel under tax zones. It must be listed twice in my database.
Guest Posted April 17, 2004 Posted April 17, 2004 Then why is Connecticut showing up twice? I cannot create an account from Connecticut because of this problem.
Guest Posted April 17, 2004 Posted April 17, 2004 Delete Ct. Try to create an account and see what happens.
osc_printer Posted April 20, 2004 Posted April 20, 2004 Okay, what could be the reasons why a particular state's code, in my case, MI for Michigan will not work?
Guest Posted April 20, 2004 Posted April 20, 2004 Make sure that it isn't in twice. I found the duplicate entry and deleted it and that was fine. If you are still having problems, post the link to your signup page and we'll look at it and see if we can figure out from this end.
Guest Posted April 21, 2004 Posted April 21, 2004 Okay, what could be the reasons why a particular state's code, in my case, MI for Michigan will not work? In admin under Locations / Taxes - Zones, find Michigan and see if the two letter code is listed. If not select edit, EDIT, click on update.
Guest Posted April 21, 2004 Posted April 21, 2004 How do I make United States the default country in the drop-down menu?
Guest Posted April 21, 2004 Posted April 21, 2004 In /includes/functions/html_output.php find this section: // Creates a pull-down list of countries function tep_get_country_list($name, $selected = '', $parameters = '') { $countries_array = array(array('id' => '', 'text' => '')); $countries = tep_get_countries(); Change to: // Creates a pull-down list of countries function tep_get_country_list($name, $selected = '', $parameters = '') { $countries_array = array(array('id' => '223', 'text' => 'United States')); $countries = tep_get_countries();
Guest Posted April 21, 2004 Posted April 21, 2004 creating the US as default is in the documentation, search on the word 'country'
stevel Posted April 21, 2004 Posted April 21, 2004 bluemoon, I have a contribution for that - see my link below. But I suggest you wait a day or so until I update it - there's a bug in the address book handling I am fixing. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
Recommended Posts
Archived
This topic is now archived and is closed to further replies.