#252 주문상세 페이지에서도 요청정보 노출되도록 함

This commit is contained in:
chicpro
2013-07-15 16:39:44 +09:00
parent 452ec15206
commit 9bd9976c61
5 changed files with 129 additions and 71 deletions

View File

@ -57,6 +57,13 @@ if($rq['rq_parent']) {
$cus_content = conv_content($cus['rq_content'], 0);
}
// 요청상품
$sql = " select ct_id, it_id, it_name, ct_option, ct_price, ct_qty, io_type, io_price, ct_status
from {$g4['shop_cart_table']}
where uq_id = '{$od['uq_id']}'
order by ct_id ";
$result = sql_query($sql);
$qstr2 = $qstr.'&rq_type='.$rq_type.'&save_stx='.$stx;
?>