Community Add-Ons

Add file to this package
Top » Features

Country-State Selector
for osCommerce Online Merchant v2.2

The Country-State Selector contribution provides the following enhancements to the Create Account and Address Book features of osCommerce:

- When the customer first views the Create Account or Add Address Book Entry form, a default country is pre-selected
- If the default country has zones (states, provinces, etc.), a drop-down list for the zones is automatically displayed; if no zones are in the database, a normal text input field is shown instead
- If the customer changes the country, the form refreshes and the state field is updated according to the new country; any entries in other fields are preserved

Please post support questions and/or feature requests in the Contribution Support Forum.

Legend:  Download   Report
Expand All / Collapse All
*bug fix mthierfelder 2 Jun 2008  

There is a bug in the latest versin 1.5.5 in /admin/customers.php that causes a "Parse error: syntax error, unexpected T_CASE in /path/to/admin/customers.php on line 221"

Original file messed up the // comment and included an extra "}" by mistake, see below.

After installing, find (around line 165):

// if ($error == false) {

// +Country-State Selector
} // End if (!$refresh)
if (($error == false) && ($refresh != 'true')) {
// -Country-State Selector

...and replace with:

// if ($error == false) {

// +Country-State Selector
// } End if (!$refresh)
if (($error == false) && ($refresh != 'true')) {
// -Country-State Selector

Note: File is the fixed README.HTM install file.

Manual Upgrade from v1.5.1 to v1.5.5 faaliyet 21 Apr 2008  
Country-State Selector v1.5.5 (AJAX) insaini 21 Apr 2008  
Country-State Selector v1.5.4.1 (AJAX) insaini 20 Apr 2008  
Country-State Selector v1.5.4 (AJAX) insaini 20 Apr 2008  
Country-State Selector v1.5.3 (AJAX) insaini 20 Apr 2008  
Country-State Selector v1.5.2 (AJAX) insaini 20 Apr 2008  
Updates-Fixes-Upgrades faaliyet 19 Apr 2008  
Country-State Selector v1.5.1 (AJAX) insaini 12 Apr 2008  
Country-State Selector v1.5 (AJAX) insaini 11 Apr 2008  
A small update faaliyet 23 Mar 2008  
A small update to make languages work faaliyet 22 Mar 2008  
Version 1.4.1 stevel 28 Feb 2008  
Version 1.4.0 stevel 17 Feb 2008  
One minor fix... jhsands 11 Aug 2006  
Version 1.3.3 stevel 9 Dec 2005  
Version 1.3.2 stevel 10 Sep 2005  
Version 1.3.1 stevel 4 Sep 2005  
Version 1.3.0 stevel 21 Aug 2005  
Version 1.2.1 stevel 14 Jul 2005  
Version 1.2.0 Steve Lionel 24 Apr 2005  
Version 1.1.1 Steve Lionel 2 Mar 2005  
Version 1.1.0 Steve Lionel 1 Jan 2005  
Version 1.0.6 Steve Lionel 2 Dec 2004  
Version 1.0.5 Steve Lionel 1 May 2004  
Version 1.0.4 Steve Lionel 27 Apr 2004  
Version 1.0.3 Steve Lionel 22 Apr 2004  
Version 1.0.2 Steve Lionel 21 Apr 2004  
Version 1.0.1 Steve Lionel 21 Apr 2004  
wrong file mentioned calman 19 Apr 2004  
good contribution calman 19 Apr 2004  
Country-State Selector stevel 19 Apr 2004