pg 결제금액 체크 코드 오류 수정

This commit is contained in:
chicpro
2014-10-01 09:30:44 +09:00
parent 3ff0cad428
commit 1bb61e7ec0
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ $sql = " select SUM(IF(io_type = 1, (io_price * ct_qty), ((ct_price + io_price)
$row = sql_fetch($sql);
$tot_ct_price = $row['od_price'];
$cart_count = $row['cart_count'];
$tot_od_price = $tot_ct_price;
// 쿠폰금액계산
$tot_cp_price = 0;