View Single Post
  #1  
Old 08-22-2004, 12:07 PM
 
Adian009 Adian009 is offline
 

Advanced Member
  
Join Date: Mar 2004
Location: Tiverton, RI, USA
Posts: 37
 

Default Update "states.tpl" to list as: State [CountryCod

I am a keyboard (versus mouse) person and when I am filling in forms, I like to press the "R" key to get Rhode Island (the only US R State!)

X-Cart, however, lists there states like this: US: Rhode Island, so my keying an R would not work.

If you make this change in the /skin1/main/states.tpl file, you can list your states in the list box as: Rhode Island [US], which makes it much easier for many folks (IMHO).


CHANGE THIS: {$states[state_idx].country_code}: {$states[state_idx].state}

TO THIS: {$states[state_idx].state}[{$states[state_idx].country_code}]

Well, that is it!

--al
__________________
---------------------------------------------
Infosolv, LLC
A Professional Services Company
X-Cart v3.5.10 & 4.01
Find our MOD\'s at: Custom X-Cart MOD\'s, Add-On\'s & X-Cart Hosting!
Reply With Quote