From 2a32337cb026379b8e1140dc0ba05b0e1e906a8b Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 21 Jun 2013 15:06:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EB=B0=94=EA=B5=AC=EB=8B=88=20?= =?UTF-8?q?=EB=8B=B4=EA=B8=B0=EC=97=90=EC=84=9C=20=EB=B0=B0=EC=86=A1?= =?UTF-8?q?=EB=B9=84=20=EB=B9=84=EA=B5=90=20=EC=BD=94=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/cartupdate.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shop/cartupdate.php b/shop/cartupdate.php index ee69d1791..85f1d5297 100644 --- a/shop/cartupdate.php +++ b/shop/cartupdate.php @@ -264,10 +264,6 @@ else // 장바구니에 담기 $sql = " select * from {$g4['shop_item_table']} where it_id = '{$_POST['it_id']}' "; $it = sql_fetch($sql); - $it_send_cost = 0; - if($default['de_send_cost_case'] == '개별') - $it_send_cost = get_item_sendcost($it['it_id'], $tmp_uq_id); - // 옵션정보를 얻어서 배열에 저장 $opt_list = array(); $sql = " select * from {$g4['shop_item_option_table']} where it_id = '{$_POST['it_id']}' and io_use = '1' order by io_no asc ";