You will need basic HTML knowledge to format it to your site. It is setup right now to display as a single column.
Thanks for downloading and installing it And I hope you enjoy it.
Edited by crombiecrunch, 07 December 2008, 03:53.
Posted 07 December 2008, 03:52
Edited by crombiecrunch, 07 December 2008, 03:53.
Posted 07 December 2008, 06:27
Posted 07 December 2008, 08:09
Posted 07 December 2008, 14:22
Posted 07 December 2008, 15:32
Posted 07 December 2008, 15:49
Edited by crombiecrunch, 07 December 2008, 15:53.
Posted 07 December 2008, 17:35
crombiecrunch, on Dec 6 2008, 07:52 PM, said:
Posted 07 December 2008, 17:41
Posted 07 December 2008, 18:09
Posted 07 December 2008, 18:33
echo tep_draw_pull_down_menu('state', $zones_array);
} else {
echo tep_draw_input_field('state');
}
} else {
echo tep_draw_input_field('state');
echo tep_draw_pull_down_menu('state', $zones_array);
} else {
echo tep_draw_input_field('state');
}
} else {
// FORM NOT PROCESSED YET
$zone_id = 0;
$check_query = tep_db_query("select count(*) as total from " . TABLE_ZONES . " where zone_country_id = '" . (int)STORE_COUNTRY . "'");
$check = tep_db_fetch_array($check_query);
$entry_state_has_zones = ($check['total'] > 0);
if ($entry_state_has_zones == true) {
$zones_array = array();
$zones_array[] = array('id' => PULL_DOWN_DEFAULT, 'text' => PULL_DOWN_DEFAULT);
$zones_query = tep_db_query("select zone_name from " . TABLE_ZONES . " where zone_country_id = '" . (int)STORE_COUNTRY . "' 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);
} else {
echo tep_draw_input_field('state'); }
}
echo tep_draw_pull_down_menu('state', $zones_array,'',$disabled_ship." ".'onchange="toggleShipping_fields(\'state\',\'ship_state\');"');
} else {
echo tep_draw_input_field('state',$state,$disabled_ship." ".'onKeyUp="toggleShipping_fields(\'state\',\'ship_state\');"');
}
} else {
echo tep_draw_input_field('state',$state,$disabled_ship." ".'onKeyUp="toggleShipping_fields(\'state\',\'ship_state\');"');
}
if (tep_not_null(ENTRY_STATE_TEXT)) echo ' <span class="inputRequirement">' . ENTRY_STATE_TEXT;
Posted 07 December 2008, 18:36
fernyburn, on Dec 7 2008, 12:33 PM, said:
echo tep_draw_pull_down_menu('state', $zones_array);
} else {
echo tep_draw_input_field('state');
}
} else {
echo tep_draw_input_field('state');
echo tep_draw_pull_down_menu('state', $zones_array);
} else {
echo tep_draw_input_field('state');
}
} else {
// FORM NOT PROCESSED YET
$zone_id = 0;
$check_query = tep_db_query("select count(*) as total from " . TABLE_ZONES . " where zone_country_id = '" . (int)STORE_COUNTRY . "'");
$check = tep_db_fetch_array($check_query);
$entry_state_has_zones = ($check['total'] > 0);
if ($entry_state_has_zones == true) {
$zones_array = array();
$zones_array[] = array('id' => PULL_DOWN_DEFAULT, 'text' => PULL_DOWN_DEFAULT);
$zones_query = tep_db_query("select zone_name from " . TABLE_ZONES . " where zone_country_id = '" . (int)STORE_COUNTRY . "' 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);
} else {
echo tep_draw_input_field('state'); }
}
echo tep_draw_pull_down_menu('state', $zones_array,'',$disabled_ship." ".'onchange="toggleShipping_fields(\'state\',\'ship_state\');"');
} else {
echo tep_draw_input_field('state',$state,$disabled_ship." ".'onKeyUp="toggleShipping_fields(\'state\',\'ship_state\');"');
}
} else {
echo tep_draw_input_field('state',$state,$disabled_ship." ".'onKeyUp="toggleShipping_fields(\'state\',\'ship_state\');"');
}
if (tep_not_null(ENTRY_STATE_TEXT)) echo ' <span class="inputRequirement">' . ENTRY_STATE_TEXT;
Edited by crombiecrunch, 07 December 2008, 18:36.
Posted 07 December 2008, 18:40
Posted 07 December 2008, 18:40
Edited by kbking, 07 December 2008, 18:41.
Posted 07 December 2008, 18:55
Posted 07 December 2008, 19:02
kbking, on Dec 7 2008, 12:40 PM, said:
Posted 07 December 2008, 19:28
crombiecrunch, on Dec 7 2008, 08:02 PM, said:
Posted 07 December 2008, 19:31
danta67, on Dec 7 2008, 01:28 PM, said:
Posted 07 December 2008, 19:38
danta67, on Dec 7 2008, 01:35 PM, said: