From e88715241226b4c6136725093ce41e0fe781035e Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 15 May 2013 17:41:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=A5=EB=B0=94=EA=B5=AC=EB=8B=88=EC=97=90?= =?UTF-8?q?=EC=84=9C=20act=20=EA=B0=92=20=EB=84=98=EC=96=B4=EA=B0=80?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/cartsub.inc.php | 6 ++---- shop/cartupdate.php | 12 ------------ 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/shop/cartsub.inc.php b/shop/cartsub.inc.php index 7983563c4..20e238c97 100644 --- a/shop/cartsub.inc.php +++ b/shop/cartsub.inc.php @@ -115,11 +115,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++) - - - - @@ -223,6 +219,8 @@ if ($tot_amount > 0) { 쇼핑 계속하기 + +

장바구니의 상품을 주문하시려면 주문하기를 클릭하세요. 비우기는 장바구니의 상품을 모두 비웁니다.

쇼핑 계속하기 주문하기 diff --git a/shop/cartupdate.php b/shop/cartupdate.php index 8c152f2a4..9c504092e 100644 --- a/shop/cartupdate.php +++ b/shop/cartupdate.php @@ -154,18 +154,6 @@ else // 장바구니에 담기 if ($_POST['ct_qty'] < 1) alert('수량은 1 이상 입력해 주십시오.'); - // 비회원가격과 회원가격이 다르다면 - if (!$is_member && $default['de_different_msg']) - { - $sql = " select it_amount, it_amount2 from {$g4['shop_item_table']} where it_id = '{$_POST['it_id']}' "; - $row = sql_fetch($sql); - if ($row['it_amount2'] && $row['it_amount'] != $row['it_amount2']) { - echo ""; - echo ""; - } - } - - //-------------------------------------------------------- // 변조 검사 //--------------------------------------------------------