kevinmiami Posted May 5, 2006 Posted May 5, 2006 Does anyone know how to change the default on the countries pulldown to "united states" instead of "please choose a country" thx
veera Posted May 5, 2006 Posted May 5, 2006 Does anyone know how to change the default on the countries pulldown to "united states" instead of "please choose a country" thx catalog/create_account.php <tr> <td class="main"><?php echo ENTRY_COUNTRY; ?></td> <td class="main"><?php echo tep_get_country_list('country') . ' ' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td> </tr> above code change to <tr> <td class="main"><?php echo ENTRY_COUNTRY; ?></td> <td class="main"><?php echo tep_get_country_list('country',223) . ' ' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td> </tr> regards, veera
gnarly parts Posted May 5, 2006 Posted May 5, 2006 do you know the country code to canada? thanks Always looking for a way to improve my sites.
veera Posted May 5, 2006 Posted May 5, 2006 do you know the country code to canada? thanks hello canada - 38 regards, Veera
gnarly parts Posted May 5, 2006 Posted May 5, 2006 thanks alot.. you are fast.. Dave Always looking for a way to improve my sites.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.