jbcnyc Posted July 6, 2008 Posted July 6, 2008 Can anyone tell me how to change the customer order form so under Country instead of PLEASE SELECT showing up it defaults to the United States since that's where 99.99999% of my customers come from? Or at least, how to get the United States to appear first in the list? Thanks!
FIMBLE Posted July 6, 2008 Posted July 6, 2008 Hello Open catalog/includes/functions/html_output.php and find the following line about line 289: $countries_array = array(array('id' => '', 'text' => PULL_DOWN_DEFAULT)); Change To: $countries_array = array(array('id' => '223', 'text' => 'United States')); Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.