Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

User Friendly Listing of States

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #1  
Old 04-26-2004, 09:00 AM
 
successful successful is offline
 

eXpert
  
Join Date: Sep 2002
Location: Brooklyn
Posts: 208
 

Default User Friendly Listing of States

X-cart has "US:" before each state in the billing and shipping address. This is not very user friendly since most users type in a letter to get to their state. How can we remove the US: prefix ?
__________________
Visit us at http://www.Successfulhosting.com
We\'ll make your web site a success!

Register your own domain name for only $14.99 at http://DiscountDomainRegistry.com
Reply With Quote
  #2  
Old 04-27-2004, 02:54 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

open main/states.tpl

Code:
{* $Id: states.tpl,v 1.1.4.3 2004/04/09 07:07:28 svowl Exp $ *} {if $states ne ""} <select name="{$name}" {$style}> <option value="Other">Other</option> {section name=state_idx loop=$states} <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> {/section} </select> {else} <input type=text size=32 name="{$name}" value="{$default}"> {/if}

change to

Code:
{* $Id: states.tpl,v 1.1.4.3 2004/04/09 07:07:28 svowl Exp $ *} {if $states ne ""} <select name="{$name}" {$style}> <option value="Other">Other</option> {section name=state_idx loop=$states} <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].state}</option> {/section} </select> {else} <input type=text size=32 name="{$name}" value="{$default}"> {/if}
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #3  
Old 04-28-2004, 05:34 AM
 
successful successful is offline
 

eXpert
  
Join Date: Sep 2002
Location: Brooklyn
Posts: 208
 

Default

Thanks!
__________________
Visit us at http://www.Successfulhosting.com
We\'ll make your web site a success!

Register your own domain name for only $14.99 at http://DiscountDomainRegistry.com
Reply With Quote
  #4  
Old 06-07-2004, 04:33 PM
 
Cart Security Cart Security is offline
 

Newbie
  
Join Date: Jun 2004
Location: Ohio, USA
Posts: 2
 

Default Thanks

Thanks for the tip, I've been wanting to do that forever!
__________________
Security for your X-Cart
Don\'t let your store get hacked! Protect it!

Running 3.5.8 - LIVE
SQL: 4.0.18
PHP: 4.3.5
OS: FreeBSD
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:36 PM.

   

 
X-Cart forums © 2001-2020