Contributions

Features (Category Index)
Search: 

Country-State Selector

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.

Expand All / Collapse All

Display indicator ICON in center of window 29 Jul 2009

I want display waiting animation over window center,If you want do it ,follow me.

1.[file:includes/ajax.js.php]
change[about:line 44]:
getObject("indicator").style.visibility = 'visible';

with:
getObject("indicator").style.display = 'block';

change[about 63]:
getObject('indicator').style.visibility = 'hidden';

with:
getObject("indicator").style.display = 'none';


2.[file:stylesheet.css]
append:
#indicator{position:absolute;left:50%;top:50%;z-index:100;display:none;}

enjoy.

*** include file is dummy ,it contain nothing ****

Limit Countries 2.2 30 Jun 2009
ajax.php bug fix 18 Nov 2008
Limit Countries 2.1 7 Oct 2008
Country Limit 2.0 7 Oct 2008
Country Limit 6 Jul 2008
*bug fix 2 Jun 2008
Manual Upgrade from v1.5.1 to v1.5.5 21 Apr 2008
Country-State Selector v1.5.5 (AJAX) 21 Apr 2008
Country-State Selector v1.5.4.1 (AJAX) 20 Apr 2008
Country-State Selector v1.5.4 (AJAX) 20 Apr 2008
Country-State Selector v1.5.3 (AJAX) 20 Apr 2008
Country-State Selector v1.5.2 (AJAX) 20 Apr 2008
Updates-Fixes-Upgrades 19 Apr 2008
Country-State Selector v1.5.1 (AJAX) 12 Apr 2008
Country-State Selector v1.5 (AJAX) 11 Apr 2008
A small update 23 Mar 2008
A small update to make languages work 22 Mar 2008
Version 1.4.1 28 Feb 2008
Version 1.4.0 17 Feb 2008
One minor fix... 11 Aug 2006
Version 1.3.3 9 Dec 2005
Version 1.3.2 10 Sep 2005
Version 1.3.1 4 Sep 2005
Version 1.3.0 21 Aug 2005
Version 1.2.1 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 19 Apr 2004

Note: Contributions are used at own risk.