View Single Post
  #3  
Old 04-14-2005, 05:12 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Open up main/states.tpl and replace this:

Code:
{$states[state_idx].country_code}: {$states[state_idx].state}

with this:

Code:
{$states[state_idx].state}

Haven't tested it, but that should do the trick.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote