Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

default state selection


ronb

Recommended Posts

  • 3 weeks later...
come on - surely someone must have the answer

Try this and make sure you backup always when making changes.

 

In create_account.php, find the line:

 

echo tep_draw_pull_down_menu('state', $zones_array);

Change it to:

 

echo tep_draw_pull_down_menu('state', $zones_array,'Colorado');

 

where Colorado is the default state in your drop down.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...