From 08c5ce8627ad4453478d89535412774b14ec0fd6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 5 Feb 2014 14:26:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A4=EC=9D=8C=20=EA=B0=80=EA=B2=A9?= =?UTF-8?q?=EB=B9=84=EA=B5=90=20=EC=97=B0=EB=8F=99=20=EB=95=8C=20=EB=B0=B0?= =?UTF-8?q?=EC=86=A1=EB=B9=84=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/price/daum.php | 2 +- shop/price2/daum.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/price/daum.php b/shop/price/daum.php index 4de83c92c..4a05442ac 100644 --- a/shop/price/daum.php +++ b/shop/price/daum.php @@ -105,7 +105,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) // 배송비계산 $delivery = get_item_sendcost2($row['it_id'], $row['it_price'], 1); if($delivery) { - $deliv = $delivery; + $deliv = 1; $deliv2 = $delivery.'원'; } else { $deliv = 0; diff --git a/shop/price2/daum.php b/shop/price2/daum.php index 80949b2a6..3eb2c5b93 100644 --- a/shop/price2/daum.php +++ b/shop/price2/daum.php @@ -121,7 +121,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) $delivery = get_item_sendcost2($row['it_id'], $it_price, 1); if($delivery) { - $deliv = $delivery; + $deliv = 1; $deliv2 = $delivery.'원'; } else { $deliv = 0;