From e2227b2f65f29de2aa90c109d55892eafa7d4e73 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 11 Nov 2013 17:56:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=20=EB=AA=A8?= =?UTF-8?q?=EB=B0=94=EC=9D=BC=20=EC=83=81=ED=92=88=20=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/cart.php | 26 ++++--- mobile/shop/orderform.php | 2 +- mobile/shop/orderinquiryview.php | 130 +++++++++++++++---------------- 3 files changed, 80 insertions(+), 78 deletions(-) diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php index 72ac45d90..a0d1773ec 100644 --- a/mobile/shop/cart.php +++ b/mobile/shop/cart.php @@ -14,13 +14,15 @@ include_once(G5_MSHOP_PATH.'/_head.php'); - - + + + + + - @@ -72,7 +74,7 @@ include_once(G5_MSHOP_PATH.'/_head.php'); $it_name = $a1 . stripslashes($row['it_name']) . $a2; $it_options = print_item_options($row['it_id'], $s_cart_id); if($it_options) { - $mod_options = '
'; + $mod_options = '
'; $it_name .= '
'.$it_options.'
'; } @@ -81,18 +83,22 @@ include_once(G5_MSHOP_PATH.'/_head.php'); ?> - - + - + + + - + + + - + diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index 9222a361d..b73e5937d 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -41,78 +41,74 @@ include_once(G5_MSHOP_PATH.'/_head.php'); order by ct_id "; $result = sql_query($sql); ?> -
상품이미지상품명상품이미지상품명
총수량 판매가 소계 포인트
+ - +
+ + + + + + + + + + + + + + + + -
상품이미지상품명
옵션항목
수량판매가소계포인트상태
- - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - -
옵션항목수량판매가소계포인트상태
- - - 0 && $st_count1 == $st_count2) - $custom_cancel = true; - ?> - + // 주문 상품의 상태가 모두 주문이면 고객 취소 가능 + if($st_count1 > 0 && $st_count1 == $st_count2) + $custom_cancel = true; + ?> + +
상품 상태 설명