From 1bb61e7ec05645630cf0eab5c8e72581ca36f08b Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 1 Oct 2014 09:30:44 +0900 Subject: [PATCH] =?UTF-8?q?pg=20=EA=B2=B0=EC=A0=9C=EA=B8=88=EC=95=A1=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=20=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 1 + shop/orderformupdate.php | 1 + 2 files changed, 2 insertions(+) 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;