diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 79434732c..1c0e0db48 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -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; diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index d10a8ed46..efd07808c 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -62,6 +62,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;