ErikOS Posted June 18, 2005 Posted June 18, 2005 How do I make the default country in create_account.php be United States here is the code section of this file <tr> <td class="main"><?php echo ENTRY_COUNTRY; ?></td> <td class="main"><?php echo tep_draw_pull_down_menu('entry_country_id', tep_get_countries(), $cInfo->entry_country_id, 'onChange="update_zone(this.form);"'); ?></td> </tr> I have it set through the admin but still does show in create_account.php. So I want to do it through the code as a temp solutions :(
keithschm Posted June 19, 2005 Posted June 19, 2005 there is a contrib for this in the contrib section. search through it you will find it.
♥Vger Posted June 19, 2005 Posted June 19, 2005 This is covered in ther Knowledge Base, link below: http://www.oscommerce.info/kb/Catalog_Guid...s_and_Tricks/35 Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.