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"; -?> - - -
- - -
- -   +