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;