0)
$good_info .= chr(30);
$good_info .= "seq=".($i+1).chr(31);
$good_info .= "ordr_numb={$od_id}_".sprintf("%04d", $i).chr(31);
$good_info .= "good_name=".addslashes($row['it_name']).chr(31);
$good_info .= "good_cntx=".$row['ct_qty'].chr(31);
$good_info .= "good_amtx=".$row['ct_price'].chr(31);
}
if ($i==0) { // 계속쇼핑
$continue_ca_id = $row['ca_id'];
}
if ($s_page == 'cart.php' || $s_page == 'orderinquiryview.php') { // 링크를 붙이고
$a1 = '';
$a2 = '';
$image = get_it_image($row['it_id'], 70, 70);
} else { // 붙이지 않고
$a1 = '';
$a2 = '';
$image = get_it_image($row['it_id'], 50, 50);
}
$it_name = $a1 . stripslashes($row['it_name']) . $a2;
if ($row['it_opt1'] || $row['it_opt2'] || $row['it_opt3'] || $row['it_opt4'] || $row['it_opt5'] || $row['it_opt6']) { // 상품에 옵션이 있다면
$it_name .= ''.print_item_options($row['it_id'], $row['it_opt1'], $row['it_opt2'], $row['it_opt3'], $row['it_opt4'], $row['it_opt5'], $row['it_opt6']).'
';
}
$point = $row['ct_point'] * $row['ct_qty'];
$sell_amount = $row['ct_price'] * $row['ct_qty'];
?>
|
|
';
else
echo ''.$row['ct_qty'].' | ';
?>
|
|
|
삭제';
else if ($s_page == 'orderinquiryview.php')
echo ''.$row['ct_status'].' | ';
?>
0)
$send_cost = $row['od_send_cost'];
}
} // for 끝
if ($i == 0) echo '| 장바구니에 담긴 상품이 없습니다. |
';
?>