include_once('./_common.php');
set_session("ss_direct", $sw_direct);
// 장바구니가 비어있는가?
if ($sw_direct) {
$tmp_uq_id = get_session("ss_uq_direct");
}
else {
$tmp_uq_id = get_session("ss_uq_id");
}
if (get_cart_count($tmp_uq_id) == 0)
alert("장바구니가 비어 있습니다.", "./cart.php");
// 포인트 결제 대기 필드 추가
//sql_query(" ALTER TABLE `$g4[shop_order_table]` ADD `od_temp_point` INT NOT NULL AFTER `od_temp_card` ", false);
$g4['title'] = '주문서 작성';
include_once('./_head.php');
// 새로운 주문번호 생성
$od_id = get_uniqid();
set_session('ss_order_uniqid', $od_id);
?>

$s_page = 'orderform.php'; $s_uq_id = $tmp_uq_id; include_once('./cartsub.inc.php'); if (file_exists("./settle_{$default['de_card_pg']}.inc.php")) { include "./settle_{$default['de_card_pg']}.inc.php"; } $good_mny = (int)$tot_sell_amount + (int)$send_cost; $order_action_url = G4_HTTPS_SHOP_URL.'/orderformupdate.php'; ?> /* ============================================================================== */ /* = Javascript source Include = */ /* = -------------------------------------------------------------------------- = */ /* = ※ 필수 = */ /* = -------------------------------------------------------------------------- = */ ?> /* = -------------------------------------------------------------------------- = */ /* = Javascript source Include END = */ /* ============================================================================== */ ?>
if ($default['de_escrow_use']) { ?> } ?> include_once('./_tail.php'); ?>