From 8e07e95ebede02f0eeceb866af4dc0fd25befff6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 6 May 2013 21:20:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#141=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=A3=BC=EB=AC=B8=20=EC=9C=84=EC=8B=9C=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=ED=91=9C=EC=A4=80=ED=99=94=20=EB=B0=8F=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 7 +- shop/wishlist.php | 150 ++++++++++++++++++++++--------------------- 2 files changed, 83 insertions(+), 74 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index e9422506f..06691e28d 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -572,7 +572,6 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 장바구니 */ #sod_bsk {} -#sod_bsk_act {text-align:center} .sod_bsk_img {width:90px;text-align:center} .sod_bsk_itopt {padding:3px;border:1px solid #e9e9e9;background:#f5f6fa} @@ -581,8 +580,14 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .sod_bsk_tot span {display:inline-block;width:64%;text-align:right} .sod_bsk_tot strong {display:inline-block;width:35%;text-align:right} +#sod_bsk_act {text-align:center} #sod_bsk_act p {margin:0 0 10px} +/* 위시리스트 */ +#sod_ws {} +.sod_ws_img {width:90px;text-align:center} +#sod_ws_act {text-align:center} + /* 주문내역 */ #sod_v .basic_tbl {text-align:center} diff --git a/shop/wishlist.php b/shop/wishlist.php index e51e79ec9..c81f6da5a 100644 --- a/shop/wishlist.php +++ b/shop/wishlist.php @@ -8,85 +8,89 @@ $g4['title'] = "보관함"; include_once('./_head.php'); ?> -

+

-
- - - - - - - - - - - - - + + + - $out_cd = ""; - for($k=1; $k<=6; $k++){ - $opt = trim($row["it_opt{$k}"]); - if(preg_match("/\n/", $opt)||preg_match("/;/" , $opt)) { - $out_cd = "no"; - break; +
상품명보관일시상품체크삭제
+ + + + + + + + + + + + + + + + + + + + '; + ?> + +
선택이미지상품명보관일시삭제
+ + 품절 + + + + + + + + + 삭제
보관함이 비었습니다.
+
- if ($row['it_tel_inq']) $out_cd = "tel_inq"; - - if ($i > 0) - echo "\n"; - - $image = get_it_image($row['it_id']."_s", 50, 50, $row['it_id']); - - $s_del = "\"삭제\""; - - echo "\n"; - echo "$image\n"; - echo "".stripslashes($row['it_name'])."\n"; - echo "{$row['wi_time']}\n"; - echo ""; - // 품절검사 - $it_stock_qty = get_it_stock_qty($row['it_id']); - if($it_stock_qty <= 0) - { - echo ""; - echo ""; - } else { //품절이 아니면 체크할수 있도록한다 - echo ""; - } - echo ""; - echo ""; - echo ""; - echo ""; - echo "\n"; - echo "$s_del\n"; - echo "\n"; -} - -if ($i == 0) - echo "보관함이 비었습니다.\n"; -?> - - -
- - -
- -   +