Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

countries pulldown


kevinmiami

Recommended Posts

Posted

Does anyone know how to change the default on the countries pulldown to "united states" instead of "please choose a country"

 

thx

Posted
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

Posted
do you know the country code to canada?

 

thanks

 

hello

 

canada - 38

 

regards,

Veera

Archived

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

×
×
  • Create New...