상품할인 금액 노출되지 않는 오류 수정

This commit is contained in:
chicpro
2013-08-27 17:01:46 +09:00
parent 59270ed323
commit b6da3e99b9

View File

@ -18,7 +18,7 @@ else
$sql = " select SUM( IF(io_type = '1', io_price * ct_qty, (ct_price + io_price) * ct_qty)) as sum_price
from {$g4['shop_cart_table']}
where od_id = '$od_id'
where od_id = '$cart_id'
and it_id = '$it_id' ";
$ct = sql_fetch($sql);
$item_price = $ct['sum_price'];