![]() |
Remove Country Code from State Drop-Down List
How can I remove the country code from the drop-down list in the customer/administrator profile sections? Instead of states showing as US:Ohio I just want the drop-down to read Ohio.
Thanks! |
open skin1/main/states
find this Code:
<OPTION value="{$states[state_idx].state_code}"{if $default eq $states[state_idx].state_code and $default_country eq $states[state_idx].country_code} selected{/if}>{$states[state_idx].country_code}: {$states[state_idx].state}</OPTION> and remove this bit Code:
{$states[state_idx].country_code}: |
Thanks!
|
thanks - too!
|
All times are GMT -8. The time now is 05:57 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.