Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

caconline

Archived
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Real Name
    yen

caconline's Achievements

  1. How can this: $zones_array = array(); $zones_query = tep_db_query("select zone_name from " . TABLE_ZONES . " where zone_country_id = '" . $account['entry_country_id'] . "' order by zone_name"); while ($zones_values = tep_db_fetch_array($zones_query)) { $zones_array[] = array('id' => $zones_values['zone_name'], 'text' => $zones_values['zone_name']); } echo tep_draw_pull_down_menu('state', $zones_array,tep_get_zone_name($account['entry_country_id'], $account['entry_zone_id'], $account['entry_state'])) . ' ' . ENTRY_STATE_TEXT; work in checkout_new_address.php?
×
×
  • Create New...