From f35c958c466fca2be8db962672c5fd5ebd886c66 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 3 Dec 2013 14:03:06 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0:=20table=20->=20ul=20=EB=B3=80=EA=B2=BD=20:?= =?UTF-8?q?=20=EC=9E=A5=EB=B0=94=EA=B5=AC=EB=8B=88=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 56 ++++++++++++++++------------- mobile/shop/cart.php | 85 +++++++++++++++++++++----------------------- shop/cart.php | 1 - 3 files changed, 71 insertions(+), 71 deletions(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 81efe5759..57afc4ac8 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -191,19 +191,43 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} #smb_my_wish .info_link {display:block;padding:5px 0;font-size:1.2em;font-weight:bold} #smb_my_wish .info_date {position:absolute;bottom:10px;right:0} -/* 장바구니 */ -#sod_bsk {} -.sod_img {width:100px;text-align:center} +/* 장바구니 주문서 공통 */ +#sod_chk {padding:0 0 10px;text-align:right} + +#sod_list {position:relative;margin:0;padding:0;list-style:none} +#sod_list .sod_li {position:relative;padding:5px 0} +#sod_list .sod_li:nth-of-type(1) {border-top:1px solid #e9e9e9} +#sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""} +#sod_list .li_chk {position:absolute;top:12px;right:0} +#sod_list .li_name {margin:0 0 15px} +#sod_list .li_name a {display:block;width:90%} +#sod_list .li_name strong {display:inline-block;padding:8px 0 10px;font-size:1.167em} +#sod_list .li_prqty {margin:0 0 5px;padding:0 0 15px;border-bottom:1px solid #e9e9e9} +#sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""} +#sod_list .li_prqty span {font-weight:bold} +#sod_list .li_prqty span span {font-weight:normal} +#sod_list .prqty_price {float:left;padding:0 2% 0 0;width:48%;border-right:1px solid #e9e9e9;text-align:right} +#sod_list .prqty_qty {float:right;width:48%;text-align:left} +#sod_list .li_cp, #sod_list .li_mod {margin:5px 0 0} +#sod_list .li_cp .cp_btn, #sod_list .li_mod .mod_btn {display:block;margin:0;padding:10px 0;width:100%;border:0;background:#ff882a;color:#fff;font-weight:bold} +#sod_list .li_total {position:relative} +#sod_list .total_img {position:absolute;top:0;left:0} +#sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right} +#sod_list .total_span span {position:absolute;top:5px;left:0} +#sod_list .total_price {border-bottom:1px solid #e9e9e9} + .sod_opt {border-top:1px dashed #e9e9e9;background:#f2f5f9} .sod_opt ul {margin:0;padding:0;list-style:none} .sod_opt li {padding:8px} -.sod_option_btn .mod_options {margin:0 0 10px;padding:5px 0;width:100%;border:0;background:#333;color:#fff} + +/* 장바구니 */ +#sod_bsk {} #sod_bsk_list {position:relative} #sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:0;padding:20px;width:320px;height:auto !important;height:480px;max-height:480px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll} html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */ -#sod_bsk_tot {margin:0;padding:10px;border:1px solid #e9e9e9;background:#f2f5f9} +#sod_bsk_tot {margin:0 0 15px;padding:10px;border:1px solid #e9e9e9;background:#f2f5f9} #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""} #sod_bsk_tot dt, #sod_bsk_tot dd {float:left;padding:10px 0;border-bottom:1px solid #e9e9e9} #sod_bsk_tot dt {padding-left:2%;width:48%;font-weight:bold} @@ -212,7 +236,8 @@ html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !impor .sod_bsk_point {border-bottom:0 !important} #sod_bsk_act {margin:0 0 20px;text-align:center} -#sod_bsk_act p {margin:0} +#sod_bsk_act a.btn01 {height:2.4em;line-height:2.6em;vertical-align:middle} +#sod_bsk_act button.btn01 {height:2.6em;line-height:2.6em} /* 위시리스트 */ #sod_ws {} @@ -236,25 +261,6 @@ html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !impor #sod_frm {} #sod_frm h2 {margin:0 0 10px} -#sod_list {position:relative;margin:0;padding:0;list-style:none} -#sod_list .sod_li {position:relative;padding:5px 0} -#sod_list .sod_li:nth-of-type(1) {border-top:1px solid #e9e9e9} -#sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""} -#sod_list .li_name {margin:0 0 15px} -#sod_list .li_name strong {display:inline-block;padding:8px 0 10px;font-size:1.167em} -#sod_list .li_prqty {margin:0 0 5px;padding:0 0 15px;border-bottom:1px solid #e9e9e9} -#sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""} -#sod_list .li_prqty span {font-weight:bold} -#sod_list .li_prqty span span {font-weight:normal} -#sod_list .prqty_price {float:left;padding:0 2% 0 0;width:48%;border-right:1px solid #e9e9e9;text-align:right} -#sod_list .prqty_qty {float:right;width:48%;text-align:left} -#sod_list .li_cp {margin:5px 0 0} -#sod_list .li_cp .cp_btn {display:block;margin:0;padding:10px 0;width:100%;border:0;background:#ff882a;color:#fff;font-weight:bold} -#sod_list .li_total {position:relative} -#sod_list .total_img {position:absolute;top:0;left:0} -#sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right} -#sod_list .total_span span {position:absolute;top:5px;left:0} -#sod_list .total_price {border-bottom:1px solid #e9e9e9} #sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:0;padding:10px;width:278px;height:auto !important;height:480px;max-height:480px;border:1px solid #c9c9c9;background:#f2f5f9;overflow-y:scroll} html.no-overflowscrolling #cp_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */ diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php index 11cc2643a..34baf7c7f 100644 --- a/mobile/shop/cart.php +++ b/mobile/shop/cart.php @@ -10,22 +10,13 @@ include_once(G5_MSHOP_PATH.'/_head.php');
-
- - - - - - - - - - - - - - - + +
+ + +
+ +
    '; - $a2 = ''; - $image = get_it_image($row['it_id'], 70, 70); + $a1 = ''; + $a2 = ''; + $image_width = 50; + $image_height = 50; + $image = get_it_image($row['it_id'], $image_width, $image_height); $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.'
    '; } @@ -82,24 +75,27 @@ include_once(G5_MSHOP_PATH.'/_head.php'); $sell_price = $sum['price']; ?> -
- - - - - - - - - - - - - + +
+ 판매가 + 수량 +
+
+ + 소계 + 적립포인트 +
+
+ '; + echo '
  • 장바구니에 담긴 상품이 없습니다.
  • '; } else { // 배송비 계산 $send_cost = get_sendcost($s_cart_id, 0); } ?> - -
    상품이미지상품명
    총수량판매가소계포인트
    - - +
  • + + +
    + + +
    +
    -
  • 장바구니에 담긴 상품이 없습니다.
    -
    + 0) { ?>
    총계
    -
    +
    +
    포인트
    +
    -
    +
    쇼핑 계속하기 -

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

    쇼핑 계속하기 - + diff --git a/shop/cart.php b/shop/cart.php index 4bc8d7320..b163cc7dc 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -162,7 +162,6 @@ include_once('./_head.php'); -

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

    쇼핑 계속하기 From 243e8125b999f8ce28ac1b203a2daad1a824af81 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 3 Dec 2013 14:16:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90:=20=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20>=20=EC=BF=A0=ED=8F=B0=EA=B4=80=EB=A6=AC=20:=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=EB=8C=80=EC=83=81=20=EB=84=88=EB=B9=84=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/couponlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/couponlist.php b/adm/shop_admin/couponlist.php index 83c8fcd48..4be76c640 100644 --- a/adm/shop_admin/couponlist.php +++ b/adm/shop_admin/couponlist.php @@ -137,7 +137,7 @@ $colspan = 8; - +
    ~