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 ""; - } - } - - //-------------------------------------------------------- // 변조 검사 //--------------------------------------------------------