5.3 이하 버전과 호환되지 않는 잘못된 코드 수정
This commit is contained in:
@ -164,6 +164,7 @@ box-shadow:0 2px 5px rgba(0,0,0,0.2)}
|
||||
#category_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}
|
||||
#category .no-cate{text-align:center;padding:15px}
|
||||
|
||||
|
||||
/* 중간 레이아웃 */
|
||||
/* #wrapper {z-index:5;margin:0 auto;width:1200px;position:relative} */
|
||||
#wrapper {z-index:5;position:relative;width:100%;background:#f6f6f6}
|
||||
@ -569,42 +570,50 @@ box-shadow:0 1px 10px rgba(0,0,0,.1)}
|
||||
#sit_rec_new .win_btn {margin:20px 0}
|
||||
|
||||
/* 마이페이지 */
|
||||
#smb_my {position:relative;margin-bottom:30px}
|
||||
#smb_my:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#smb_my {position:relative}
|
||||
|
||||
/* 마이페이지 aside */
|
||||
#smb_my_ov {position:relative;float:left;margin:0 10px 0 0;width:265px;border:1px solid #e8e8e8;background:#fff;margin-right:20px}
|
||||
#smb_my_ov {margin:0 0 20px;position:relative}
|
||||
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#smb_my_ov .smb_me {display:block;background:#fff;border-bottom:1px solid #e8e8e8;padding:20px;text-align:center;font-size:1.167em}
|
||||
#smb_my_ov .smb_me img {width:45px;border-radius:50%}
|
||||
#smb_my_ov .smb_me .my_ov_name {display:inline-block;margin-bottom:10px;line-height:28px}
|
||||
#smb_my_ov .smb_me a {display:inline-block;font-size:0.85em;height:28px;line-height:22px;border:1px solid #d5d9dd;color:#8a8a8a;border-radius:2px;padding:2px 5px}
|
||||
#smb_my_ov .smb_me a.smb_info {color:#3a8afd}
|
||||
|
||||
#smb_private:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#smb_private {padding:10px 0}
|
||||
#smb_private li {text-align:left;position:relative;text-align:left}
|
||||
#smb_private a {display:block;background:#fff;color:#465168;line-height:20px;padding:10px 20px 10px 25px}
|
||||
#smb_private a strong {display:inline-block;float:right;max-width:87px;overflow:hidden;white-space:nowrap;text-overflow:clip;color:#3a8afd;padding:0 5px;border-radius:15px;font-size:0.92em}
|
||||
#smb_private a:hover strong {background:#4b8bff}
|
||||
#smb_private li a:hover {color:#4b8bff}
|
||||
#smb_private li a:hover:after {position:absolute;left:0;top:0;width:2px;height:100%;background:#3a8afd;content:""}
|
||||
#smb_private li i {width:25px;color:#8c9eb0;margin-right:5px}
|
||||
#smb_private li:hover i {color:#3a8afd}
|
||||
#smb_private .win_point strong {background:#37bc9b;color:#fff}
|
||||
#smb_private .win_memo strong {background:#ff8b77;color:#fff}
|
||||
#smb_private .win_scrap strong {background:#8cc152;color:#fff}
|
||||
#smb_private .win_coupon strong {background:#a352c1;color:#fff}
|
||||
|
||||
#smb_my_ov h3 {font-size:1.2em;padding:20px 20px 10px;border-top:1px solid #e8e8e8}
|
||||
#smb_my_ov .op_area {border-top:0;padding:0 20px;line-height:18px;color:#555}
|
||||
#smb_my_ov .my_ov_name{display:block;background:#fff;border:1px solid #ccc;line-height:45px;padding:0 20px;font-size:1.167em;}
|
||||
#smb_my_ov .my_ov_name img{width:20px;border-radius:50%}
|
||||
#smb_my_act {position:absolute;top:-35px;right:0;zoom:1}
|
||||
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#smb_my_act ul {float:right;margin:0;padding:0;list-style:none}
|
||||
#smb_my_act li {float:left;margin:0 0 0 4px}
|
||||
#smb_my_act li a{line-height:25px;padding:0 5px}
|
||||
#smb_my_act li .btn_admin{height:27px;}
|
||||
#smb_my_ov .cou_pt{position:absolute;top:0 ;right:0;}
|
||||
#smb_my_ov .cou_pt dt{float:left;width:90px;line-height:45px;}
|
||||
#smb_my_ov .cou_pt dd{float:left;width:110px;text-align:right;padding:0 20px 0 0 ;line-height:45px;}
|
||||
#smb_my_ov .cou_pt dd a{color:#ff2b64;font-weight:bold;font-size:1.167em}
|
||||
#smb_my_ov .op_area{background:#fff;border:1px solid #ccc;border-top:0;padding:10px 15px;line-height:18px;color:#555}
|
||||
#smb_my_ov .btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle;border-radius:3px}
|
||||
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#smb_my_ov .op_area dt {margin:5px 0;padding-top:5px;font-weight:bold;color:#8c9eb0;line-height:20px}
|
||||
#smb_my_ov .op_area dd {margin:5px 0;padding-bottom:10px;border-bottom:1px dashed #e5e5e5}
|
||||
#smb_my_ovaddt {border-bottom:0 !important}
|
||||
#smb_my_ovaddd {border-bottom:0 !important}
|
||||
#smb_my_ov .op_area dt{float:left;width:10%;margin:3px 0;font-weight:bold}
|
||||
#smb_my_ov .op_area dd{float:left;width:40%;;margin:3px 0}
|
||||
.my_ov_btn{text-align:center;}
|
||||
.my_ov_btn button{background:#fff;border:1px solid #ccc;vertical-align:top;border-top:0;padding:0 20px;height:25px}
|
||||
.my_ov_btn button:hover{background:#f3f3f3}
|
||||
|
||||
.withdrawal {display:block;padding:10px 20px;border-top:1px solid #e8e8e8;color:#c7c7c7}
|
||||
#smb_my_ovaddd{width:90%}
|
||||
|
||||
#smb_my_ovaddt {border-bottom:0 !important}
|
||||
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}
|
||||
|
||||
#smb_my_od {margin:0 0 50px;position:relative}
|
||||
#smb_my_od h2 {margin:0 0 10px;font-size:1.25em;}
|
||||
#smb_my_od td{text-align:center}
|
||||
#smb_my_od td a{font-weight:bold}
|
||||
#smb_my_wish{position:relative;}
|
||||
#smb_my_wish h2 {margin:0 0 10px;font-size:1.25em;padding:0 0 10px;border-bottom:2px solid #000}
|
||||
.smb_my_img{margin:0 0 5px;}
|
||||
.smb_my_tit{margin:5px 0 ; font-size:1.167em;font-weight:bold}
|
||||
.smb_my_date{font-size:0.92em;color:#777}
|
||||
.smb_my_more {position:absolute;top:0;right:0;}
|
||||
#smb_my_wish .list_02 .smb_my_img{float:none;margin:0}
|
||||
.smb_my_more a{display:block;background:url('../img/more-btn.gif') no-repeat 0 2px;padding-left:20px;height:30px}
|
||||
.smb_my_img a{display:block}
|
||||
.smb_my_img a img{max-width:100%;height:auto}
|
||||
|
||||
/* 마이페이지 list */
|
||||
#smb_my_list {float:left;width:915px}
|
||||
@ -711,21 +720,24 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
|
||||
/* 주문서 작성 */
|
||||
#sod_frm {}
|
||||
#sod_frm:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm p {margin:0 0 10px}
|
||||
#sod_frm .od_prd_list {margin-bottom:20px}
|
||||
#sod_list {position:relative}
|
||||
#sod_list #cp_frm {z-index:10000;position:absolute;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-270px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
|
||||
|
||||
.od_coupon_wrap {content:"";display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);z-index:9999}
|
||||
.od_coupon h3 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;margin:0 0 15px;font-size:1.25em;text-align:left}
|
||||
.od_coupon .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;border-radius:0;background:none;font-size:1.25em}
|
||||
.od_coupon .btn_close:hover {background:#f3f3f3}
|
||||
.od_coupon .tbl_head02 {margin:20px}
|
||||
.od_coupon .cp_apply {padding:0 5px;border:1px solid #3a8afd;color:#3a8afd;background:#fff;height:23px;line-height:21px}
|
||||
.od_coupon td,#sod_frm_pay .od_coupon td {text-align:left;border-left:0;padding:7px}
|
||||
#sod_frm_pay .od_coupon th {width:auto;text-align:center;padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
|
||||
.od_coupon .td_numbig, #sod_frm_pay .od_coupon .td_numbig {text-align:center}
|
||||
.od_coupon .td_mngsmall {width:60px}
|
||||
.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
|
||||
-webkit-box-shadow: 1px 2px 2px #eee;
|
||||
-moz-box-shadow: 1px 2px 2px #eee;
|
||||
box-shadow: 1px 2px 2px #eee;}
|
||||
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
|
||||
.od_coupon .btn_close:hover{background:#f3f3f3}
|
||||
.od_coupon .tbl_head02{margin:20px}
|
||||
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
|
||||
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
|
||||
#sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
|
||||
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
|
||||
.od_coupon .td_mngsmall{width:60px}
|
||||
|
||||
/* 주문서 작성 - 왼쪽 */
|
||||
.sod_left {display:inline-block;float:left;width:840px;margin-right:20px;vertical-align:top}
|
||||
@ -756,9 +768,77 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
#sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}
|
||||
|
||||
/* 주문서 작성 - 공통 */
|
||||
#sod_frm_orderer, #sod_frm_taker {margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
|
||||
#sod_frm section h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
|
||||
#sod_frm_orderer #od_addr_jibeon,
|
||||
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
|
||||
|
||||
/* 5.4.1.3 버전이후 추가 css */
|
||||
#sod_frm div.tbl_frm01, #sod_frm_taker div.tbl_frm01{padding:0px 10px !important}
|
||||
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
|
||||
#sod_frm .tbl_frm01 th{width:94px}
|
||||
#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width:40%}
|
||||
#sod_frm #od_zip,#sod_frm #od_b_zip{width:90px}
|
||||
#sod_frm .tbl_frm01 td .btn_address {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
|
||||
#sod_frm #od_memo{min-height:100px}
|
||||
#sod_frm_taker .order_choice_place{position:relative;background:#edf3fc;border:1px solid #d1ddee;padding-left:10px}
|
||||
#sod_frm_taker .tbl_frm01 .btn_frmline{float:none;position:absolute;top:8px;right:10px}
|
||||
#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_sell,#sod_frm #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point,#sod_frm #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_frm #sod_bsk_tot li:last-child {border-bottom:0 none}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point span,#sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
|
||||
#sod_frm_pay {position:relative;margin:10px 0}
|
||||
#sod_frm #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
|
||||
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
|
||||
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
|
||||
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
|
||||
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
|
||||
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
|
||||
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
|
||||
#od_tot_price span{float:left;font-weight:bold}
|
||||
#od_tot_price strong{font-size:1.5em;color:#ff006c}
|
||||
#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
|
||||
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
|
||||
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
|
||||
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
|
||||
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
|
||||
#sod_frm_paysel {}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_frm_paysel .KPAY{background:url('../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYNOW{background:url('../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYCO{background:url('../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .inicis_lpay{background:url('../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .kakaopay_icon{background:url('../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .bank_icon{background:url('../img/pay_icon1.png') no-repeat 15px 50% #fff}
|
||||
#sod_frm_paysel .vbank_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .iche_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .hp_icon{background:url('../img/pay_icon3.png') no-repeat 24px 50% #fff}
|
||||
#sod_frm_paysel .card_icon{background:url('../img/pay_icon4.png') no-repeat 17px 50% #fff}
|
||||
#forderform .sod_right #sod_bsk_tot {border:1px solid #e3e5e8}
|
||||
#forderform .od_pay_buttons_el{margin-top:20px;border:1px solid #e3e5e8;background:#fff;padding:10px}
|
||||
#forderform .od_pay_buttons_el h3{font-size:1.167em;margin:0px 0 5px}
|
||||
#forderform #sod_frm_pt{border-top:1px solid #e3e5e8}
|
||||
|
||||
.sod_right .pay_tbl{border:1px solid #e3e5e8;border-bottom:0 none}
|
||||
.sod_right #od_tot_price{border:1px solid #e3e5e8}
|
||||
#sod_frm_pay .od_pay_buttons_el:after{display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm_pay .sod_frm_point{margin-top:20px;border:1px solid #e3e5e8}
|
||||
#sod_frm_pay .sod_frm_point div{background:#fff;padding:10px;text-align:left;text-align:right}
|
||||
#sod_frm_pay .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_frm_pay .sod_frm_point div label{float:left;line-height:30px;font-weight:bold}
|
||||
#sod_frm_pay .sod_frm_point div span{display:block}
|
||||
#sod_frm_pay .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_frm_pay .sod_frm_point div strong{float:left;color:#666}
|
||||
#sod_frm_pay .sod_frm_point .max_point_box em{font-style:normal !important}
|
||||
#sod_frm_pay .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}
|
||||
|
||||
/* 주문서 작성 - 오른쪽 */
|
||||
.sod_right {display:inline-block;float:left;width:340px;height:100%;vertical-align:top}
|
||||
|
||||
@ -807,14 +887,17 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}
|
||||
|
||||
#sod_frm_pt {padding:20px}
|
||||
/*
|
||||
#sod_frm_pt strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left}
|
||||
#sod_frm_pt span {display:inline-block;width:55%;color:#000;text-align:right}
|
||||
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
*/
|
||||
#sod_frm_pt .max_point_box em {font-style:normal !important}
|
||||
|
||||
|
||||
/* 주문서 작성 - 결제수단 */
|
||||
#sod_frm_pay {position:relative;margin:10px 0 0;background:#fff;border:1px solid #e3e5e8}
|
||||
/* #sod_frm_pay {position:relative;margin:10px 0 0;background:#fff;border:1px solid #e3e5e8} */
|
||||
#sod_frm_pay {position:relative;margin:10px 0 0}
|
||||
#sod_frm_pay h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
|
||||
#sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
|
||||
#sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
|
||||
@ -826,17 +909,20 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
|
||||
#sod_frm_paysel {}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
/*
|
||||
#sod_frm_paysel .PAYCO {display:inline-block;width:75px;background:url('../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #fa1417}
|
||||
#sod_frm_paysel .PAYNOW {display:inline-block;width:75px;background:url('../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #c01734}
|
||||
#sod_frm_paysel .kakaopay_icon {display:inline-block;width:60px;background:url('../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
|
||||
#sod_frm_paysel .KPAY {display:inline-block;width:58px;background:url('../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #22096a}
|
||||
#sod_frm_paysel .inicis_lpay {display:inline-block;width:50px;background:url('../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #009bd7}
|
||||
*/
|
||||
#sod_frm_paysel ul.pay_way {margin:0;padding:15px}
|
||||
#sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:7px}
|
||||
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}
|
||||
|
||||
#settle_bank {border-top:1px solid #e3e5e8;background:#fff;padding:20px;clear:both}
|
||||
#settle_bank {border:1px solid #e3e5e8;border-top:0 none;background:#fff;padding:10px;clear:both;line-height:32px}
|
||||
#settle_bank:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#settle_bank label {float:left;width:30%;line-height:30px}
|
||||
#settle_bank select, #settle_bank input {width:70%;height:32px;margin:0 0 5px;border:1px solid #e3e5e8;border-radius:3px;text-align:left}
|
||||
#settle_bank option {padding:3px 0}
|
||||
@ -849,9 +935,9 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
|
||||
.display_setup_message strong {display:block;margin:0 0 10px}
|
||||
|
||||
#sod_frm_taker label {display:inline-block;font-weight:normal}
|
||||
#sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm_taker label {display:inline-block;font-weight:normal;margin-right:1em}
|
||||
#sod_frm_same {margin:0 0 10px}
|
||||
#sod_frm #od_memo {height:50px}
|
||||
|
||||
#sod_frm #display_pay_process {text-align:center}
|
||||
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}
|
||||
@ -916,30 +1002,21 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
|
||||
/* 주문상세내역 */
|
||||
#sod_fin {}
|
||||
#sod_fin th{padding:8px}
|
||||
#sod_fin .th_line th{border-top:1px solid #ddd;}
|
||||
#sod_fin_no {margin:0 0 20px;padding:15px;border:1px solid #d6e2f4;background:#edf3fc;font-size:1.2em;border-radius:5px;color:#3a8afd}
|
||||
|
||||
#sod_sts_wrap {margin:0 0 10px;text-align:right}
|
||||
#sod_sts_explan {display:none}
|
||||
|
||||
#sod_fin_legend {padding:20px;line-height:20px;background:#fff;margin:10px 0;border:1px solid #e9e9e9;text-align:left}
|
||||
#sod_fin_legend {padding:10px;background:#fff;margin:10px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
|
||||
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
|
||||
#sod_fin_legend dd {float:left;margin:0}
|
||||
|
||||
#sod_fin #sod_bsk_tot li {background:#fff;border-bottom:1px solid #e7ebf1;height:40px;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_fin #sod_bsk_tot li span {float:left;clear:both;color:#777}
|
||||
#sod_fin #sod_bsk_tot li strong {}
|
||||
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#ff006c;font-size:1.25em}
|
||||
|
||||
#sod_bsk_tot2 {border:1px solid #3a8afd;margin-bottom:20px}
|
||||
#sod_bsk_tot2 li {background:#fff;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_bsk_tot2 li span {float:left;clear:both;font-size:1em}
|
||||
#sod_bsk_tot2 li strong {font-size:1em}
|
||||
#sod_bsk_tot2 li.sod_fin_tot {background:#e5f0ff;border-top:1px solid #c6d7ef}
|
||||
#sod_bsk_tot2 li#alrdy {border-bottom:0 !important}
|
||||
#sod_bsk_tot2 li#alrdy div {padding:5px 0 15px;text-align:right}
|
||||
#sod_bsk_tot2 li#alrdy div p {position:relative;background:#d6e3f3;padding:0 10px;margin-bottom:1px}
|
||||
#sod_bsk_tot2 li.sod_fin_tot strong {color:#3a8afd;font-size:1.2em}
|
||||
#sod_fin #sod_bsk_tot li{background:#fff;border-bottom:1px solid #e7ebf1;height: 40px;;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_fin #sod_bsk_tot li span{float:left;clear:both;color: #777;}
|
||||
#sod_fin #sod_bsk_tot li strong{}
|
||||
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
|
||||
|
||||
#request_form {position:relative}
|
||||
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
|
||||
@ -963,54 +1040,45 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
.sod_req_log_view .sod_req_it {width:270px}
|
||||
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}
|
||||
|
||||
#sod_fin_list h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_list .td_prd {border-left:0;position:relative;padding-left:90px;min-height:100px}
|
||||
#sod_fin_list .sod_img {position:absolute;top:25px;left:20px}
|
||||
#sod_fin_list .sod_name a {font-weight:bold;line-height:1.5em}
|
||||
#sod_fin_list .sod_name .sod_opt:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#e2eaf6;line-height:1em;color:#3a8afd}
|
||||
#sod_fin_list #th_itst {width:80px}
|
||||
#sod_fin_list h2 {margin:0 0 10px}
|
||||
|
||||
#sod_fin_list .td_bdno{border-left:0}
|
||||
#sod_fin_list .td_bdno a{font-weight:bold}
|
||||
#sod_fin_view {border:1px solid #e9e9e9}
|
||||
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_view h3 {margin:0 0 10px}
|
||||
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
|
||||
|
||||
#sod_fin_pay {margin:0 0 20px;background:#fff;border:1px solid #e3e5e8}
|
||||
#sod_fin_pay h3 {background:#fff;font-size:1.167em;padding:15px 20px;border-bottom:1px solid #e3e5e8}
|
||||
#sod_fin_pay ul {margin:0;padding:15px 20px}
|
||||
#sod_fin_pay li {line-height:24px;padding:5px 0}
|
||||
#sod_fin_pay li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_fin_pay li>span, #sod_fin_pay li>strong {display:inline-block;float:left}
|
||||
#sod_fin_pay li>strong {margin-right:10px;width:50px}
|
||||
#sod_fin_pay li>span {width:238px}
|
||||
#sod_fin_pay li .letter-2px{letter-spacing:-2px}
|
||||
a.btn_frmline.is-long-text{height:auto;width:160px}
|
||||
|
||||
#sod_fin_orderer, #sod_fin_receiver, #sod_fin_dvr {margin:0 0 20px}
|
||||
#sod_fin_orderer .tbl_wrap, #sod_fin_receiver .tbl_wrap, #sod_fin_dvr .tbl_wrap {padding:20px}
|
||||
#sod_fin_dvr .tbl_wrap {padding:20px}
|
||||
#sod_fin_pay {margin:0 0 30px}
|
||||
#sod_fin_orderer {margin:0 0 30px}
|
||||
#sod_fin_receiver {margin:0 0 30px;}
|
||||
#sod_fin_dvr {}
|
||||
#sod_fin .sod_left h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin .sod_left h3 {background:#fff;font-size:1.167em;padding:15px 20px;border:1px solid #e3e5e8;border-bottom:0}
|
||||
#sod_fin .sod_left .tbl_head01 {background:#fff;border:1px solid #e3e5e8}
|
||||
#sod_fin .sod_left th {padding:10px 0;border:0;text-align:left;width:100px;color:#666;background:#fff}
|
||||
#sod_fin .sod_left td {padding:10px 0;border:0;background:#fff}
|
||||
#sod_fin .sod_left h3 {background:#fff;font-size:1.167em;padding:15px 10px;border-top:1px solid #e3e5e8;border-bottom:0}
|
||||
#sod_fin .sod_left .tbl_head01 {}
|
||||
#sod_fin .sod_left th{padding:10px;border:0;border-top:1px solid #f3f3f3;text-align:left;width:100px;color:#666;background:#fff}
|
||||
#sod_fin .sod_left td{padding:10px;border:0;border-top:1px solid #f3f3f3;background:#fff}
|
||||
|
||||
#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}
|
||||
|
||||
#sod_fin_tot {margin:10px 0}
|
||||
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
|
||||
#sod_fin_tot li {padding:10px;background:#38b2b9;border-bottom:1px solid #5ec2c7;color:#fff;zoom:1}
|
||||
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_fin_tot #alrdy {border-bottom:0 !important}
|
||||
#sod_fin_tot #alrdy .right{margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
|
||||
#sod_fin_tot #alrdy .right p{position:relative}
|
||||
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
|
||||
#sod_fin_tot strong {float:right}
|
||||
|
||||
#sod_fin_cancel {text-align:center}
|
||||
#sod_fin_cancel .sod_fin_c_btn {height:50px;border:1px solid #bababa;border-radius:3px;font-weight:bold;width:100%;background:none;color:#5e6b6f}
|
||||
#sod_fin_cancel .sod_fin_c_btn:hover {background:#fff}
|
||||
#sod_fin_cancel h2 {padding:15px;border-bottom:1px solid #e8e8e8;text-align:left}
|
||||
#sod_fin_cancel p {text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.167em;font-weight:bold}
|
||||
|
||||
#sod_cancel_pop {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
|
||||
#sod_fin_cancelfrm {position:absolute;top:50%;left:50%;background:#fff;text-align:center;width:245px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
|
||||
#sod_fin_cancelfrm form {padding:20px}
|
||||
.sod_fin_bg {background:rgba(0,0,0,0.1);width:100%;height:100%}
|
||||
.sod_cls_btn {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
|
||||
|
||||
#sod_fin_cancelfrm .frm_input {background:#fff;margin:0 0 5px;width:100%}
|
||||
#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
|
||||
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_cancel button {height:40px;border:1px solid #5e6b6f;font-weight:bold;width:100%;background:none;color:#5e6b6f}
|
||||
#sod_fin_cancel button:hover{background:#fff}
|
||||
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;padding:15px}
|
||||
#sod_fin_cancelfrm .frm_input {background:#fff;margin: 0 0 5px;width:100%}
|
||||
#sod_fin_cancelfrm .btn_frmline{background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
|
||||
#sod_fin_test {padding:10px}
|
||||
|
||||
/* 주문상세내역 중 현금영수증 발급 */
|
||||
@ -1043,104 +1111,119 @@ a.btn_frmline.is-long-text{height:auto;width:160px}
|
||||
#coupon .btn_close {margin:20px auto}
|
||||
|
||||
/* 모바일일때 피시버전 주문폼 */
|
||||
.sod_list {margin:10px 0}
|
||||
.sod_list .sod_li {background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
|
||||
.sod_list .li_name {font-size:1.083em}
|
||||
.sod_list .li_op_wr {position:relative;padding:10px 10px 0 110px;min-height:75px}
|
||||
.sod_list .li_op_wr .chk_box {position:absolute;top:10px;left:10px}
|
||||
.sod_list .total_img {position:absolute;top:10px;left:35px}
|
||||
.sod_list .mod_options {padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:0.923em}
|
||||
.sod_list .li_prqty {padding:10px;border-top:1px solid #f8f8f8}
|
||||
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_list .li_prqty_sp {float:left;width:50%;display:block;line-height:20px;padding:0 5px;text-align :right}
|
||||
.sod_list .li_prqty_sp span {float:left;color:#696969}
|
||||
.sod_list .prqty_sc,.sod_list .prqty_price {border-right:1px solid #e5e5e5}
|
||||
.sod_list .total_price {background:#f2f7ff;display:block;clear:both;margin:0 10px 10px;text-align:right;padding:5px 10px;line-height:20px}
|
||||
.sod_list .total_price span {float:left}
|
||||
.sod_list .total_price strong {font-size:1.25em;color:#3a8afd}
|
||||
.sod_opt {padding:5px 10px 5px 35px}
|
||||
.sod_opt li {color:#777;margin:3px 0;line-height:1.3em}
|
||||
.sod_opt li:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
.sod_opt .opt_name:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
|
||||
.odf_list {padding:10px}
|
||||
.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
|
||||
.odf_list .frm_input {width:100%;margin:0 0 7px}
|
||||
.odf_list .dlv_slt {background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.odf_list .dlv_slt strong {margin:0;font-weight:bold;line-height:30px}
|
||||
.odf_list .dlv_slt div label {display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile .sod_list{margin:10px 0}
|
||||
.sod_frm_mobile .sod_list .sod_li{background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
|
||||
.sod_frm_mobile .sod_list .li_name{font-size:1.083em}
|
||||
.sod_frm_mobile .sod_list .li_op_wr{position:relative;padding:10px 10px 0 110px;min-height:75px}
|
||||
.sod_frm_mobile .sod_list .li_op_wr .chk_box{position:absolute;top:10px;left:10px}
|
||||
.sod_frm_mobile .sod_list .total_img{position:absolute;top:10px;left:35px}
|
||||
.sod_frm_mobile .sod_list .mod_options{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
|
||||
.sod_frm_mobile .sod_list .li_prqty{padding:10px;border-top:1px solid #f8f8f8}
|
||||
.sod_frm_mobile .sod_list .li_prqty:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile .sod_list .li_prqty_sp{float:left;width:50%;display:block;line-height:20px;padding:0 5px;text-align:right}
|
||||
.sod_frm_mobile .sod_list .li_prqty_sp span{float:left;color:#696969}
|
||||
.sod_frm_mobile .sod_list .prqty_sc,.sod_frm_mobile .sod_list .prqty_price{border-right:1px solid #e5e5e5}
|
||||
.sod_frm_mobile .sod_list .total_price{background:#f2f7ff;display:block;clear:both;margin:0 10px 10px;text-align:right;padding:5px 10px;line-height:20px}
|
||||
.sod_frm_mobile .sod_list .total_price span{float:left}
|
||||
.sod_frm_mobile .sod_list .total_price strong{font-size:1.25em;color:#3a8afd}
|
||||
.sod_frm_mobile .sod_opt{padding:5px 10px 5px 35px}
|
||||
.sod_frm_mobile .sod_opt li{color:#777;margin:3px 0;line-height:1.3em}
|
||||
.sod_frm_mobile .sod_opt li:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
.sod_frm_mobile .sod_opt .opt_name:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
.sod_frm_mobile #sod_frm_orderer,.sod_frm_mobile #sod_frm_taker{margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
|
||||
.sod_frm_mobile #sod_frm_orderer #od_addr_jibeon,.sod_frm_mobile #sod_frm_taker #od_b_addr_jibeon{display:inline-block;margin:5px 0 0}
|
||||
.sod_frm_mobile #m_sod_bsk_tot{background:#4a505a;color:#fff}
|
||||
.sod_frm_mobile #m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile #m_sod_bsk_tot dt{float:left;width:40%;padding:10px;line-height:20px;clear:both}
|
||||
.sod_frm_mobile #m_sod_bsk_tot dd{float:left;width:60%;padding:10px;text-align:right;line-height:20px}
|
||||
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt{font-weight:700;margin-top:5px;line-height:25px;background:#212a37}
|
||||
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong{color:#3a8afd;font-size:1.25em}
|
||||
.sod_frm_mobile .sod_list .li_op_wr{padding-left:100px}
|
||||
.sod_frm_mobile .sod_list .total_img{left:10px}
|
||||
.sod_frm_mobile .sod_opt{padding-left:10px}
|
||||
.sod_frm_mobile #m_sod_frm_paysel{margin:10px 0}
|
||||
.sod_frm_mobile #m_sod_frm_paysel h3{background:#fff;padding:15px 10px;border:1px solid #e3e5e8;border-bottom:0}
|
||||
.sod_frm_mobile #m_sod_frm_paysel ul{margin:0;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
.sod_frm_mobile #m_sod_frm_paysel ul:after{display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile #m_sod_frm_paysel li{float:left;padding:5px;width:46%;height:25px}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .KPAY{background:url(../img/kpay.png) no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .PAYNOW{background:url(../img/paynow.png) no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .PAYCO{background:url(../img/payco.png) no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .inicis_lpay{background:url(../img/lpay_logo.png) no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .kakaopay_icon{background:url(../img/kakao.png) no-repeat 24px 3px;height:25px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .samsung_pay{margin-left:-23px;background:url(../img/samsungpay.png) no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
.sod_frm_mobile #sod_frm_pay{border-top:1px solid #f3f3f3}
|
||||
.sod_frm_mobile #sod_frm_pay h2{margin:10px 0;font-size:1.25em}
|
||||
.sod_frm_mobile #sod_frm_pay .cp_btn1,.sod_frm_mobile #sod_frm_pay .cp_cancel1{margin-top:0}
|
||||
.sod_frm_mobile .odf_tbl{position:relative}
|
||||
.sod_frm_mobile .odf_tbl table{background:#fff;width:100%;border-collapse:collapse;border-bottom:1px solid #ccc}
|
||||
.sod_frm_mobile .odf_tbl table th{border-top:1px solid #eceff4;padding:10px;text-align:left;width:120px;font-weight:400}
|
||||
.sod_frm_mobile .odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right}
|
||||
.sod_frm_mobile#sod_frm #sod_frm_pt_alert{margin:10px 0;text-align:left;color:#fff;line-height:18px;background:#f2838f;padding:10px 10px 10px 13px;border-radius:5px;position:relative}
|
||||
.sod_frm_mobile #sod_frm_pt_alert::before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453;height:100%}
|
||||
.sod_frm_mobile#sod_frm .sod_frm_point{padding:10px 0;clear:both;border:0 none}
|
||||
.sod_frm_mobile .sod_frm_point div{background:#fff;border:1px solid #e3e5e8;padding:10px;text-align:right}
|
||||
.sod_frm_mobile .sod_frm_point div:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile .sod_frm_point div label{float:left;line-height:30px}
|
||||
.sod_frm_mobile .sod_frm_point div span{display:block;margin:5px 0}
|
||||
.sod_frm_mobile .sod_frm_point div span:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile .sod_frm_point .max_point_box em{font-style:normal!important}
|
||||
.sod_frm_mobile .sod_frm_point div strong{float:left;color:#666;font-weight:400}
|
||||
.sod_frm_mobile .sod_frm_point #od_temp_point{height:30px;border:1px solid #d0d3db;text-align:right;background:#fff;border-radius:3px;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
|
||||
.sod_frm_mobile #settle_bank{background:#fff;border:1px solid #e3e5e8;padding:10px;clear:both;line-height:30px}
|
||||
.sod_frm_mobile #settle_bank:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile #settle_bank select{height:30px;margin:0 0 5px;width:100%;border:1px solid #d0d3db}
|
||||
.sod_frm_mobile #settle_bank #od_deposit_name{height:30px;border:1px solid #d0d3db;text-align:center;border-radius:3px;float:right;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
|
||||
.sod_frm_mobile #settle_bank label{float:left;line-height:30px}
|
||||
.sod_frm_mobile #sod_frm_pt_info{border-top:0}
|
||||
.sod_frm_mobile .od_coupon{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.4);box-shadow:1px 1px 5px rgba(0,0,0,0.4)}
|
||||
.sod_frm_mobile .od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 .btn_frmline{background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 td{text-align:left}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 th{width:auto!important}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
|
||||
.sod_frm_mobile .od_coupon .btn_confirm{margin:20px}
|
||||
.sod_frm_mobile .od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:700;width:100%}
|
||||
.sod_frm_mobile .od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
|
||||
.sod_frm_mobile .cp_btn,.sod_frm_mobile .cp_btn1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#3a8afd;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
|
||||
.sod_frm_mobile .cp_apply{padding:0 5px;border:1px solid #3a8afd;color:#3a8afd;background:#fff;height:23px;line-height:21px}
|
||||
.sod_frm_mobile .cp_cancel,.sod_frm_mobile .cp_cancel1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#aaa;background:#fff;line-height:24px;margin:5px 0 0 2px;font-size:.923em}
|
||||
.sod_frm_mobile #sod_frm_escrow{margin:10px}
|
||||
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
|
||||
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
|
||||
.sod_frm_mobile .sod_list .li_name{border-bottom:1px solid #dcdcdc;line-height:1.3em;padding:10px;font-size:1.083em}
|
||||
#sod_frm.sod_frm_mobile .odf_list .frm_input{width:100%!important}
|
||||
#sod_frm.sod_frm_mobile input[type="radio"],.sod_frm_mobile #sod_frm.sod_frm_mobile input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm.sod_frm_mobile #od_memo{min-height:50px}
|
||||
.sod_frm_mobile .od_prd_list{margin:10px;background:#fff;padding:15px}
|
||||
.sod_frm_mobile .od_prd_list .td_chk{border-left:0}
|
||||
.sod_frm_mobile .od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
|
||||
.sod_frm_mobile .od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
|
||||
.sod_frm_mobile .od_prd_list .td_prd .sod_name{min-height:80px}
|
||||
.sod_frm_mobile .od_prd_list .td_prd .prd_name{font-size:1.167em}
|
||||
.sod_frm_mobile .od_prd_list .total_prc{color:#ff006c;font-weight:700;font-size:1.167em}
|
||||
.sod_frm_mobile #sod_frm_orderer{padding:10px;border-bottom:1px solid #d6d3d3}
|
||||
.sod_frm_mobile #sod_frm_taker{padding:10px;border-bottom:1px solid #d6d3d3;border-top:1px solid #f3f3f3}
|
||||
.sod_frm_mobile #sod_frm_taker h2,.sod_frm_mobile #sod_frm_orderer h2{margin:10px 0;font-size:1.25em}
|
||||
.sod_frm_mobile .odf_list label,.sod_frm_mobile .odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:400}
|
||||
.sod_frm_mobile .odf_list .frm_input{width:100%;margin:0 0 5px}
|
||||
.sod_frm_mobile .odf_list .dlv_slt{background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.sod_frm_mobile .odf_list .dlv_slt strong{margin:0;font-weight:700;line-height:30px}
|
||||
.sod_frm_mobile .odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border:1px solid #d4d6db;background:#fff;border-radius:3px;color:#606060;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
|
||||
.odf_list .ad_default {display:inline-block;margin:0 0 10px}
|
||||
.odf_list .btn_addsch {position:absolute;top:5px;right:5px;border-radius:3px;height:30px}
|
||||
.odf_list .add_num{position:relative;display:block}
|
||||
.odf_list textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;
|
||||
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
|
||||
|
||||
.sod_frm_mobile #sod_bsk_tot {border:1px solid #3a8afd}
|
||||
.sod_frm_mobile #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
.sod_frm_mobile .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_sell, .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_cnt strong {font-size:1.25em}
|
||||
|
||||
.sod_frm_mobile .sod_info_bt {clear:both;padding:10px 15px;background:#fff}
|
||||
.sod_frm_mobile .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info_bt li {}
|
||||
.sod_frm_mobile .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
|
||||
.sod_frm_mobile .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
|
||||
|
||||
.sod_frm_mobile .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
|
||||
.sod_frm_mobile .sod_info_option:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile #sod_frm_pay h2 {padding:0;position:absolute;font-size:0;line-height:0;overflow:hidden;width:0;height:0}
|
||||
.sod_frm_mobile .sod_info_option ul {padding:10px 15px;background:#fff}
|
||||
.sod_frm_mobile .sod_info_option li {margin-bottom:5px}
|
||||
.sod_frm_mobile .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
|
||||
.sod_frm_mobile .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#3a8afd;background:#fff;border:1px solid #d4d6db;font-size:0.93em;border-radius:3px}
|
||||
.sod_frm_mobile .sod_frm_mobile .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
|
||||
.sod_frm_mobile .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
|
||||
.sod_frm_mobile .sod_info_option>td, .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
|
||||
.sod_frm_mobile .sod_info_option>td {text-align:right;padding:10px;height:30px}
|
||||
.sod_frm_mobile .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
|
||||
.sod_frm_mobile .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}
|
||||
|
||||
#m_sod_frm_paysel {margin:10px 0}
|
||||
#m_sod_frm_paysel h3{background:#fff;padding:15px 10px;border:1px solid #e3e5e8;border-bottom:0}
|
||||
#m_sod_frm_paysel ul {margin:0 0;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#m_sod_frm_paysel li {float:left;margin:2px 0;width:46%;height:25px}
|
||||
#m_sod_frm_paysel .KPAY {background:url('../img/kpay.png') no-repeat 24px 3px;width:67px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto}
|
||||
#m_sod_frm_paysel .PAYNOW {background:url('../img/paynow.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto}
|
||||
#m_sod_frm_paysel .PAYCO {background:url('../img/payco.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto}
|
||||
#m_sod_frm_paysel .inicis_lpay {background:url('../img/lpay_logo.png') no-repeat 24px 3px;width:65px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto}
|
||||
#m_sod_frm_paysel .kakaopay_icon {background:url('../img/kakao.png') no-repeat 24px 3px;height:25px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
#m_sod_frm_paysel .samsung_pay {background:url('../img/samsungpay.png') no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_frm {}
|
||||
#sod_frm section h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
|
||||
#sod_bsk_list #mod_option_frm .sit_ov_tbl {background:#ededed;margin-top:5px}
|
||||
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td {border:none;padding-left:5px;font-weight:normal}
|
||||
#sod_bsk_list #mod_option_frm .sit_ov_tbl th {width:90px}
|
||||
#sod_frm_deli #order_address {display:block;width:100px;background:#333;color:#fff;text-align:center}
|
||||
|
||||
#sod_frm_orderer,
|
||||
#sod_frm_taker {margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
|
||||
#sod_frm_orderer #od_addr_jibeon,
|
||||
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
|
||||
#sod_frm .odf_tbl table {width:100%;margin:0;padding:0;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
|
||||
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th {border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px;text-align:left;line-height:26px;position:relative}
|
||||
#sod_frm .odf_tbl table th {width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
|
||||
#sod_frm .odf_tbl table .frm_input {background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
|
||||
#sod_frm .odf_tbl table .frm_address {margin-top:5px}
|
||||
#sod_frm .odf_tbl button.btn_frmline {font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
|
||||
#sod_frm .odf_tbl textarea {width:99%;border:1px solid #e4eaec}
|
||||
#sod_frm_same {margin:0 0 10px}
|
||||
.sod_frm_mobile .odf_list .ad_default{display:inline-block;margin:0}
|
||||
.sod_frm_mobile .odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px}
|
||||
.sod_frm_mobile .odf_list .add_num{position:relative;display:block}
|
||||
.sod_frm_mobile .odf_list textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
|
||||
.sod_frm_mobile .sod_ta_wr{background:#fff;margin-bottom:1em}
|
||||
.sod_frm_mobile .btn_confirm{margin:0 0 10px}
|
||||
.sod_frm_mobile .btn_submit{width:100%;height:45px;font-size:1.167em;font-weight:700;margin:5px 0;border-radius:4px}
|
||||
.sod_frm_mobile .btn_cancel,.sod_frm_mobile .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight:700;padding:0;border-radius:4px}
|
||||
.sod_frm_mobile #sod_frm_escrow{margin:10px}
|
||||
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
|
||||
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
|
||||
.sod_frm_mobile #od_tot_price{background:none;font-weight:700}
|
||||
|
||||
html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
||||
#sod_frm_pay_info {margin:0 0 10px}
|
||||
@ -1149,6 +1232,10 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
||||
.itemform-naverpay {margin:15px 0;clear:both}
|
||||
.cart-naverpay {margin-top:15px}
|
||||
|
||||
/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
|
||||
#bo_list table td, #fqalist table td {border-left:0;border-right:0}
|
||||
#bo_v_top .btn_admin, #bo_list .btn_admin {padding-top:0}
|
||||
|
||||
/* 개인결제 */
|
||||
.pesonal {background:#fff;border:1px solid #e3e5e8;margin-bottom:30px}
|
||||
.pesonal h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
|
||||
|
||||
@ -148,7 +148,7 @@ box-shadow:0 0 5px #eee}
|
||||
.sod_list {margin:10px 0}
|
||||
.sod_list .sod_li {background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
|
||||
.sod_list .li_name {font-size:1.083em}
|
||||
.sod_list .li_op_wr {position:relative;padding:10px 10px 0 110px;min-height:75px}
|
||||
.sod_list .li_op_wr {position:relative;padding:10px 10px 0 110px;min-height:90px}
|
||||
.sod_list .li_op_wr .chk_box {position:absolute;top:10px;left:10px}
|
||||
.sod_list .total_img {position:absolute;top:10px;left:35px}
|
||||
.sod_list .mod_options {padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:0.923em}
|
||||
@ -210,52 +210,21 @@ box-shadow: 0 0 6px rgba(0,0,0,0.2);}
|
||||
.naverpay-cart{text-align:center;padding:10px}
|
||||
|
||||
/* 주문서 작성 */
|
||||
#sod_frm .sod_list .li_op_wr{padding-left:85px}
|
||||
#sod_frm .sod_list .li_op_wr{padding-left:100px}
|
||||
#sod_frm .sod_list .total_img {left:10px}
|
||||
#sod_frm .sod_opt {padding-left:10px}
|
||||
|
||||
#sod_frm .od_prd_list{margin:10px;background:#fff;padding:15px}
|
||||
.od_prd_list .td_chk{border-left:0;}
|
||||
.od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
|
||||
.od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
|
||||
.od_prd_list .td_prd .sod_name{min-height:80px}
|
||||
.od_prd_list .td_prd .prd_name{font-size:1.167em}
|
||||
.od_prd_list .total_prc{color:#ff006c;font-weight:bold;font-size:1.167em}
|
||||
|
||||
#sod_frm_orderer{padding:10px;border-bottom:1px solid #e5e5e5}
|
||||
#sod_frm_taker{padding:10px;border-bottom:1px solid #e5e5e5}
|
||||
#sod_frm_taker h2,#sod_frm_orderer h2{margin:0 0 10px;font-size:1.25em}
|
||||
.odf_list li{}
|
||||
.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
|
||||
.odf_list .frm_input{width:100%;margin:0 0 7px}
|
||||
.odf_list .dlv_slt {background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.odf_list .dlv_slt strong{margin:0 ;font-weight:bold;line-height:30px}
|
||||
.odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border: 1px solid #d4d6db;background:#fff;border-radius:3px;color:#606060;;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
|
||||
.odf_list .ad_default{display:inline-block;margin:0 0 10px}
|
||||
.odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px;}
|
||||
.odf_list .add_num{position:relative;display:block;}
|
||||
.odf_list textarea{border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;width:100%;height:70px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
|
||||
|
||||
#m_sod_frm_paysel {margin:10px 0;}
|
||||
#m_sod_frm_paysel h3{background:#fff;padding:15px 10px ;border:1px solid #e3e5e8;border-bottom:0}
|
||||
#m_sod_frm_paysel ul {margin:0 0;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
#m_sod_frm_paysel ul {margin:0 0 ;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#m_sod_frm_paysel li {float:left;margin:2px 0;width:46%;height:25px}
|
||||
#m_sod_frm_paysel .KPAY{background:url('../img/kpay.png') no-repeat 24px 3px;width:67px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto}
|
||||
#m_sod_frm_paysel .PAYNOW{background:url('../img/paynow.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto;}
|
||||
#m_sod_frm_paysel .PAYCO{background:url('../img/payco.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto;}
|
||||
#m_sod_frm_paysel .inicis_lpay{background:url('../img/lpay_logo.png') no-repeat 24px 3px;width:65px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto;}
|
||||
#m_sod_frm_paysel li {float:left;padding:5px ;width:46%;height:25px}
|
||||
#m_sod_frm_paysel .KPAY{background:url('../img/kpay.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
#m_sod_frm_paysel .PAYNOW{background:url('../img/paynow.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
|
||||
#m_sod_frm_paysel .PAYCO{background:url('../img/payco.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
|
||||
#m_sod_frm_paysel .inicis_lpay{background:url('../img/lpay_logo.png') no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
|
||||
#m_sod_frm_paysel .kakaopay_icon{background:url('../img/kakao.png') no-repeat 24px 3px;height:25px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
#m_sod_frm_paysel .samsung_pay{background:url('../img/samsungpay.png') no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_frm .sod_ta_wr{background: #fff;}
|
||||
#sod_frm .btn_confirm{;margin:0 10px 10px}
|
||||
#sod_frm .btn_submit{width:100%;height:45px;font-size: 1.167em;font-weight: bold;margin:5px 0;border-radius:4px}
|
||||
#sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight: bold;padding:0;border-radius:4px}
|
||||
#m_sod_frm_paysel .samsung_pay{margin-left:-23px;background:url('../img/samsungpay.png') no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_frm_pay{padding:10px;;border-top:1px solid #f3f3f3}
|
||||
#sod_frm_pay h2{margin:10px 0;font-size:1.25em}
|
||||
@ -265,7 +234,7 @@ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
|
||||
.odf_tbl table th{border-top:1px solid #eceff4;padding: 10px;text-align:left;width:120px;font-weight:normal}
|
||||
.odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right}
|
||||
|
||||
#sod_frm_pt_alert{margin:10px 0;color:#328abd;text-align: left;color: #fff;line-height: 18px;background: #f2838f;margin: 0 0 10px;padding: 10px 10px 10px 13px;border-radius: 5px;position:relative}
|
||||
#sod_frm_pt_alert{margin:10px 0 10px;text-align:left;color:#fff;line-height: 18px;background: #f2838f;padding: 10px 10px 10px 13px;border-radius: 5px;position:relative}
|
||||
#sod_frm_pt_alert::before {content: ""; position: absolute;top: 0;left: 0;width: 5px; height: 50px; border-radius: 5px 0 0 5px;background: #da4453;height:100%}
|
||||
|
||||
.sod_frm_point {padding:10px 0;;clear:both}
|
||||
@ -290,18 +259,20 @@ box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);}
|
||||
box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);}
|
||||
#settle_bank label{float:left;line-height:30px}
|
||||
#sod_frm_pt_info{border-top:0}
|
||||
.od_coupon_wrap{content: "";position: fixed;left: 0; top: 0; width: 100%;height: 100%; background: rgba(0,0,0,0.1); z-index: 9999;}
|
||||
.od_coupon{z-index: 10000;position: fixed;top: 10%;left: 5%;width: 90%;height: auto !important; height: 80%; max-height: 80%; border: 1px solid #dde7e9;border-radius: 3px;background: #fff; overflow-y: auto;}
|
||||
.od_coupon h3{border-bottom: 1px solid #e8e8e8;padding: 0 20px;line-height: 50px;font-size: 1.25em;}
|
||||
.od_coupon{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;
|
||||
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
|
||||
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
|
||||
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
|
||||
.od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
|
||||
.od_coupon .tbl_head02{}
|
||||
.od_coupon .tbl_head02 .btn_frmline {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
|
||||
.od_coupon .tbl_head02 td {text-align:left}
|
||||
.od_coupon .tbl_head02 th {width:auto !important}
|
||||
.od_coupon .tbl_head02 .td_mngsmall {width:60px;text-align:center}
|
||||
.od_coupon .tbl_head02 .td_numbig {width:80px;text-align:right}
|
||||
.od_coupon .btn_confirm {margin:20px}
|
||||
.od_coupon .tbl_head02 td{text-align:left}
|
||||
.od_coupon .tbl_head02 th{width:auto !important}
|
||||
.od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
|
||||
.od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
|
||||
.od_coupon .btn_confirm{margin:20px ; }
|
||||
.od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;width:100%;}
|
||||
.od_coupon .btn_confirm .btn_close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;font-size: 1.25em;border-radius: 0;}
|
||||
.od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
|
||||
|
||||
.cp_btn ,.cp_btn1{padding: 0 7px; border: 1px solid #d4d6db;border-radius: 3px;color: #3a8afd;background: #fff; line-height: 24px; margin: 5px 0 0; font-size: 0.923em; }
|
||||
.cp_apply{padding: 0 5px;border: 1px solid #3a8afd; color: #3a8afd;background: #fff;height: 23px; line-height: 21px;}
|
||||
@ -311,6 +282,47 @@ box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);}
|
||||
#sod_frm_escrow h2{font-size:1.25em}
|
||||
#od_pay_sl h3{font-size:1.25em}
|
||||
|
||||
.sod_frm_mobile .sod_list .li_name{border-bottom:1px solid #dcdcdc;line-height:1.3em;padding:10px 10px;font-size:1.083em}
|
||||
#sod_frm.sod_frm_mobile .odf_list .frm_input{width:100% !important}
|
||||
#sod_frm.sod_frm_mobile input[type="radio"],#sod_frm.sod_frm_mobile input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm.sod_frm_mobile #od_memo{min-height:50px}
|
||||
#sod_frm .od_prd_list{margin:10px;background:#fff;padding:15px}
|
||||
.od_prd_list .td_chk{border-left:0;}
|
||||
.od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
|
||||
.od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
|
||||
.od_prd_list .td_prd .sod_name{min-height:80px}
|
||||
.od_prd_list .td_prd .prd_name{font-size:1.167em}
|
||||
.od_prd_list .total_prc{color:#ff006c;font-weight:bold;font-size:1.167em}
|
||||
|
||||
#sod_frm_orderer{padding:10px;;border-bottom:1px solid #d6d3d3}
|
||||
#sod_frm_taker{padding:10px;border-bottom:1px solid #d6d3d3;border-top:1px solid #f3f3f3}
|
||||
#sod_frm_taker h2,#sod_frm_orderer h2{margin:10px 0;font-size:1.25em}
|
||||
.odf_list li{}
|
||||
.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
|
||||
.odf_list .frm_input{width:100%;margin:0 0 5px}
|
||||
.odf_list .dlv_slt {background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.odf_list .dlv_slt strong{margin:0 ;font-weight:bold;line-height:30px}
|
||||
.odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border: 1px solid #d4d6db;background:#fff;border-radius:3px;color:#606060;;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
|
||||
.odf_list .ad_default{display:inline-block;margin:0}
|
||||
.odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px;}
|
||||
.odf_list .add_num{position:relative;display:block;}
|
||||
.odf_list textarea{border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;width:100%;height:70px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
}
|
||||
|
||||
#sod_frm .sod_ta_wr{background: #fff}
|
||||
#sod_frm .btn_confirm{;margin:0 10px 10px}
|
||||
#sod_frm .btn_submit{width:100%;height:45px;font-size: 1.167em;font-weight: bold;margin:5px 0;border-radius:4px}
|
||||
#sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight: bold;padding:0;border-radius:4px}
|
||||
|
||||
#sod_frm_escrow{margin:10px;}
|
||||
#sod_frm_escrow h2{font-size:1.25em}
|
||||
#od_pay_sl h3{font-size:1.25em}
|
||||
.sod_frm_mobile #od_tot_price{background:none;font-weight:bold}
|
||||
|
||||
/* 쿠폰 */
|
||||
#scp_list {text-align:center;background:#fff}
|
||||
#scp_list .li_pd {position:relative;padding:10px} #scp_list h1 {text-align:left}
|
||||
@ -818,8 +830,7 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
#sod_frm_paysel .kakaopay_icon{background:url('../img/kakao.png') no-repeat 0 3px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
#sod_frm_paysel .samsung_pay{background:url('../img/samsungpay.png') no-repeat 0 3px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_bsk_tot {border:1px solid #3a8afd}
|
||||
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
.sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
|
||||
@ -851,6 +862,81 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
|
||||
.btn_address{background:#70aff2;border:1px solid #3476be;height:40px;color:#fff;padding:0 10px;font-size:1.083em;font-weight:bold}
|
||||
|
||||
/* 5.4.1.3 버전이후 추가 css */
|
||||
#sod_frm div.tbl_frm01, #sod_frm_taker div.tbl_frm01{padding:0px 10px !important}
|
||||
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
|
||||
#sod_frm .tbl_frm01 th{width:94px}
|
||||
#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width:50%}
|
||||
#sod_frm #od_zip,#sod_frm #od_b_zip{width:90px}
|
||||
#sod_frm .tbl_frm01 td .btn_address {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
|
||||
#sod_frm #od_memo{min-height:100px}
|
||||
#sod_frm_taker .order_choice_place{position:relative;background:#edf3fc;border:1px solid #d1ddee;padding:10px}
|
||||
#sod_frm_taker .order_choice_place{line-height:23px}
|
||||
#sod_frm_taker .tbl_frm01 #order_address{display:block;;text-align:center;border: 1px solid #3476be;color: #3476be;;height:30px;line-height:28px;margin:5px 0 0;background:none}
|
||||
#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_sell,#sod_frm #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point,#sod_frm #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_frm #sod_bsk_tot li:last-child {border-bottom:0 none}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point span,#sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
|
||||
#sod_frm_pay {position:relative;margin:10px 0}
|
||||
#sod_frm #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
|
||||
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
|
||||
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
|
||||
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
|
||||
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
|
||||
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
|
||||
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
|
||||
#od_tot_price span{float:left;font-weight:bold}
|
||||
#od_tot_price strong{font-size:1.5em;color:#ff006c}
|
||||
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
|
||||
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
|
||||
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
|
||||
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
|
||||
#sod_frm_paysel {}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_frm_paysel .KPAY{background:url('../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYNOW{background:url('../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYCO{background:url('../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .inicis_lpay{background:url('../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .kakaopay_icon{background:url('../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .bank_icon{background:url('../img/pay_icon1.png') no-repeat 15px 50% #fff}
|
||||
#sod_frm_paysel .vbank_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .iche_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .hp_icon{background:url('../img/pay_icon3.png') no-repeat 24px 50% #fff}
|
||||
#sod_frm_paysel .card_icon{background:url('../img/pay_icon4.png') no-repeat 17px 50% #fff}
|
||||
#forderform .sod_right #sod_bsk_tot {border:1px solid #e3e5e8}
|
||||
#forderform .od_pay_buttons_el{margin-top:20px;border:1px solid #e3e5e8;background:#fff;padding:10px}
|
||||
#forderform .od_pay_buttons_el h3{font-size:1.167em;margin:0px 0 5px}
|
||||
#forderform #sod_frm_pt{border-top:1px solid #e3e5e8}
|
||||
#sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm_taker label {display:inline-block;font-weight:normal;margin-right:1em}
|
||||
|
||||
#sod_frm #sod_bsk_tot{margin:10px;}
|
||||
#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_sell,#sod_frm #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point,#sod_frm #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point span,#sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
|
||||
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
|
||||
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:90px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
|
||||
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
|
||||
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
|
||||
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
|
||||
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
|
||||
#od_tot_price span{float:left;font-weight:bold}
|
||||
#od_tot_price strong{font-size:1.5em;color:#ff006c}
|
||||
|
||||
#od_tot_price {background:#e5f0ff;line-height:20px;text-align:right;padding:15px}
|
||||
#od_tot_price span {float:left;font-weight:bold}
|
||||
#od_tot_price strong {font-size:1.5em;color:#ff006c}
|
||||
@ -866,13 +952,9 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}
|
||||
|
||||
#sod_frm_pt {padding:20px}
|
||||
#sod_frm_pt strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left}
|
||||
#sod_frm_pt span {display:inline-block;width:55%;color:#000;text-align:right}
|
||||
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_frm_pt .max_point_box em {font-style:normal !important}
|
||||
|
||||
.sod_frm_pc #sod_frm_pay {position:relative;margin:10px;padding:0;background:#fff;border:1px solid #e3e5e8}
|
||||
.sod_frm_pc #sod_frm_pay {position:relative;margin:10px;padding:0}
|
||||
.sod_frm_pc #sod_frm_pay h2 {font-size:1.167em;padding:15px;margin:0;border-bottom:1px solid #e3e5e8}
|
||||
.sod_frm_pc #sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
|
||||
.sod_frm_pc #sod_frm_pay .tooltip_txt:before {height:100%}
|
||||
@ -924,8 +1006,6 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
.pesonal td {display:block;padding:0;border:0}
|
||||
.pesonal td input {width:100%}
|
||||
.pesonal .half_tr {width:50%}
|
||||
#sod_frm_paysel {background:#fff;padding:0 15px 10px;border-bottom:1px solid #e3e5e8}
|
||||
#sod_frm_paysel li {padding:5px 0}
|
||||
.sod_right .btn_confirm {margin:10px}
|
||||
.sod_right .btn_submit, .sod_right .btn01 {width:100%;height:45px;font-size:1.167em;font-weight:bold;margin:5px 0;border-radius:4px;line-height:45px}
|
||||
|
||||
|
||||
BIN
img/pay_icon1.png
Normal file
BIN
img/pay_icon1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
img/pay_icon2.png
Normal file
BIN
img/pay_icon2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
img/pay_icon3.png
Normal file
BIN
img/pay_icon3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
img/pay_icon4.png
Normal file
BIN
img/pay_icon4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@ -19,29 +19,23 @@ $cp_count = get_shop_member_coupon_count($member['mb_id'], true);
|
||||
?>
|
||||
|
||||
<div id="smb_my">
|
||||
|
||||
<section id="smb_my_ov">
|
||||
<h2>회원정보 개요</h2>
|
||||
<div class="my_name">
|
||||
<span class="profile_img">
|
||||
<img src="<?php echo G5_IMG_URL ;?>/no_profile.gif" alt="프로필이미지" width="20">
|
||||
<a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=register_form.php" class="my_info_modi"><span class="sound_only">정보수정</span><i class="fa fa-cog" aria-hidden="true"></i></a>
|
||||
</span>
|
||||
<strong><?php echo $member['mb_id'] ? $member['mb_name'] : '비회원'; ?>님</strong>
|
||||
<a href="<?php echo G5_BBS_URL; ?>/point.php" target="_blank" class="win_point"><strong><?php echo number_format($member['mb_point']); ?></strong> 포인트</a>
|
||||
<img src="<?php echo G5_IMG_URL ;?>/no_profile.gif" alt="프로필이미지" width="20"> <strong><?php echo $member['mb_id'] ? $member['mb_name'] : '비회원'; ?></strong>님
|
||||
<ul class="smb_my_act">
|
||||
<?php if ($is_admin == 'super') { ?><li><a href="<?php echo G5_ADMIN_URL; ?>/" class="btn_admin">관리자</a></li><?php } ?>
|
||||
<li><a href="<?php echo G5_BBS_URL ?>/logout.php" class="btn_logout">로그아웃</a></li>
|
||||
<li><a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=register_form.php" class="btn01">정보수정</a></li>
|
||||
<li><a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=member_leave.php" onclick="return member_leave();" class="btn01">회원탈퇴</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<ul class="my_pocou">
|
||||
<li class="my_cou"><a href="<?php echo G5_SHOP_URL; ?>/coupon.php" target="_blank" class="win_coupon"><i class="fa fa-ticket" aria-hidden="true"></i> 쿠폰 <span><?php echo number_format($cp_count); ?></span></a></li>
|
||||
<li class="my_memo"><a href="<?php echo G5_BBS_URL ?>/memo.php" target="_blank" class="win_memo"><i class="fa fa-envelope-o" aria-hidden="true"></i> 쪽지<span><?php echo $memo_not_read ?></span></a></li>
|
||||
<li class="my_cou">보유쿠폰<a href="<?php echo G5_SHOP_URL; ?>/coupon.php" target="_blank" class="win_coupon"><?php echo number_format($cp_count); ?></a></li>
|
||||
<li class="my_point">보유포인트
|
||||
<a href="<?php echo G5_BBS_URL; ?>/point.php" target="_blank" class="win_point"><?php echo number_format($member['mb_point']); ?>점</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="my_ov_btn">
|
||||
<button type="button" class="btn_op_area">내정보<span class="sound_only">상세보기</span><i class="fa fa-chevron-down" aria-hidden="true"></i></button>
|
||||
</div>
|
||||
|
||||
<div class="my_info">
|
||||
<div class="my_info_wr">
|
||||
<strong>연락처</strong>
|
||||
@ -59,22 +53,22 @@ $cp_count = get_shop_member_coupon_count($member['mb_id'], true);
|
||||
<strong>회원가입일시</strong>
|
||||
<span><?php echo $member['mb_datetime']; ?></span>
|
||||
</div>
|
||||
<div class="my_info_wr">
|
||||
<div class="my_info_wr ov_addr">
|
||||
<strong>주소</strong>
|
||||
<span><?php echo sprintf("(%s%s)", $member['mb_zip1'], $member['mb_zip2']).' '.print_address($member['mb_addr1'], $member['mb_addr2'], $member['mb_addr3'], $member['mb_addr_jibeon']); ?></span>
|
||||
</div>
|
||||
<div class="my_info_wr ov_addr">
|
||||
<a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=member_leave.php" onclick="return member_leave();">회원탈퇴</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="my_ov_btn"><button type="button" class="btn_op_area"><i class="fa fa-caret-down" aria-hidden="true"></i><span class="sound_only">상세정보 보기</span></button></div>
|
||||
|
||||
</section>
|
||||
|
||||
<script>
|
||||
$(".btn_op_area").on("click", function() {
|
||||
$(".my_info").toggle();
|
||||
$(".fa-chevron-down").toggleClass("fa-caret-up")
|
||||
});
|
||||
<script>
|
||||
|
||||
$(".btn_op_area").on("click", function() {
|
||||
$(".my_info").toggle();
|
||||
$(".fa-caret-down").toggleClass("fa-caret-up")
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<section id="smb_my_od">
|
||||
@ -90,7 +84,8 @@ $cp_count = get_shop_member_coupon_count($member['mb_id'], true);
|
||||
</section>
|
||||
|
||||
<section id="smb_my_wish" class="wishlist">
|
||||
<h2><a href="<?php echo G5_SHOP_URL; ?>/wishlist.php">위시리스트</a></h2>
|
||||
<h2><a href="<?php echo G5_SHOP_URL; ?>/wishlist.php">최근 위시리스트</a></h2>
|
||||
|
||||
<ul>
|
||||
<?php
|
||||
$sql = " select *
|
||||
@ -111,13 +106,10 @@ $cp_count = get_shop_member_coupon_count($member['mb_id'], true);
|
||||
|
||||
<li>
|
||||
<div class="wish_img"><?php echo $image; ?></div>
|
||||
<!-- 상품명, 날짜를 노출하려면 주석을 지우세요. -->
|
||||
<!--
|
||||
<div class="wish_info">
|
||||
<a href="<?php echo get_shop_item($row['it_id'], true); ?>" class="info_link"><?php echo stripslashes($row['it_name']); ?></a>
|
||||
<span class="info_date"><?php echo substr($row['wi_time'], 2, 8); ?></span>
|
||||
</div>
|
||||
-->
|
||||
</li>
|
||||
|
||||
<?php
|
||||
|
||||
@ -91,8 +91,8 @@ ob_start();
|
||||
|
||||
$a1 = '<strong>';
|
||||
$a2 = '</strong>';
|
||||
$image_width = 65;
|
||||
$image_height = 65;
|
||||
$image_width = 80;
|
||||
$image_height = 80;
|
||||
$image = get_it_image($row['it_id'], $image_width, $image_height);
|
||||
|
||||
$it_name = $a1 . stripslashes($row['it_name']) . $a2;
|
||||
@ -174,15 +174,14 @@ ob_start();
|
||||
<?php } ?>
|
||||
<input type="hidden" name="cp_id[<?php echo $i; ?>]" value="">
|
||||
<input type="hidden" name="cp_price[<?php echo $i; ?>]" value="0">
|
||||
|
||||
<div class="li_name">
|
||||
<?php echo $it_name; ?>
|
||||
</div>
|
||||
<div class="li_op_wr">
|
||||
<div class="li_name">
|
||||
<?php echo $it_name; ?>
|
||||
</div>
|
||||
<span class="total_img"><?php echo $image; ?></span>
|
||||
<div class="sod_opt"><?php echo $it_options; ?></div>
|
||||
<div class="li_mod" ><?php echo $cp_button; ?></div>
|
||||
</div>
|
||||
<div class="sod_opt"><?php echo $it_options; ?></div>
|
||||
|
||||
<div class="li_prqty">
|
||||
<span class="prqty_price li_prqty_sp"><span>판매가 </span><?php echo number_format($row['ct_price']); ?></span>
|
||||
@ -219,6 +218,29 @@ ob_start();
|
||||
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
|
||||
|
||||
|
||||
<!-- 주문상품 합계 시작 { -->
|
||||
<div class="sod_ta_wr">
|
||||
<dl id="m_sod_bsk_tot">
|
||||
<dt class="sod_bsk_sell">주문</dt>
|
||||
<dd class="sod_bsk_sell"><strong><?php echo number_format($tot_sell_price); ?> 원</strong></dd>
|
||||
<?php if($it_cp_count > 0) { ?>
|
||||
<dt class="sod_bsk_coupon">쿠폰</dt>
|
||||
<dd class="sod_bsk_coupon"><strong id="ct_tot_coupon">0 원</strong></dd>
|
||||
<?php } ?>
|
||||
<dt class="sod_bsk_dvr">배송비</dt>
|
||||
<dd class="sod_bsk_dvr"><strong><?php echo number_format($send_cost); ?> 원</strong></dd>
|
||||
|
||||
<dt class="sod_bsk_point">포인트</dt>
|
||||
<dd class="sod_bsk_point"><strong><?php echo number_format($tot_point); ?> 점</strong></dd>
|
||||
<dt class="sod_bsk_cnt">총계</dt>
|
||||
<dd class="sod_bsk_cnt">
|
||||
<?php $tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비 ?>
|
||||
<strong id="ct_tot_price"><?php echo number_format($tot_price); ?></strong> 원
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<!-- } 주문상품 합계 끝 -->
|
||||
|
||||
<?php
|
||||
$content = ob_get_contents();
|
||||
@ -241,8 +263,8 @@ if($is_kakaopay_use) {
|
||||
|
||||
<div id="sod_frm" class="sod_frm_mobile">
|
||||
<form name="forderform" method="post" action="<?php echo $order_action_url; ?>" autocomplete="off">
|
||||
<input type="hidden" name="od_price" value="<?php echo $tot_sell_price; ?>">
|
||||
<input type="hidden" name="org_od_price" value="<?php echo $tot_sell_price; ?>">
|
||||
<input type="hidden" name="od_price" value="<?php echo $tot_sell_price; ?>">
|
||||
<input type="hidden" name="org_od_price" value="<?php echo $tot_sell_price; ?>">
|
||||
<input type="hidden" name="od_send_cost" value="<?php echo $send_cost; ?>">
|
||||
<input type="hidden" name="od_send_cost2" value="0">
|
||||
<input type="hidden" name="item_coupon" value="0">
|
||||
@ -251,51 +273,52 @@ if($is_kakaopay_use) {
|
||||
|
||||
<?php echo $content; ?>
|
||||
|
||||
<section id="sod_frm_orderer">
|
||||
<section id="sod_frm_orderer" >
|
||||
<h2>주문하시는 분</h2>
|
||||
|
||||
<div class="odf_list">
|
||||
<ul>
|
||||
<li>
|
||||
<label for="od_name" class="sound_only">이름 필수</label>
|
||||
<input type="text" name="od_name" value="<?php echo get_text($member['mb_name']); ?>" id="od_name" required class="frm_input required" maxlength="20" placeholder="이름">
|
||||
<label for="od_name">이름<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_name" value="<?php echo get_text($member['mb_name']); ?>" id="od_name" required class="frm_input required" maxlength="20">
|
||||
</li>
|
||||
|
||||
<?php if (!$is_member) { // 비회원이면 ?>
|
||||
<li>
|
||||
<label for="od_pwd" class="sound_only">비밀번호 필수</label>
|
||||
<input type="password" name="od_pwd" id="od_pwd" required class="frm_input required" maxlength="20" placeholder="비밀번호">
|
||||
<span class="odpw_info">영,숫자 3~20자 (주문서 조회시 필요)</span>
|
||||
<label for="od_pwd">비밀번호<strong class="sound_only"> 필수</strong></label>
|
||||
|
||||
<input type="password" name="od_pwd" id="od_pwd" required class="frm_input required" maxlength="20">
|
||||
영,숫자 3~20자 (주문서 조회시 필요)
|
||||
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
<li>
|
||||
<label for="od_tel" class="sound_only">전화번호 필수</label>
|
||||
<input type="text" name="od_tel" value="<?php echo get_text($member['mb_tel']); ?>" id="od_tel" required class="frm_input required" maxlength="20" placeholder="전화번호">
|
||||
<label for="od_tel">전화번호<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_tel" value="<?php echo get_text($member['mb_tel']); ?>" id="od_tel" required class="frm_input required" maxlength="20">
|
||||
</li>
|
||||
<li>
|
||||
<label for="od_hp" class="sound_only">핸드폰</label>
|
||||
<input type="text" name="od_hp" value="<?php echo get_text($member['mb_hp']); ?>" id="od_hp" class="frm_input" maxlength="20" placeholder="핸드폰">
|
||||
<label for="od_hp">핸드폰</label>
|
||||
<input type="text" name="od_hp" value="<?php echo get_text($member['mb_hp']); ?>" id="od_hp" class="frm_input" maxlength="20">
|
||||
</li>
|
||||
<li>
|
||||
<strong>주소</strong>
|
||||
|
||||
<span class="add_num"><label for="od_zip" class="sound_only">우편번호<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="od_zip" required class="frm_input required" size="5" maxlength="6" placeholder="우편번호">
|
||||
<input type="text" name="od_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="od_zip" required class="frm_input required" size="5" maxlength="6">
|
||||
<button type="button" class="btn_frmline btn_addsch" onclick="win_zip('forderform', 'od_zip', 'od_addr1', 'od_addr2', 'od_addr3', 'od_addr_jibeon');">주소검색</button></span>
|
||||
<label for="od_addr1" class="sound_only">기본주소<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="od_addr1" required class="frm_input frm_address required" placeholder="기본주소">
|
||||
<input type="text" name="od_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="od_addr1" required class="frm_input frm_address required">
|
||||
<label for="od_addr2" class="sound_only">상세주소</label>
|
||||
<input type="text" name="od_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="od_addr2" class="frm_input frm_address" placeholder="상세주소">
|
||||
<input type="text" name="od_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="od_addr2" class="frm_input frm_address">
|
||||
<label for="od_addr3" class="sound_only">참고항목</label>
|
||||
<input type="text" name="od_addr3" value="<?php echo get_text($member['mb_addr3']) ?>" id="od_addr3" class="frm_input frm_address" readonly="readonly" placeholder="참고항목">
|
||||
<input type="text" name="od_addr3" value="<?php echo get_text($member['mb_addr3']) ?>" id="od_addr3" class="frm_input frm_address" readonly="readonly">
|
||||
<input type="hidden" name="od_addr_jibeon" value="<?php echo get_text($member['mb_addr_jibeon']); ?>"><br>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<label for="od_email">E-mail<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="email" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" maxlength="100" placeholder="E-mail">
|
||||
<input type="email" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" maxlength="100">
|
||||
</li>
|
||||
|
||||
<?php if ($default['de_hope_date_use']) { // 배송희망일 사용 ?>
|
||||
@ -331,7 +354,7 @@ if($is_kakaopay_use) {
|
||||
|
||||
// 주문자와 동일
|
||||
$addr_list .= '<input type="radio" name="ad_sel_addr" value="same" id="ad_sel_addr_same">'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same"><span></span>주문자와 동일</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same">주문자와 동일</label>'.PHP_EOL;
|
||||
|
||||
// 기본배송지
|
||||
$sql = " select *
|
||||
@ -342,7 +365,7 @@ if($is_kakaopay_use) {
|
||||
if($row['ad_id']) {
|
||||
$val1 = $row['ad_name'].$sep.$row['ad_tel'].$sep.$row['ad_hp'].$sep.$row['ad_zip1'].$sep.$row['ad_zip2'].$sep.$row['ad_addr1'].$sep.$row['ad_addr2'].$sep.$row['ad_addr3'].$sep.$row['ad_jibeon'].$sep.$row['ad_subject'];
|
||||
$addr_list .= '<br><input type="radio" name="ad_sel_addr" value="'.get_text($val1).'" id="ad_sel_addr_def">'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_def"><span></span>기본배송지</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_def">기본배송지</label>'.PHP_EOL;
|
||||
}
|
||||
|
||||
// 최근배송지
|
||||
@ -355,58 +378,58 @@ if($is_kakaopay_use) {
|
||||
$result = sql_query($sql);
|
||||
for($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
$val1 = $row['ad_name'].$sep.$row['ad_tel'].$sep.$row['ad_hp'].$sep.$row['ad_zip1'].$sep.$row['ad_zip2'].$sep.$row['ad_addr1'].$sep.$row['ad_addr2'].$sep.$row['ad_addr3'].$sep.$row['ad_jibeon'].$sep.$row['ad_subject'];
|
||||
$val2 = '<label for="ad_sel_addr_'.($i+1).'"><span></span>최근배송지('.($row['ad_subject'] ? get_text($row['ad_subject']) : get_text($row['ad_name'])).')</label>';
|
||||
$val2 = '<label for="ad_sel_addr_'.($i+1).'">최근배송지('.($row['ad_subject'] ? get_text($row['ad_subject']) : get_text($row['ad_name'])).')</label>';
|
||||
$addr_list .= '<br><input type="radio" name="ad_sel_addr" value="'.get_text($val1).'" id="ad_sel_addr_'.($i+1).'"> '.PHP_EOL.$val2.PHP_EOL;
|
||||
}
|
||||
|
||||
$addr_list .= '<br><input type="radio" name="ad_sel_addr" value="new" id="od_sel_addr_new">'.PHP_EOL;
|
||||
$addr_list .= '<label for="od_sel_addr_new"><span></span>신규배송지</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="od_sel_addr_new">신규배송지</label>'.PHP_EOL;
|
||||
|
||||
$addr_list .='<a href="'.G5_SHOP_URL.'/orderaddress.php" id="order_address">배송지목록</a>';
|
||||
} else {
|
||||
// 주문자와 동일
|
||||
$addr_list .= '<input type="checkbox" name="ad_sel_addr" value="same" id="ad_sel_addr_same">'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same"><span></span>주문자와 동일</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same">주문자와 동일</label>'.PHP_EOL;
|
||||
}
|
||||
?>
|
||||
<li class="dlv_slt chk_box">
|
||||
<li class="dlv_slt">
|
||||
<strong>배송지선택</strong>
|
||||
<div><?php echo $addr_list; ?></div>
|
||||
</li>
|
||||
<?php if($is_member) { ?>
|
||||
<li class="chk_box">
|
||||
<label for="ad_subject" class="sound_only">배송지명</label>
|
||||
<input type="text" name="ad_subject" id="ad_subject" class="frm_input" maxlength="20" placeholder="배송지명">
|
||||
<input type="checkbox" name="ad_default" id="ad_default" value="1" class="selec_chk">
|
||||
<label for="ad_default" class="ad_default"><span></span>기본배송지로 설정</label>
|
||||
<li>
|
||||
<label for="ad_subject">배송지명</label>
|
||||
<input type="text" name="ad_subject" id="ad_subject" class="frm_input" maxlength="20">
|
||||
<input type="checkbox" name="ad_default" id="ad_default" value="1">
|
||||
<label for="ad_default" class="ad_default">기본배송지로 설정</label>
|
||||
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<li>
|
||||
<label for="od_b_name" class="sound_only">이름<strong> 필수</strong></label>
|
||||
<input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20" placeholder="이름">
|
||||
<label for="od_b_name">이름<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20">
|
||||
</li>
|
||||
<li>
|
||||
<label for="od_b_tel" class="sound_only">전화번호<strong> 필수</strong></label>
|
||||
<input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20" placeholder="전화번호">
|
||||
<label for="od_b_tel">전화번호<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20">
|
||||
</li>
|
||||
<li>
|
||||
<label for="od_b_hp" class="sound_only">핸드폰</label>
|
||||
<input type="text" name="od_b_hp" id="od_b_hp" class="frm_input" maxlength="20" placeholder="핸드폰">
|
||||
<label for="od_b_hp">핸드폰</label>
|
||||
<input type="text" name="od_b_hp" id="od_b_hp" class="frm_input" maxlength="20">
|
||||
</li>
|
||||
<li>
|
||||
<strong>주소</strong>
|
||||
<label for="od_b_zip" class="sound_only">우편번호<strong class="sound_only"> 필수</strong></label>
|
||||
<span class="add_num"><input type="text" name="od_b_zip" id="od_b_zip" required class="frm_input required" size="5" maxlength="6" placeholder="우편번호">
|
||||
<span class="add_num"><input type="text" name="od_b_zip" id="od_b_zip" required class="frm_input required" size="5" maxlength="6">
|
||||
<button type="button" class="btn_frmline btn_addsch" onclick="win_zip('forderform', 'od_b_zip', 'od_b_addr1', 'od_b_addr2', 'od_b_addr3', 'od_b_addr_jibeon');">주소 검색</button></span>
|
||||
<label for="od_b_addr1" class="sound_only">기본주소<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_addr1" id="od_b_addr1" required class="frm_input frm_address required" placeholder="기본주소">
|
||||
<input type="text" name="od_b_addr1" id="od_b_addr1" required class="frm_input frm_address required">
|
||||
<label for="od_b_addr2" class="sound_only">상세주소</label>
|
||||
<input type="text" name="od_b_addr2" id="od_b_addr2" class="frm_input frm_address" placeholder="상세주소">
|
||||
<input type="text" name="od_b_addr2" id="od_b_addr2" class="frm_input frm_address">
|
||||
<label for="od_b_addr3" class="sound_only">참고항목</label>
|
||||
<input type="text" name="od_b_addr3" id="od_b_addr3" class="frm_input frm_address" readonly="readonly" placeholder="참고항목">
|
||||
<input type="text" name="od_b_addr3" id="od_b_addr3" class="frm_input frm_address" readonly="readonly">
|
||||
<input type="hidden" name="od_b_addr_jibeon" value="">
|
||||
</li>
|
||||
<li>
|
||||
@ -464,120 +487,51 @@ if($is_kakaopay_use) {
|
||||
<section id="sod_frm_pay">
|
||||
<h2>결제정보 입력</h2>
|
||||
|
||||
|
||||
<!-- 주문상품 합계 시작 { -->
|
||||
<div id="sod_bsk_tot">
|
||||
<ul class="sod_info">
|
||||
<li class="sod_bsk_sell">
|
||||
<span>주문</span>
|
||||
<strong><?php echo number_format($tot_sell_price); ?></strong>원
|
||||
</li>
|
||||
<li class="sod_bsk_coupon">
|
||||
<span>쿠폰할인</span>
|
||||
<strong id="ct_tot_coupon">0</strong>원
|
||||
</li>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>배송비</span>
|
||||
<strong><?php echo number_format($send_cost); ?></strong>원
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="sod_info_bt">
|
||||
<li class="sod_bsk_cnt">
|
||||
<span>총계</span>
|
||||
<?php $tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비 ?>
|
||||
<strong id="ct_tot_price"><?php echo number_format($tot_price); ?> 원</strong>
|
||||
</li>
|
||||
<li class="sod_bsk_point">
|
||||
<span>포인트</span>
|
||||
<strong><?php echo number_format($tot_point); ?> 점</strong>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="sod_info_option">
|
||||
<?php
|
||||
$oc_cnt = $sc_cnt = 0;
|
||||
if($is_member) {
|
||||
// 주문쿠폰
|
||||
$sql = " select cp_id
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_method = '2'
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
and cp_end >= '".G5_TIME_YMD."'
|
||||
and cp_minimum <= '$tot_sell_price' ";
|
||||
$res = sql_query($sql);
|
||||
|
||||
for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
if(is_used_coupon($member['mb_id'], $cp['cp_id']))
|
||||
continue;
|
||||
|
||||
$oc_cnt++;
|
||||
}
|
||||
|
||||
if($send_cost > 0) {
|
||||
// 배송비쿠폰
|
||||
$sql = " select cp_id
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_method = '3'
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
and cp_end >= '".G5_TIME_YMD."'
|
||||
and cp_minimum <= '$tot_sell_price' ";
|
||||
$res = sql_query($sql);
|
||||
|
||||
for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
if(is_used_coupon($member['mb_id'], $cp['cp_id']))
|
||||
continue;
|
||||
|
||||
$sc_cnt++;
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<h2>결제옵션</h2>
|
||||
<ul>
|
||||
<?php if($oc_cnt > 0) { ?>
|
||||
<li>
|
||||
<span class="sod_ifop_tit">주문할인
|
||||
<input type="hidden" name="od_cp_id" value="">
|
||||
<button type="button" id="od_coupon_btn" class="btn_frmline">쿠폰적용</button>
|
||||
</span>
|
||||
<div class="sod_ifop_t">
|
||||
<strong id="od_cp_price">0</strong>원
|
||||
</div>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if($sc_cnt > 0) { ?>
|
||||
<li>
|
||||
<span class="sod_ifop_tit">배송비할인
|
||||
<input type="hidden" name="sc_cp_id" value="">
|
||||
<button type="button" id="sc_coupon_btn" class="btn_frmline">쿠폰적용</button>
|
||||
</span>
|
||||
<div class="sod_ifop_t">
|
||||
<strong id="sc_cp_price">0</strong>원
|
||||
</div>
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
<li>
|
||||
<div class="sod_ifop_tit">추가배송비
|
||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||
<span class="tooltip">(지역에 따라 추가되는 도선료 등의 배송비입니다.)</span>
|
||||
</div>
|
||||
<div class="sod_ifop_t"><strong id="od_send_cost2">0</strong>원</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="od_tot_price">
|
||||
<span>총 주문금액</span>
|
||||
<strong class="print_price"><?php echo number_format($tot_price); ?></strong>원
|
||||
</div>
|
||||
<div class="odf_tbl">
|
||||
<table>
|
||||
<tbody>
|
||||
<?php if($oc_cnt > 0) { ?>
|
||||
<tr>
|
||||
<th scope="row">주문할인쿠폰</th>
|
||||
<td>
|
||||
<input type="hidden" name="od_cp_id" value="">
|
||||
<button type="button" id="od_coupon_btn" class="cp_btn1">쿠폰적용</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">주문할인금액</th>
|
||||
<td><span id="od_cp_price">0</span>원</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php if($sc_cnt > 0) { ?>
|
||||
<tr>
|
||||
<th scope="row">배송비할인쿠폰</th>
|
||||
<td>
|
||||
<input type="hidden" name="sc_cp_id" value="">
|
||||
<button type="button" id="sc_coupon_btn" class="cp_btn1">쿠폰적용</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">배송비할인금액</th>
|
||||
<td><span id="sc_cp_price">0</span>원</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<th>총 주문금액</th>
|
||||
<td><span id="od_tot_price"><?php echo number_format($tot_price); ?></span>원</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>추가배송비</th>
|
||||
<td><span id="od_send_cost2">0</span>원 (지역에 따라 추가되는 도선료 등의 배송비입니다.)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- } 주문상품 합계 끝 -->
|
||||
|
||||
|
||||
<?php
|
||||
if (!$default['de_card_point'])
|
||||
echo '<p id="sod_frm_pt_alert"><strong>무통장입금</strong> 이외의 결제 수단으로 결제하시는 경우 포인트를 적립해드리지 않습니다.</p>';
|
||||
|
||||
$multi_settle = 0;
|
||||
$checked = '';
|
||||
@ -588,50 +542,48 @@ if($is_kakaopay_use) {
|
||||
}
|
||||
|
||||
if ($is_kakaopay_use || $default['de_bank_use'] || $default['de_vbank_use'] || $default['de_iche_use'] || $default['de_card_use'] || $default['de_hp_use'] || $default['de_easy_pay_use'] || is_inicis_simple_pay()) {
|
||||
echo '<div id="m_sod_frm_paysel" class="chk_box"><h3>결제수단</h3><ul>';
|
||||
echo '<div id="m_sod_frm_paysel"><ul>';
|
||||
}
|
||||
if (!$default['de_card_point'])
|
||||
echo '<p id="sod_frm_pt_alert"><strong>무통장입금</strong> 이외의 결제 수단으로 결제하시는 경우 포인트를 적립해드리지 않습니다.</p>';
|
||||
|
||||
// 카카오페이
|
||||
if($is_kakaopay_use) {
|
||||
$multi_settle++;
|
||||
echo '<li><input type="radio" id="od_settle_kakaopay" name="od_settle_case" value="KAKAOPAY" '.$checked.'> <label for="od_settle_kakaopay" class="kakaopay_icon lb_icon"><span></span>KAKAOPAY</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_kakaopay" name="od_settle_case" value="KAKAOPAY" '.$checked.'> <label for="od_settle_kakaopay" class="kakaopay_icon lb_icon">KAKAOPAY</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 무통장입금 사용
|
||||
if ($default['de_bank_use']) {
|
||||
$multi_settle++;
|
||||
echo '<li><input type="radio" id="od_settle_bank" name="od_settle_case" value="무통장" '.$checked.'> <label for="od_settle_bank" class="lb_icon bank_icon"><span></span>무통장입금</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_bank" name="od_settle_case" value="무통장" '.$checked.'> <label for="od_settle_bank" class="lb_icon bank_icon">무통장입금</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 가상계좌 사용
|
||||
if ($default['de_vbank_use']) {
|
||||
$multi_settle++;
|
||||
echo '<li><input type="radio" id="od_settle_vbank" name="od_settle_case" value="가상계좌" '.$checked.'> <label for="od_settle_vbank" class="lb_icon vbank_icon"><span></span>'.$escrow_title.'가상계좌</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_vbank" name="od_settle_case" value="가상계좌" '.$checked.'> <label for="od_settle_vbank" class="lb_icon vbank_icon">'.$escrow_title.'가상계좌</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 계좌이체 사용
|
||||
if ($default['de_iche_use']) {
|
||||
$multi_settle++;
|
||||
echo '<li><input type="radio" id="od_settle_iche" name="od_settle_case" value="계좌이체" '.$checked.'> <label for="od_settle_iche" class="lb_icon iche_icon"><span></span>'.$escrow_title.'계좌이체</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_iche" name="od_settle_case" value="계좌이체" '.$checked.'> <label for="od_settle_iche" class="lb_icon iche_icon">'.$escrow_title.'계좌이체</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 휴대폰 사용
|
||||
if ($default['de_hp_use']) {
|
||||
$multi_settle++;
|
||||
echo '<li><input type="radio" id="od_settle_hp" name="od_settle_case" value="휴대폰" '.$checked.'> <label for="od_settle_hp" class="lb_icon hp_icon"><span></span>휴대폰</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_hp" name="od_settle_case" value="휴대폰" '.$checked.'> <label for="od_settle_hp" class="lb_icon hp_icon">휴대폰</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 신용카드 사용
|
||||
if ($default['de_card_use']) {
|
||||
$multi_settle++;
|
||||
echo '<li><input type="radio" id="od_settle_card" name="od_settle_case" value="신용카드" '.$checked.'> <label for="od_settle_card" class="lb_icon card_icon"><span></span>신용카드</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_card" name="od_settle_case" value="신용카드" '.$checked.'> <label for="od_settle_card" class="lb_icon card_icon">신용카드</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
@ -650,19 +602,19 @@ if($is_kakaopay_use) {
|
||||
}
|
||||
|
||||
$multi_settle++;
|
||||
echo '<li><input type="radio" id="od_settle_easy_pay" name="od_settle_case" value="간편결제" '.$checked.'> <label for="od_settle_easy_pay" class="'.$pg_easy_pay_name.' lb_icon"><span></span>'.$pg_easy_pay_name.'</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_easy_pay" name="od_settle_case" value="간편결제" '.$checked.'> <label for="od_settle_easy_pay" class="'.$pg_easy_pay_name.' lb_icon">'.$pg_easy_pay_name.'</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
//이니시스 삼성페이
|
||||
if($default['de_samsung_pay_use']) {
|
||||
echo '<li><input type="radio" id="od_settle_samsungpay" data-case="samsungpay" name="od_settle_case" value="삼성페이" '.$checked.'> <label for="od_settle_samsungpay" class="samsung_pay lb_icon"><span></span>삼성페이</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_samsungpay" data-case="samsungpay" name="od_settle_case" value="삼성페이" '.$checked.'> <label for="od_settle_samsungpay" class="samsung_pay lb_icon">삼성페이</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
//이니시스 Lpay
|
||||
if($default['de_inicis_lpay_use']) {
|
||||
echo '<li><input type="radio" id="od_settle_inicislpay" data-case="lpay" name="od_settle_case" value="lpay" '.$checked.'> <label for="od_settle_inicislpay" class="inicis_lpay"><span></span>L.pay</label></li>'.PHP_EOL;
|
||||
echo '<li><input type="radio" id="od_settle_inicislpay" data-case="lpay" name="od_settle_case" value="lpay" '.$checked.'> <label for="od_settle_inicislpay" class="inicis_lpay">L.pay</label></li>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
@ -687,7 +639,7 @@ if($is_kakaopay_use) {
|
||||
$temp_point = (int)((int)($temp_point / $point_unit) * $point_unit);
|
||||
|
||||
echo '<div class="sod_frm_point">';
|
||||
echo '<div><input type="hidden" name="max_temp_point" value="'.$temp_point.'"><label for="od_temp_point">사용 포인트('.$point_unit.'점 단위)</label> <input type="text" id="od_temp_point" name="od_temp_point" value="0" size="10"></div>';
|
||||
echo '<div><input type="hidden" name="max_temp_point" value="'.$temp_point.'"><label for="od_temp_point">사용 포인트('.$point_unit.'점 단위)</label> <input type="text" id="od_temp_point" name="od_temp_point" value="0" size="10"> 점</div>';
|
||||
echo '<div id="sod_frm_pt_info"><span><strong>보유포인트</strong>'.display_point($member['mb_point']).'</span><span class="max_point_box"><strong>최대사용가능포인트</strong><em id="use_max_point">'.display_point($temp_point).'</em></span></div>';
|
||||
echo '</div>';
|
||||
$multi_settle++;
|
||||
@ -776,24 +728,6 @@ if( is_inicis_simple_pay() ){ //삼성페이 사용시
|
||||
<script>
|
||||
var zipcode = "";
|
||||
|
||||
function od_coupon_close(){
|
||||
var $coupon_frm = jQuery("#od_coupon_frm");
|
||||
if ( $coupon_frm.parent(".od_coupon_wrap").length ){
|
||||
$coupon_frm.parent(".od_coupon_wrap").remove();
|
||||
} else {
|
||||
$coupon_frm.remove();
|
||||
}
|
||||
}
|
||||
|
||||
function cp_form_close(){
|
||||
var $cp_frm = jQuery("#cp_frm");
|
||||
if ( $cp_frm.parent(".od_coupon_wrap").length ){
|
||||
$cp_frm.parent(".od_coupon_wrap").remove();
|
||||
} else {
|
||||
$cp_frm.remove();
|
||||
}
|
||||
}
|
||||
|
||||
$(function() {
|
||||
var $cp_btn_el;
|
||||
var $cp_row_el;
|
||||
@ -801,7 +735,7 @@ $(function() {
|
||||
$(".cp_btn").click(function() {
|
||||
$cp_btn_el = $(this);
|
||||
$cp_row_el = $(this).closest("li");
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
var it_id = $cp_btn_el.closest("li").find("input[name^=it_id]").val();
|
||||
|
||||
$.post(
|
||||
@ -848,7 +782,7 @@ $(function() {
|
||||
return false;
|
||||
} else {
|
||||
coupon_cancel($cp_dup_el);
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$cp_dup_el.find(".cp_btn").text("쿠폰적용").removeClass("cp_mod").focus();
|
||||
$cp_dup_el.find(".cp_cancel").remove();
|
||||
}
|
||||
@ -866,27 +800,27 @@ $(function() {
|
||||
$cp_row_el.find("input[name^=cp_price]").val(price);
|
||||
|
||||
calculate_total_price();
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$cp_btn_el.text("변경").addClass("cp_mod").focus();
|
||||
if(!$cp_row_el.find(".cp_cancel").size())
|
||||
$cp_btn_el.after("<button type=\"button\" class=\"cp_cancel\">취소</button>");
|
||||
});
|
||||
|
||||
$(document).on("click", "#cp_close", function() {
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$cp_btn_el.focus();
|
||||
});
|
||||
|
||||
$(document).on("click", ".cp_cancel", function() {
|
||||
coupon_cancel($(this).closest("li"));
|
||||
calculate_total_price();
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$(this).closest("li").find(".cp_btn").text("쿠폰적용").removeClass("cp_mod").focus();
|
||||
$(this).remove();
|
||||
});
|
||||
|
||||
$("#od_coupon_btn").click(function() {
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
var $this = $(this);
|
||||
var price = parseInt($("input[name=org_od_price]").val()) - parseInt($("input[name=item_coupon]").val());
|
||||
if(price <= 0) {
|
||||
@ -933,14 +867,14 @@ $(function() {
|
||||
$("#od_cp_price").text(number_format(String(price)));
|
||||
$("#sc_cp_price").text(0);
|
||||
calculate_order_price();
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
$("#od_coupon_btn").text("변경").focus();
|
||||
if(!$("#od_coupon_cancel").size())
|
||||
$("#od_coupon_btn").after("<button type=\"button\" id=\"od_coupon_cancel\" class=\"cp_cancel1\">취소</button>");
|
||||
});
|
||||
|
||||
$(document).on("click", "#od_coupon_close", function() {
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
$("#od_coupon_btn").focus();
|
||||
});
|
||||
|
||||
@ -954,7 +888,7 @@ $(function() {
|
||||
$("#od_cp_price").text(0);
|
||||
$("#sc_cp_price").text(0);
|
||||
calculate_order_price();
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
$("#od_coupon_btn").text("쿠폰적용").focus();
|
||||
$(this).remove();
|
||||
$("#sc_coupon_btn").text("쿠폰적용");
|
||||
@ -1617,14 +1551,4 @@ $(function(){
|
||||
$("#od_hope_date").datepicker({ changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", showButtonPanel: true, yearRange: "c-99:c+99", minDate: "+<?php echo (int)$default['de_hope_date_after']; ?>d;", maxDate: "+<?php echo (int)$default['de_hope_date_after'] + 6; ?>d;" });
|
||||
});
|
||||
<?php } ?>
|
||||
|
||||
|
||||
$(function(){
|
||||
//tooltip
|
||||
$(".tooltip_icon").click(function(){
|
||||
$(this).next(".tooltip").fadeIn(400);
|
||||
}).mouseout(function(){
|
||||
$(this).next(".tooltip").fadeOut();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
240
shop/mypage.php
240
shop/mypage.php
@ -43,41 +43,22 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
<!-- 회원정보 개요 시작 { -->
|
||||
<section id="smb_my_ov">
|
||||
<h2>회원정보 개요</h2>
|
||||
|
||||
<div class="smb_me">
|
||||
<strong class="my_ov_name"><img src="<?php echo G5_THEME_IMG_URL ;?>/no_profile.gif" alt="프로필이미지"><br><?php echo $member['mb_name']; ?></strong><br>
|
||||
<a href="<?php echo G5_BBS_URL ?>/member_confirm.php?url=register_form.php" class="smb_info">정보수정</a>
|
||||
<a href="<?php echo G5_BBS_URL ?>/logout.php">로그아웃</a>
|
||||
<strong class="my_ov_name"><img src="<?php echo G5_IMG_URL ;?>/no_profile.gif" alt="프로필이미지"> <?php echo $member['mb_name']; ?></strong>
|
||||
<dl class="cou_pt">
|
||||
<dt>보유포인트</dt>
|
||||
<dd><a href="<?php echo G5_BBS_URL; ?>/point.php" target="_blank" class="win_point"><?php echo number_format($member['mb_point']); ?></a> 점</dd>
|
||||
<dt>보유쿠폰</dt>
|
||||
<dd><a href="<?php echo G5_SHOP_URL; ?>/coupon.php" target="_blank" class="win_coupon"><?php echo number_format($cp_count); ?></a></dd>
|
||||
</dl>
|
||||
<div id="smb_my_act">
|
||||
<ul>
|
||||
<?php if ($is_admin == 'super') { ?><li><a href="<?php echo G5_ADMIN_URL; ?>/" class="btn_admin">관리자</a></li><?php } ?>
|
||||
<li><a href="<?php echo G5_BBS_URL; ?>/memo.php" target="_blank" class="win_memo btn01">쪽지함</a></li>
|
||||
<li><a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=register_form.php" class="btn01">회원정보수정</a></li>
|
||||
<li><a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=member_leave.php" onclick="return member_leave();" class="btn01">회원탈퇴</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<ul id="smb_private">
|
||||
<li>
|
||||
<a href="<?php echo G5_BBS_URL ?>/point.php" target="_blank" class="win_point">
|
||||
<i class="fa fa-database" aria-hidden="true"></i>포인트
|
||||
<strong><?php echo number_format($member['mb_point']); ?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo G5_SHOP_URL ?>/coupon.php" target="_blank" class="win_coupon">
|
||||
<i class="fa fa-ticket" aria-hidden="true"></i>쿠폰
|
||||
<strong><?php echo number_format($cp_count); ?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo G5_BBS_URL ?>/memo.php" target="_blank" class="win_memo">
|
||||
<i class="fa fa-envelope-o" aria-hidden="true"></i><span class="sound_only">안 읽은 </span>쪽지
|
||||
<strong><?php echo $memo_not_read ?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo G5_BBS_URL ?>/scrap.php" target="_blank" class="win_scrap">
|
||||
<i class="fa fa-thumb-tack" aria-hidden="true"></i>스크랩
|
||||
<strong class="scrap">0</strong>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>내정보</h3>
|
||||
|
||||
<dl class="op_area">
|
||||
<dt>연락처</dt>
|
||||
<dd><?php echo ($member['mb_tel'] ? $member['mb_tel'] : '미등록'); ?></dd>
|
||||
@ -90,93 +71,78 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
<dt id="smb_my_ovaddt">주소</dt>
|
||||
<dd id="smb_my_ovaddd"><?php echo sprintf("(%s%s)", $member['mb_zip1'], $member['mb_zip2']).' '.print_address($member['mb_addr1'], $member['mb_addr2'], $member['mb_addr3'], $member['mb_addr_jibeon']); ?></dd>
|
||||
</dl>
|
||||
|
||||
<a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=member_leave.php" onclick="return member_leave();" class="withdrawal">회원탈퇴</a>
|
||||
<div class="my_ov_btn"><button type="button" class="btn_op_area"><i class="fa fa-caret-up" aria-hidden="true"></i><span class="sound_only">상세정보 보기</span></button></div>
|
||||
|
||||
</section>
|
||||
<script>
|
||||
|
||||
$(".btn_op_area").on("click", function() {
|
||||
$(".op_area").toggle();
|
||||
$(".fa-caret-up").toggleClass("fa-caret-down")
|
||||
});
|
||||
|
||||
</script>
|
||||
<!-- } 회원정보 개요 끝 -->
|
||||
|
||||
<div id="smb_my_list">
|
||||
<!-- 최근 주문내역 시작 { -->
|
||||
<section id="smb_my_od">
|
||||
<h2>주문내역조회</h2>
|
||||
<?php
|
||||
// 최근 주문내역
|
||||
define("_ORDERINQUIRY_", true);
|
||||
|
||||
$limit = " limit 0, 5 ";
|
||||
include G5_SHOP_PATH.'/orderinquiry.sub.php';
|
||||
?>
|
||||
|
||||
<div class="smb_my_more">
|
||||
<a href="./orderinquiry.php">더보기</a>
|
||||
</div>
|
||||
</section>
|
||||
<!-- } 최근 주문내역 끝 -->
|
||||
|
||||
<!-- 최근 위시리스트 시작 { -->
|
||||
<section id="smb_my_wish">
|
||||
<h2>최근 위시리스트</h2>
|
||||
<form name="fwishlist" method="post" action="./cartupdate.php">
|
||||
<input type="hidden" name="act" value="multi">
|
||||
<input type="hidden" name="sw_direct" value="">
|
||||
<input type="hidden" name="prog" value="wish">
|
||||
<ul>
|
||||
<?php
|
||||
$sql = " select *
|
||||
from {$g5['g5_shop_wish_table']} a,
|
||||
{$g5['g5_shop_item_table']} b
|
||||
where a.mb_id = '{$member['mb_id']}'
|
||||
and a.it_id = b.it_id
|
||||
order by a.wi_id desc
|
||||
limit 0, 8 ";
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row = sql_fetch_array($result); $i++)
|
||||
{
|
||||
$image = get_it_image($row['it_id'], 100, 100, true);
|
||||
?>
|
||||
<!-- 최근 주문내역 시작 { -->
|
||||
<section id="smb_my_od">
|
||||
<h2>최근 주문내역</h2>
|
||||
<?php
|
||||
// 최근 주문내역
|
||||
define("_ORDERINQUIRY_", true);
|
||||
|
||||
<li>
|
||||
<div class="smb_my_chk">
|
||||
<?php if(is_soldout($row['it_id'])) { //품절검사 ?> 품절
|
||||
<?php } else { //품절이 아니면 체크할수 있도록한다 ?>
|
||||
<div class="chk_box">
|
||||
<input type="checkbox" name="chk_it_id[<?php echo $i; ?>]" value="1" id="chk_it_id_<?php echo $i; ?>" onclick="out_cd_check(this, '<?php echo $out_cd; ?>');" class="selec_chk">
|
||||
<label for="chk_it_id_<?php echo $i; ?>"><span></span><b class="sound_only"><?php echo $row['it_name']; ?></b></label>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<input type="hidden" name="it_id[<?php echo $i; ?>]" value="<?php echo $row['it_id']; ?>">
|
||||
<input type="hidden" name="io_type[<?php echo $row['it_id']; ?>][0]" value="0">
|
||||
<input type="hidden" name="io_id[<?php echo $row['it_id']; ?>][0]" value="">
|
||||
<input type="hidden" name="io_value[<?php echo $row['it_id']; ?>][0]" value="<?php echo $row['it_name']; ?>">
|
||||
<input type="hidden" name="ct_qty[<?php echo $row['it_id']; ?>][0]" value="1">
|
||||
</div>
|
||||
<div class="smb_my_img"><?php echo $image; ?></div>
|
||||
<div class="smb_my_tit"><a href="<?php echo shop_item_url($row['it_id']); ?>"><?php echo stripslashes($row['it_name']); ?></a></div>
|
||||
<div class="smb_my_price"><?php echo display_price(get_price($row), $row['it_tel_inq']); ?></div>
|
||||
<div class="smb_my_date"><?php echo $row['wi_time']; ?></div>
|
||||
<a href="./wishupdate.php?w=d&wi_id=<?php echo $row['wi_id']; ?>" class="wish_del"><i class="fa fa-trash" aria-hidden="true"></i><span class="sound_only">삭제</span></a>
|
||||
</li>
|
||||
$limit = " limit 0, 5 ";
|
||||
include G5_SHOP_PATH.'/orderinquiry.sub.php';
|
||||
?>
|
||||
|
||||
<?php
|
||||
}
|
||||
<div class="smb_my_more">
|
||||
<a href="./orderinquiry.php">더보기</a>
|
||||
</div>
|
||||
</section>
|
||||
<!-- } 최근 주문내역 끝 -->
|
||||
|
||||
<!-- 최근 위시리스트 시작 { -->
|
||||
<section id="smb_my_wish">
|
||||
<h2>최근 위시리스트</h2>
|
||||
|
||||
<div class="list_02">
|
||||
<ul>
|
||||
|
||||
<?php
|
||||
$sql = " select *
|
||||
from {$g5['g5_shop_wish_table']} a,
|
||||
{$g5['g5_shop_item_table']} b
|
||||
where a.mb_id = '{$member['mb_id']}'
|
||||
and a.it_id = b.it_id
|
||||
order by a.wi_id desc
|
||||
limit 0, 8 ";
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row = sql_fetch_array($result); $i++)
|
||||
{
|
||||
$image = get_it_image($row['it_id'], 230, 230, true);
|
||||
?>
|
||||
|
||||
<li>
|
||||
<div class="smb_my_img"><?php echo $image; ?></div>
|
||||
<div class="smb_my_tit"><a href="<?php echo shop_item_url($row['it_id']); ?>"><?php echo stripslashes($row['it_name']); ?></a></div>
|
||||
<div class="smb_my_date"><?php echo $row['wi_time']; ?></div>
|
||||
</li>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($i == 0)
|
||||
echo '<li class="empty_li">보관 내역이 없습니다.</li>';
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="smb_my_more">
|
||||
<a href="./wishlist.php">더보기</a>
|
||||
</div>
|
||||
</section>
|
||||
<!-- } 최근 위시리스트 끝 -->
|
||||
|
||||
if ($i == 0)
|
||||
echo '<li class="empty_li">보관 내역이 없습니다.</li>';
|
||||
?>
|
||||
</ul>
|
||||
|
||||
<div class="smb_my_more">
|
||||
<a href="./wishlist.php">더보기</a>
|
||||
</div>
|
||||
|
||||
<div id="smb_ws_act">
|
||||
<button type="submit" class="btn01" onclick="return fwishlist_check(document.fwishlist,'');">장바구니</button>
|
||||
<button type="submit" class="btn02" onclick="return fwishlist_check(document.fwishlist,'direct_buy');">주문하기</button>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<!-- } 최근 위시리스트 끝 -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@ -192,50 +158,6 @@ function member_leave()
|
||||
{
|
||||
return confirm('정말 회원에서 탈퇴 하시겠습니까?')
|
||||
}
|
||||
|
||||
function out_cd_check(fld, out_cd)
|
||||
{
|
||||
if (out_cd == 'no'){
|
||||
alert("옵션이 있는 상품입니다.\n\n상품을 클릭하여 상품페이지에서 옵션을 선택한 후 주문하십시오.");
|
||||
fld.checked = false;
|
||||
return;
|
||||
}
|
||||
|
||||
if (out_cd == 'tel_inq'){
|
||||
alert("이 상품은 전화로 문의해 주십시오.\n\n장바구니에 담아 구입하실 수 없습니다.");
|
||||
fld.checked = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
function fwishlist_check(f, act)
|
||||
{
|
||||
var k = 0;
|
||||
var length = f.elements.length;
|
||||
|
||||
for(i=0; i<length; i++) {
|
||||
if (f.elements[i].checked) {
|
||||
k++;
|
||||
}
|
||||
}
|
||||
|
||||
if(k == 0)
|
||||
{
|
||||
alert("상품을 하나 이상 체크 하십시오");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (act == "direct_buy")
|
||||
{
|
||||
f.sw_direct.value = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
f.sw_direct.value = 0;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
<!-- } 마이페이지 끝 -->
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
require_once(G5_SHOP_PATH.'/settle_'.$default['de_pg_service'].'.inc.php');
|
||||
@ -256,38 +256,34 @@ if($is_kakaopay_use) {
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="col"><label for="od_name">이름<strong class="sound_only"> 필수</strong></label></th>
|
||||
<th scope="col">
|
||||
<?php if (!$is_member) { // 비회원이면 ?>
|
||||
<label for="od_pwd">비밀번호</label>
|
||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||
<span class="tooltip">영,숫자 3~20자 (주문서 조회시 필요)</span>
|
||||
<?php } ?>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="od_name">이름<strong class="sound_only"> 필수</strong></label></th>
|
||||
<td><input type="text" name="od_name" value="<?php echo get_text($member['mb_name']); ?>" id="od_name" required class="frm_input required" maxlength="20"></td>
|
||||
<td><?php if (!$is_member) { // 비회원이면 ?><input type="password" name="od_pwd" id="od_pwd" required class="frm_input required" maxlength="20"><?php } ?></td>
|
||||
</tr>
|
||||
|
||||
<?php if (!$is_member) { // 비회원이면 ?>
|
||||
<tr>
|
||||
<th scope="col"><label for="od_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
|
||||
<th scope="col"><label for="od_hp">핸드폰</label></th>
|
||||
<th scope="row"><label for="od_pwd">비밀번호</label></th>
|
||||
<td>
|
||||
<span class="frm_info">영,숫자 3~20자 (주문서 조회시 필요)</span>
|
||||
<input type="password" name="od_pwd" id="od_pwd" required class="frm_input required" maxlength="20">
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="od_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
|
||||
<td><input type="text" name="od_tel" value="<?php echo get_text($member['mb_tel']); ?>" id="od_tel" required class="frm_input required" maxlength="20"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="od_tel" value="<?php echo get_text($member['mb_tel']); ?>" id="od_tel" required class="frm_input required" maxlength="20"></td>
|
||||
<th scope="row"><label for="od_hp">핸드폰</label></th>
|
||||
<td><input type="text" name="od_hp" value="<?php echo get_text($member['mb_hp']); ?>" id="od_hp" class="frm_input" maxlength="20"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col" colspan="2">주소</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="addr">
|
||||
<label for="od_zip" class="sound_only">우편번호<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="od_zip" required class="frm_input required" size="8" maxlength="6" placeholder="우편번호">
|
||||
<button type="button" class="btn_address" onclick="win_zip('forderform', 'od_zip', 'od_addr1', 'od_addr2', 'od_addr3', 'od_addr_jibeon');">주소 검색</button><br>
|
||||
</div>
|
||||
<th scope="row">주소</th>
|
||||
<td>
|
||||
<label for="od_zip" class="sound_only">우편번호<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="od_zip" required class="frm_input required" size="8" maxlength="6" placeholder="우편번호">
|
||||
<button type="button" class="btn_address" onclick="win_zip('forderform', 'od_zip', 'od_addr1', 'od_addr2', 'od_addr3', 'od_addr_jibeon');">주소 검색</button><br>
|
||||
<input type="text" name="od_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="od_addr1" required class="frm_input frm_address required" size="60" placeholder="기본주소">
|
||||
<label for="od_addr1" class="sound_only">기본주소<strong class="sound_only"> 필수</strong></label><br>
|
||||
<input type="text" name="od_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="od_addr2" class="frm_input frm_address" size="60" placeholder="상세주소">
|
||||
@ -299,10 +295,8 @@ if($is_kakaopay_use) {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col" colspan="2"><label for="od_email">E-mail<strong class="sound_only"> 필수</strong></label></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" size="35" maxlength="100"></td>
|
||||
<th scope="row"><label for="od_email">E-mail<strong class="sound_only"> 필수</strong></label></th>
|
||||
<td><input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" size="35" maxlength="100"></td>
|
||||
</tr>
|
||||
|
||||
<?php if ($default['de_hope_date_use']) { // 배송희망일 사용 ?>
|
||||
@ -333,7 +327,9 @@ if($is_kakaopay_use) {
|
||||
<h2>받으시는 분</h2>
|
||||
|
||||
<div class="tbl_frm01 tbl_wrap">
|
||||
<?php
|
||||
<table>
|
||||
<tbody>
|
||||
<?php
|
||||
if($is_member) {
|
||||
// 배송지 이력
|
||||
$addr_list = '';
|
||||
@ -341,7 +337,7 @@ if($is_kakaopay_use) {
|
||||
|
||||
// 주문자와 동일
|
||||
$addr_list .= '<input type="radio" name="ad_sel_addr" value="same" id="ad_sel_addr_same">'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same"><span></span>주문자와 동일</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same">주문자와 동일</label>'.PHP_EOL;
|
||||
|
||||
// 기본배송지
|
||||
$sql = " select *
|
||||
@ -351,9 +347,8 @@ if($is_kakaopay_use) {
|
||||
$row = sql_fetch($sql);
|
||||
if($row['ad_id']) {
|
||||
$val1 = $row['ad_name'].$sep.$row['ad_tel'].$sep.$row['ad_hp'].$sep.$row['ad_zip1'].$sep.$row['ad_zip2'].$sep.$row['ad_addr1'].$sep.$row['ad_addr2'].$sep.$row['ad_addr3'].$sep.$row['ad_jibeon'].$sep.$row['ad_subject'];
|
||||
|
||||
$addr_list .= '<input type="radio" name="ad_sel_addr" value="'.get_text($val1).'" id="ad_sel_addr_def">'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_def"><span></span>기본배송지</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_def">기본배송지</label>'.PHP_EOL;
|
||||
}
|
||||
|
||||
// 최근배송지
|
||||
@ -366,66 +361,56 @@ if($is_kakaopay_use) {
|
||||
$result = sql_query($sql);
|
||||
for($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
$val1 = $row['ad_name'].$sep.$row['ad_tel'].$sep.$row['ad_hp'].$sep.$row['ad_zip1'].$sep.$row['ad_zip2'].$sep.$row['ad_addr1'].$sep.$row['ad_addr2'].$sep.$row['ad_addr3'].$sep.$row['ad_jibeon'].$sep.$row['ad_subject'];
|
||||
$val2 = '<label for="ad_sel_addr_'.($i+1).'"><span></span>최근배송지('.($row['ad_subject'] ? get_text($row['ad_subject']) : get_text($row['ad_name'])).')</label>';
|
||||
$val2 = '<label for="ad_sel_addr_'.($i+1).'">최근배송지('.($row['ad_subject'] ? get_text($row['ad_subject']) : get_text($row['ad_name'])).')</label>';
|
||||
$addr_list .= '<input type="radio" name="ad_sel_addr" value="'.get_text($val1).'" id="ad_sel_addr_'.($i+1).'"> '.PHP_EOL.$val2.PHP_EOL;
|
||||
}
|
||||
|
||||
$addr_list .= '<input type="radio" name="ad_sel_addr" value="new" id="od_sel_addr_new">'.PHP_EOL;
|
||||
$addr_list .= '<label for="od_sel_addr_new"><span></span>신규배송지</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="od_sel_addr_new">신규배송지</label>'.PHP_EOL;
|
||||
|
||||
$addr_list .='<a href="'.G5_SHOP_URL.'/orderaddress.php" id="order_address" class="btn_frmline">배송지목록</a>';
|
||||
} else {
|
||||
// 주문자와 동일
|
||||
$addr_list .= '<input type="checkbox" name="ad_sel_addr" value="same" id="ad_sel_addr_same">'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same"><span></span>주문자와 동일</label>'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_same">주문자와 동일</label>'.PHP_EOL;
|
||||
}
|
||||
?>
|
||||
<div class="choice_place">
|
||||
<span class="choice_tit">배송지선택</span>
|
||||
<span class="chk_box">
|
||||
<?php echo $addr_list; ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<th scope="col"><label for="od_b_name">이름<strong class="sound_only"> 필수</strong></label></th>
|
||||
<th scope="col"><?php if($is_member) { ?><label for="ad_subject">배송지명</label><?php } ?></th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td>
|
||||
<th scope="row">배송지선택</th>
|
||||
<td>
|
||||
<?php if($is_member) { ?>
|
||||
<input type="text" name="ad_subject" id="ad_subject" class="frm_input" maxlength="20">
|
||||
<div class="ad_choice chk_box">
|
||||
<input type="checkbox" name="ad_default" id="ad_default" value="1" class="selec_chk">
|
||||
<label for="ad_default"><span></span><b>기본배송지로 설정</b></label>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<div class="order_choice_place">
|
||||
<?php echo $addr_list; ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if($is_member) { ?>
|
||||
<tr>
|
||||
<th scope="col"><label for="od_b_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
|
||||
<th scope="col"><label for="od_b_hp">핸드폰</label></th>
|
||||
<th scope="row"><label for="ad_subject">배송지명</label></th>
|
||||
<td>
|
||||
<input type="text" name="ad_subject" id="ad_subject" class="frm_input" maxlength="20">
|
||||
<input type="checkbox" name="ad_default" id="ad_default" value="1">
|
||||
<label for="ad_default">기본배송지로 설정</label>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<th scope="row"><label for="od_b_name">이름<strong class="sound_only"> 필수</strong></label></th>
|
||||
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="od_b_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
|
||||
<td><input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="od_b_hp">핸드폰</label></th>
|
||||
<td><input type="text" name="od_b_hp" id="od_b_hp" class="frm_input" maxlength="20"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col" colspan="2">주소</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="sod_frm_addr" colspan="2">
|
||||
<div class="addr">
|
||||
<label for="od_b_zip" class="sound_only">우편번호<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_zip" id="od_b_zip" required class="frm_input required" size="8" maxlength="6" placeholder="우편번호">
|
||||
<button type="button" class="btn_address" onclick="win_zip('forderform', 'od_b_zip', 'od_b_addr1', 'od_b_addr2', 'od_b_addr3', 'od_b_addr_jibeon');">주소 검색</button><br>
|
||||
</div>
|
||||
<th scope="row">주소</th>
|
||||
<td id="sod_frm_addr">
|
||||
<label for="od_b_zip" class="sound_only">우편번호<strong class="sound_only"> 필수</strong></label>
|
||||
<input type="text" name="od_b_zip" id="od_b_zip" required class="frm_input required" size="8" maxlength="6" placeholder="우편번호">
|
||||
<button type="button" class="btn_address" onclick="win_zip('forderform', 'od_b_zip', 'od_b_addr1', 'od_b_addr2', 'od_b_addr3', 'od_b_addr_jibeon');">주소 검색</button><br>
|
||||
<input type="text" name="od_b_addr1" id="od_b_addr1" required class="frm_input frm_address required" size="60" placeholder="기본주소">
|
||||
<label for="od_b_addr1" class="sound_only">기본주소<strong> 필수</strong></label><br>
|
||||
<input type="text" name="od_b_addr2" id="od_b_addr2" class="frm_input frm_address" size="60" placeholder="상세주소">
|
||||
@ -437,10 +422,8 @@ if($is_kakaopay_use) {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col" colspan="2"><label for="od_memo">전하실말씀</label></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><textarea name="od_memo" id="od_memo"></textarea></td>
|
||||
<th scope="row"><label for="od_memo">전하실말씀</label></th>
|
||||
<td><textarea name="od_memo" id="od_memo"></textarea></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -452,7 +435,7 @@ if($is_kakaopay_use) {
|
||||
<div class="sod_right">
|
||||
<!-- 주문상품 합계 시작 { -->
|
||||
<div id="sod_bsk_tot">
|
||||
<ul class="sod_info">
|
||||
<ul>
|
||||
<li class="sod_bsk_sell">
|
||||
<span>주문</span>
|
||||
<strong><?php echo number_format($tot_sell_price); ?></strong>원
|
||||
@ -464,310 +447,261 @@ if($is_kakaopay_use) {
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>배송비</span>
|
||||
<strong><?php echo number_format($send_cost); ?></strong>원
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="sod_info_bt">
|
||||
<li class="sod_bsk_cnt">
|
||||
<span>총계</span>
|
||||
<?php $tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비 ?>
|
||||
<strong id="ct_tot_price"><?php echo number_format($tot_price); ?> 원</strong>
|
||||
</li>
|
||||
<li class="sod_bsk_point">
|
||||
<span>포인트</span>
|
||||
<strong><?php echo number_format($tot_point); ?> 점</strong>
|
||||
<strong><?php echo number_format($tot_point); ?></strong>점
|
||||
</li>
|
||||
<li class="sod_bsk_cnt">
|
||||
<span>총계</span>
|
||||
<?php $tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비 ?>
|
||||
<strong id="ct_tot_price"><?php echo number_format($tot_price); ?></strong>원
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="sod_info_option">
|
||||
<?php
|
||||
$oc_cnt = $sc_cnt = 0;
|
||||
if($is_member) {
|
||||
// 주문쿠폰
|
||||
$sql = " select cp_id
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_method = '2'
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
and cp_end >= '".G5_TIME_YMD."'
|
||||
and cp_minimum <= '$tot_sell_price' ";
|
||||
$res = sql_query($sql);
|
||||
|
||||
for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
if(is_used_coupon($member['mb_id'], $cp['cp_id']))
|
||||
continue;
|
||||
|
||||
$oc_cnt++;
|
||||
}
|
||||
|
||||
if($send_cost > 0) {
|
||||
// 배송비쿠폰
|
||||
$sql = " select cp_id
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_method = '3'
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
and cp_end >= '".G5_TIME_YMD."'
|
||||
and cp_minimum <= '$tot_sell_price' ";
|
||||
$res = sql_query($sql);
|
||||
|
||||
for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
if(is_used_coupon($member['mb_id'], $cp['cp_id']))
|
||||
continue;
|
||||
|
||||
$sc_cnt++;
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<h2>결제옵션</h2>
|
||||
<ul>
|
||||
<?php if($oc_cnt > 0) { ?>
|
||||
<li>
|
||||
<span class="sod_ifop_tit">주문할인
|
||||
<input type="hidden" name="od_cp_id" value="">
|
||||
<button type="button" id="od_coupon_btn" class="btn_frmline">쿠폰적용</button>
|
||||
</span>
|
||||
<div class="sod_ifop_t">
|
||||
<strong id="od_cp_price">0</strong>원
|
||||
</div>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if($sc_cnt > 0) { ?>
|
||||
<li>
|
||||
<span class="sod_ifop_tit">배송비할인
|
||||
<input type="hidden" name="sc_cp_id" value="">
|
||||
<button type="button" id="sc_coupon_btn" class="btn_frmline">쿠폰적용</button>
|
||||
</span>
|
||||
<div class="sod_ifop_t">
|
||||
<strong id="sc_cp_price">0</strong>원
|
||||
</div>
|
||||
</li>
|
||||
<?php } ?>
|
||||
|
||||
<li>
|
||||
<div class="sod_ifop_tit">추가배송비
|
||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||
<span class="tooltip">(지역에 따라 추가되는 도선료 등의 배송비입니다.)</span>
|
||||
</div>
|
||||
<div class="sod_ifop_t"><strong id="od_send_cost2">0</strong>원</div>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- } 주문상품 합계 끝 -->
|
||||
|
||||
|
||||
<!-- 결제정보 입력 시작 { -->
|
||||
<?php
|
||||
$oc_cnt = $sc_cnt = 0;
|
||||
if($is_member) {
|
||||
// 주문쿠폰
|
||||
$sql = " select cp_id
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_method = '2'
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
and cp_end >= '".G5_TIME_YMD."'
|
||||
and cp_minimum <= '$tot_sell_price' ";
|
||||
$res = sql_query($sql);
|
||||
|
||||
for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
if(is_used_coupon($member['mb_id'], $cp['cp_id']))
|
||||
continue;
|
||||
|
||||
$oc_cnt++;
|
||||
}
|
||||
|
||||
if($send_cost > 0) {
|
||||
// 배송비쿠폰
|
||||
$sql = " select cp_id
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_method = '3'
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
and cp_end >= '".G5_TIME_YMD."'
|
||||
and cp_minimum <= '$tot_sell_price' ";
|
||||
$res = sql_query($sql);
|
||||
|
||||
for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
if(is_used_coupon($member['mb_id'], $cp['cp_id']))
|
||||
continue;
|
||||
|
||||
$sc_cnt++;
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<section id="sod_frm_pay">
|
||||
<h2>결제정보</h2>
|
||||
|
||||
<div class="pay_tbl">
|
||||
<table>
|
||||
<tbody>
|
||||
<?php if($oc_cnt > 0) { ?>
|
||||
<tr>
|
||||
<th scope="row">주문할인</th>
|
||||
<td>
|
||||
<strong id="od_cp_price">0</strong>원
|
||||
<input type="hidden" name="od_cp_id" value="">
|
||||
<button type="button" id="od_coupon_btn" class="btn_frmline">쿠폰적용</button>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php if($sc_cnt > 0) { ?>
|
||||
<tr>
|
||||
<th scope="row">배송비할인</th>
|
||||
<td>
|
||||
<strong id="sc_cp_price">0</strong>원
|
||||
<input type="hidden" name="sc_cp_id" value="">
|
||||
<button type="button" id="sc_coupon_btn" class="btn_frmline">쿠폰적용</button>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<tr>
|
||||
<th>추가배송비</th>
|
||||
<td><strong id="od_send_cost2">0</strong>원<br>(지역에 따라 추가되는 도선료 등의 배송비입니다.)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="od_tot_price">
|
||||
<span>총 주문금액</span>
|
||||
<strong class="print_price"><?php echo number_format($tot_price); ?></strong>원
|
||||
</div>
|
||||
</div>
|
||||
<!-- } 주문상품 합계 끝 -->
|
||||
|
||||
<div id="od_pay_sl">
|
||||
<div class="od_pay_buttons_el">
|
||||
<h3>결제수단</h3>
|
||||
<?php
|
||||
if (!$default['de_card_point'])
|
||||
echo '<p id="sod_frm_pt_alert"><strong>무통장입금</strong> 이외의 결제 수단으로 결제하시는 경우 포인트를 적립해드리지 않습니다.</p>';
|
||||
|
||||
<!-- 포인트정보 입력 시작 { -->
|
||||
<?php
|
||||
$temp_point = 0;
|
||||
// 회원이면서 포인트사용이면
|
||||
if ($is_member && $config['cf_use_point'])
|
||||
{
|
||||
// 포인트 결제 사용 포인트보다 회원의 포인트가 크다면
|
||||
if ($member['mb_point'] >= $default['de_settle_min_point'])
|
||||
{
|
||||
$temp_point = (int)$default['de_settle_max_point'];
|
||||
$multi_settle = 0;
|
||||
$checked = '';
|
||||
|
||||
if($temp_point > (int)$tot_sell_price)
|
||||
$temp_point = (int)$tot_sell_price;
|
||||
|
||||
if($temp_point > (int)$member['mb_point'])
|
||||
$temp_point = (int)$member['mb_point'];
|
||||
|
||||
$point_unit = (int)$default['de_settle_point_unit'];
|
||||
$temp_point = (int)((int)($temp_point / $point_unit) * $point_unit);
|
||||
?>
|
||||
<div id="sod_point">
|
||||
<h2>
|
||||
<span class="point_tit">
|
||||
포인트사용
|
||||
<label for="od_temp_point">(<?php echo $point_unit; ?>점 단위)</label>
|
||||
</span>
|
||||
<span class="point_ipt">
|
||||
<input type="hidden" name="max_temp_point" value="<?php echo $temp_point; ?>">
|
||||
<input type="text" name="od_temp_point" value="0" id="od_temp_point" size="7"> 점
|
||||
</span>
|
||||
</h2>
|
||||
<div id="sod_frm_pt">
|
||||
<strong>보유포인트</strong><span class="my_point_box"><?php echo display_point($member['mb_point']); ?></span>
|
||||
<strong>최대 사용 가능 포인트</strong><span class="max_point_box"><em id="use_max_point"><?php echo display_point($temp_point); ?></em></span>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$multi_settle++;
|
||||
$escrow_title = "";
|
||||
if ($default['de_escrow_use']) {
|
||||
$escrow_title = "에스크로<br>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- } 포인트정보 입력 끝 -->
|
||||
|
||||
<!-- 결제정보 입력 시작 { -->
|
||||
<div id="sod_frm_pay">
|
||||
<h2>결제수단</h2>
|
||||
<?php
|
||||
if (!$default['de_card_point'])
|
||||
echo '<p class="tooltip_txt"><i class="fa fa-info-circle" aria-hidden="true"></i> <strong>무통장입금</strong> 이외의 결제 수단으로 결제하시는 경우 포인트를 적립해드리지 않습니다.</p>';
|
||||
|
||||
$multi_settle = 0;
|
||||
$checked = '';
|
||||
|
||||
$escrow_title = "";
|
||||
if ($default['de_escrow_use']) {
|
||||
$escrow_title = "에스크로<br>";
|
||||
}
|
||||
|
||||
if ($is_kakaopay_use || $default['de_bank_use'] || $default['de_vbank_use'] || $default['de_iche_use'] || $default['de_card_use'] || $default['de_hp_use'] || $default['de_easy_pay_use'] || $default['de_inicis_lpay_use']) {
|
||||
echo '<fieldset id="sod_frm_paysel">';
|
||||
echo '<legend>결제방법 선택</legend>';
|
||||
}
|
||||
?>
|
||||
|
||||
<ul class="pay_way chk_box">
|
||||
<li>
|
||||
<?php
|
||||
// 카카오페이
|
||||
if($is_kakaopay_use) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_kakaopay" name="od_settle_case" value="KAKAOPAY" '.$checked.'> <label for="od_settle_kakaopay" class="lb_icon"><span></span><b class="kakaopay_icon">KAKAOPAY</b></label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<?php
|
||||
// 무통장입금 사용
|
||||
if ($default['de_bank_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_bank" name="od_settle_case" value="무통장" '.$checked.'> <label for="od_settle_bank" class="lb_icon"><span></span>무통장입금</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<?php
|
||||
// 가상계좌 사용
|
||||
if ($default['de_vbank_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_vbank" name="od_settle_case" value="가상계좌" '.$checked.'> <label for="od_settle_vbank" class="lb_icon"><span></span>'.$escrow_title.'가상계좌</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<?php
|
||||
// 계좌이체 사용
|
||||
if ($default['de_iche_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_iche" name="od_settle_case" value="계좌이체" '.$checked.'> <label for="od_settle_iche" class="lb_icon"><span></span>'.$escrow_title.'계좌이체</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<?php
|
||||
// 휴대폰 사용
|
||||
if ($default['de_hp_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_hp" name="od_settle_case" value="휴대폰" '.$checked.'> <label for="od_settle_hp" class="lb_icon"><span></span>휴대폰</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<?php
|
||||
// 신용카드 사용
|
||||
if ($default['de_card_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_card" name="od_settle_case" value="신용카드" '.$checked.'> <label for="od_settle_card" class="lb_icon"><span></span>신용카드</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<?php
|
||||
// PG 간편결제
|
||||
if($default['de_easy_pay_use']) {
|
||||
switch($default['de_pg_service']) {
|
||||
case 'lg':
|
||||
$pg_easy_pay_name = 'PAYNOW';
|
||||
break;
|
||||
case 'inicis':
|
||||
$pg_easy_pay_name = 'KPAY';
|
||||
break;
|
||||
default:
|
||||
$pg_easy_pay_name = 'PAYCO';
|
||||
break;
|
||||
}
|
||||
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_easy_pay" name="od_settle_case" value="간편결제" '.$checked.'> <label for="od_settle_easy_pay" class="lb_icon"><span></span><b class="'.$pg_easy_pay_name.'">'.$pg_easy_pay_name.'</b></label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<?php
|
||||
//이니시스 Lpay
|
||||
if($default['de_inicis_lpay_use']) {
|
||||
echo '<input type="radio" id="od_settle_inicislpay" data-case="lpay" name="od_settle_case" value="lpay" '.$checked.'> <label for="od_settle_inicislpay" class="lb_icon"><span></span><b class="inicis_lpay">L.pay</b></label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<?php
|
||||
if ($default['de_bank_use']) {
|
||||
// 은행계좌를 배열로 만든후
|
||||
$str = explode("\n", trim($default['de_bank_account']));
|
||||
if (count($str) <= 1)
|
||||
{
|
||||
$bank_account = '<input type="hidden" name="od_bank_account" value="'.$str[0].'">'.$str[0].PHP_EOL;
|
||||
if ($is_kakaopay_use || $default['de_bank_use'] || $default['de_vbank_use'] || $default['de_iche_use'] || $default['de_card_use'] || $default['de_hp_use'] || $default['de_easy_pay_use'] || $default['de_inicis_lpay_use']) {
|
||||
echo '<fieldset id="sod_frm_paysel">';
|
||||
echo '<legend>결제방법 선택</legend>';
|
||||
}
|
||||
else
|
||||
{
|
||||
$bank_account = '<select name="od_bank_account" id="od_bank_account">'.PHP_EOL;
|
||||
$bank_account .= '<option value="">선택하십시오.</option>';
|
||||
for ($i=0; $i<count($str); $i++)
|
||||
{
|
||||
//$str[$i] = str_replace("\r", "", $str[$i]);
|
||||
$str[$i] = trim($str[$i]);
|
||||
$bank_account .= '<option value="'.$str[$i].'">'.$str[$i].'</option>'.PHP_EOL;
|
||||
|
||||
// 카카오페이
|
||||
if($is_kakaopay_use) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_kakaopay" name="od_settle_case" value="KAKAOPAY" '.$checked.'> <label for="od_settle_kakaopay" class="kakaopay_icon lb_icon">KAKAOPAY</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 무통장입금 사용
|
||||
if ($default['de_bank_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_bank" name="od_settle_case" value="무통장" '.$checked.'> <label for="od_settle_bank" class="lb_icon bank_icon">무통장입금</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 가상계좌 사용
|
||||
if ($default['de_vbank_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_vbank" name="od_settle_case" value="가상계좌" '.$checked.'> <label for="od_settle_vbank" class="lb_icon vbank_icon">'.$escrow_title.'가상계좌</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 계좌이체 사용
|
||||
if ($default['de_iche_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_iche" name="od_settle_case" value="계좌이체" '.$checked.'> <label for="od_settle_iche" class="lb_icon iche_icon">'.$escrow_title.'계좌이체</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 휴대폰 사용
|
||||
if ($default['de_hp_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_hp" name="od_settle_case" value="휴대폰" '.$checked.'> <label for="od_settle_hp" class="lb_icon hp_icon">휴대폰</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// 신용카드 사용
|
||||
if ($default['de_card_use']) {
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_card" name="od_settle_case" value="신용카드" '.$checked.'> <label for="od_settle_card" class="lb_icon card_icon">신용카드</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
// PG 간편결제
|
||||
if($default['de_easy_pay_use']) {
|
||||
switch($default['de_pg_service']) {
|
||||
case 'lg':
|
||||
$pg_easy_pay_name = 'PAYNOW';
|
||||
break;
|
||||
case 'inicis':
|
||||
$pg_easy_pay_name = 'KPAY';
|
||||
break;
|
||||
default:
|
||||
$pg_easy_pay_name = 'PAYCO';
|
||||
break;
|
||||
}
|
||||
$bank_account .= '</select>'.PHP_EOL;
|
||||
}
|
||||
echo '<ul id="settle_bank" style="display:none">';
|
||||
echo '<li>';
|
||||
echo '<label for="od_bank_account">은행선택</label>';
|
||||
echo $bank_account;
|
||||
echo '</li>';
|
||||
echo '<li>';
|
||||
echo '<label for="od_deposit_name">입금자명</label> ';
|
||||
echo '<input type="text" name="od_deposit_name" id="od_deposit_name" size="10" maxlength="20">';
|
||||
echo '</li>';
|
||||
echo '</ul>';
|
||||
}
|
||||
|
||||
if ($is_kakaopay_use || $default['de_bank_use'] || $default['de_vbank_use'] || $default['de_iche_use'] || $default['de_card_use'] || $default['de_hp_use'] || $default['de_easy_pay_use'] || $default['de_inicis_lpay_use'] ) {
|
||||
echo '</fieldset>';
|
||||
}
|
||||
|
||||
if ($multi_settle == 0)
|
||||
echo '<p>결제할 방법이 없습니다.<br>운영자에게 알려주시면 감사하겠습니다.</p>';
|
||||
?>
|
||||
</div>
|
||||
$multi_settle++;
|
||||
echo '<input type="radio" id="od_settle_easy_pay" name="od_settle_case" value="간편결제" '.$checked.'> <label for="od_settle_easy_pay" class="'.$pg_easy_pay_name.' lb_icon">'.$pg_easy_pay_name.'</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
//이니시스 Lpay
|
||||
if($default['de_inicis_lpay_use']) {
|
||||
echo '<input type="radio" id="od_settle_inicislpay" data-case="lpay" name="od_settle_case" value="lpay" '.$checked.'> <label for="od_settle_inicislpay" class="inicis_lpay lb_icon">L.pay</label>'.PHP_EOL;
|
||||
$checked = '';
|
||||
}
|
||||
|
||||
$temp_point = 0;
|
||||
// 회원이면서 포인트사용이면
|
||||
if ($is_member && $config['cf_use_point'])
|
||||
{
|
||||
// 포인트 결제 사용 포인트보다 회원의 포인트가 크다면
|
||||
if ($member['mb_point'] >= $default['de_settle_min_point'])
|
||||
{
|
||||
$temp_point = (int)$default['de_settle_max_point'];
|
||||
|
||||
if($temp_point > (int)$tot_sell_price)
|
||||
$temp_point = (int)$tot_sell_price;
|
||||
|
||||
if($temp_point > (int)$member['mb_point'])
|
||||
$temp_point = (int)$member['mb_point'];
|
||||
|
||||
$point_unit = (int)$default['de_settle_point_unit'];
|
||||
$temp_point = (int)((int)($temp_point / $point_unit) * $point_unit);
|
||||
?>
|
||||
</div>
|
||||
<div class="sod_frm_point">
|
||||
<div>
|
||||
<label for="od_temp_point">사용 포인트(<?php echo $point_unit; ?>점 단위)</label>
|
||||
<input type="hidden" name="max_temp_point" value="<?php echo $temp_point; ?>">
|
||||
<input type="text" name="od_temp_point" value="0" id="od_temp_point" size="7"> 점
|
||||
</div>
|
||||
<div id="sod_frm_pt">
|
||||
<span><strong>보유포인트</strong><?php echo display_point($member['mb_point']); ?></span>
|
||||
<span class="max_point_box"><strong>최대 사용 가능 포인트</strong><em id="use_max_point"><?php echo display_point($temp_point); ?></em></span>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$multi_settle++;
|
||||
}
|
||||
}
|
||||
|
||||
if ($default['de_bank_use']) {
|
||||
// 은행계좌를 배열로 만든후
|
||||
$str = explode("\n", trim($default['de_bank_account']));
|
||||
if (count($str) <= 1)
|
||||
{
|
||||
$bank_account = '<input type="hidden" name="od_bank_account" value="'.$str[0].'">'.$str[0].PHP_EOL;
|
||||
}
|
||||
else
|
||||
{
|
||||
$bank_account = '<select name="od_bank_account" id="od_bank_account">'.PHP_EOL;
|
||||
$bank_account .= '<option value="">선택하십시오.</option>';
|
||||
for ($i=0; $i<count($str); $i++)
|
||||
{
|
||||
//$str[$i] = str_replace("\r", "", $str[$i]);
|
||||
$str[$i] = trim($str[$i]);
|
||||
$bank_account .= '<option value="'.$str[$i].'">'.$str[$i].'</option>'.PHP_EOL;
|
||||
}
|
||||
$bank_account .= '</select>'.PHP_EOL;
|
||||
}
|
||||
echo '<div id="settle_bank" style="display:none">';
|
||||
echo '<label for="od_bank_account" class="sound_only">입금할 계좌</label>';
|
||||
echo $bank_account;
|
||||
echo '<br><label for="od_deposit_name">입금자명</label> ';
|
||||
echo '<input type="text" name="od_deposit_name" id="od_deposit_name" size="10" maxlength="20">';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
if ($is_kakaopay_use || $default['de_bank_use'] || $default['de_vbank_use'] || $default['de_iche_use'] || $default['de_card_use'] || $default['de_hp_use'] || $default['de_easy_pay_use'] || $default['de_inicis_lpay_use'] ) {
|
||||
echo '</fieldset>';
|
||||
}
|
||||
|
||||
if ($multi_settle == 0)
|
||||
echo '<p>결제할 방법이 없습니다.<br>운영자에게 알려주시면 감사하겠습니다.</p>';
|
||||
?>
|
||||
</div>
|
||||
</section>
|
||||
<!-- } 결제 정보 입력 끝 -->
|
||||
|
||||
<?php
|
||||
@ -786,6 +720,7 @@ if($is_kakaopay_use) {
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@ -798,24 +733,6 @@ if( $default['de_inicis_lpay_use'] ){ //이니시스 L.pay 사용시
|
||||
var zipcode = "";
|
||||
var form_action_url = "<?php echo $order_action_url; ?>";
|
||||
|
||||
function od_coupon_close(){
|
||||
var $coupon_frm = jQuery("#od_coupon_frm");
|
||||
if ( $coupon_frm.parent(".od_coupon_wrap").length ){
|
||||
$coupon_frm.parent(".od_coupon_wrap").remove();
|
||||
} else {
|
||||
$coupon_frm.remove();
|
||||
}
|
||||
}
|
||||
|
||||
function cp_form_close(){
|
||||
var $cp_frm = jQuery("#cp_frm");
|
||||
if ( $cp_frm.parent(".od_coupon_wrap").length ){
|
||||
$cp_frm.parent(".od_coupon_wrap").remove();
|
||||
} else {
|
||||
$cp_frm.remove();
|
||||
}
|
||||
}
|
||||
|
||||
$(function() {
|
||||
var $cp_btn_el;
|
||||
var $cp_row_el;
|
||||
@ -823,7 +740,7 @@ $(function() {
|
||||
$(".cp_btn").click(function() {
|
||||
$cp_btn_el = $(this);
|
||||
$cp_row_el = $(this).closest("tr");
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
var it_id = $cp_btn_el.closest("tr").find("input[name^=it_id]").val();
|
||||
|
||||
$.post(
|
||||
@ -834,11 +751,7 @@ $(function() {
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
$(document).on("click", "#cp_close", function() {
|
||||
$(".od_coupon, .od_coupon_wrap").remove();
|
||||
});
|
||||
|
||||
|
||||
$(document).on("click", ".cp_apply", function() {
|
||||
var $el = $(this).closest("tr");
|
||||
var cp_id = $el.find("input[name='f_cp_id[]']").val();
|
||||
@ -874,7 +787,7 @@ $(function() {
|
||||
return false;
|
||||
} else {
|
||||
coupon_cancel($cp_dup_el);
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$cp_dup_el.find(".cp_btn").text("적용").focus();
|
||||
$cp_dup_el.find(".cp_cancel").remove();
|
||||
}
|
||||
@ -892,27 +805,27 @@ $(function() {
|
||||
$cp_row_el.find("input[name^=cp_price]").val(price);
|
||||
|
||||
calculate_total_price();
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$cp_btn_el.text("변경").focus();
|
||||
if(!$cp_row_el.find(".cp_cancel").size())
|
||||
$cp_btn_el.after("<button type=\"button\" class=\"cp_cancel\">취소</button>");
|
||||
});
|
||||
|
||||
$(document).on("click", "#cp_close", function() {
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$cp_btn_el.focus();
|
||||
});
|
||||
|
||||
$(document).on("click", ".cp_cancel", function() {
|
||||
coupon_cancel($(this).closest("tr"));
|
||||
calculate_total_price();
|
||||
cp_form_close();
|
||||
$("#cp_frm").remove();
|
||||
$(this).closest("tr").find(".cp_btn").text("적용").focus();
|
||||
$(this).remove();
|
||||
});
|
||||
|
||||
$("#od_coupon_btn").click(function() {
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
var $this = $(this);
|
||||
var price = parseInt($("input[name=org_od_price]").val()) - parseInt($("input[name=item_coupon]").val());
|
||||
if(price <= 0) {
|
||||
@ -959,14 +872,14 @@ $(function() {
|
||||
$("#od_cp_price").text(number_format(String(price)));
|
||||
$("#sc_cp_price").text(0);
|
||||
calculate_order_price();
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
$("#od_coupon_btn").text("변경").focus();
|
||||
if(!$("#od_coupon_cancel").size())
|
||||
$("#od_coupon_btn").after("<button type=\"button\" id=\"od_coupon_cancel\" class=\"cp_cancel\">취소</button>");
|
||||
});
|
||||
|
||||
$(document).on("click", "#od_coupon_close", function() {
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
$("#od_coupon_btn").focus();
|
||||
});
|
||||
|
||||
@ -980,7 +893,7 @@ $(function() {
|
||||
$("#od_cp_price").text(0);
|
||||
$("#sc_cp_price").text(0);
|
||||
calculate_order_price();
|
||||
od_coupon_close();
|
||||
$("#od_coupon_frm").remove();
|
||||
$("#od_coupon_btn").text("쿠폰적용").focus();
|
||||
$(this).remove();
|
||||
$("#sc_coupon_btn").text("쿠폰적용");
|
||||
@ -1653,13 +1566,4 @@ $(function(){
|
||||
$("#od_hope_date").datepicker({ changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", showButtonPanel: true, yearRange: "c-99:c+99", minDate: "+<?php echo (int)$default['de_hope_date_after']; ?>d;", maxDate: "+<?php echo (int)$default['de_hope_date_after'] + 6; ?>d;" });
|
||||
});
|
||||
<?php } ?>
|
||||
|
||||
$(function(){
|
||||
//tooltip
|
||||
$(".tooltip_icon").click(function(){
|
||||
$(this).next(".tooltip").fadeIn(400);
|
||||
}).mouseout(function(){
|
||||
$(this).next(".tooltip").fadeOut();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@ -17,68 +17,73 @@ if(defined('G5_THEME_SHOP_PATH')) {
|
||||
<!-- 주문 내역 목록 시작 { -->
|
||||
<?php if (!$limit) { ?>총 <?php echo $cnt; ?> 건<?php } ?>
|
||||
|
||||
<p class="tooltip_txt"><i class="fa fa-info-circle" aria-hidden="true"></i> 주문서번호 링크를 누르시면 주문상세내역을 조회하실 수 있습니다.</p>
|
||||
<ul class="smb_my_od">
|
||||
<?php
|
||||
$sql = " select *
|
||||
from {$g5['g5_shop_order_table']}
|
||||
where mb_id = '{$member['mb_id']}'
|
||||
order by od_id desc
|
||||
$limit ";
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row=sql_fetch_array($result); $i++)
|
||||
{
|
||||
$uid = md5($row['od_id'].$row['od_time'].$row['od_ip']);
|
||||
|
||||
switch($row['od_status']) {
|
||||
case '주문':
|
||||
$od_status = '<span class="status_01">입금확인중</span>';
|
||||
break;
|
||||
case '입금':
|
||||
$od_status = '<span class="status_02">입금완료</span>';
|
||||
break;
|
||||
case '준비':
|
||||
$od_status = '<span class="status_03">상품준비중</span>';
|
||||
break;
|
||||
case '배송':
|
||||
$od_status = '<span class="status_04">상품배송</span>';
|
||||
break;
|
||||
case '완료':
|
||||
$od_status = '<span class="status_05">배송완료</span>';
|
||||
break;
|
||||
default:
|
||||
$od_status = '<span class="status_06">주문취소</span>';
|
||||
break;
|
||||
}
|
||||
?>
|
||||
<li>
|
||||
<div class="smb_my_od_li smb_my_od_li1">
|
||||
<span class="sound_only">주문서번호</span>
|
||||
<input type="hidden" name="ct_id[<?php echo $i; ?>]" value="<?php echo $row['ct_id']; ?>">
|
||||
<a href="<?php echo G5_SHOP_URL; ?>/orderinquiryview.php?od_id=<?php echo $row['od_id']; ?>&uid=<?php echo $uid; ?>" class="ord_num"><?php echo $row['od_id']; ?></a>
|
||||
<br>
|
||||
<span class="sound_only">주문일시</span>
|
||||
<span class="date"><?php echo substr($row['od_time'],2,14); ?> (<?php echo get_yoil($row['od_time']); ?>)</span>
|
||||
</div>
|
||||
<div class="smb_my_od_li smb_my_od_li2">
|
||||
<a href="<?php echo G5_SHOP_URL; ?>/orderinquiryview.php?od_id=<?php echo $row['od_id']; ?>&uid=<?php echo $uid; ?>" class="ord_name"><?php echo $row['it_name']; ?>상품명입니다</a>
|
||||
<br>
|
||||
<span class="sound_only">주문금액</span>
|
||||
<span class="cost"><?php echo display_price($row['od_cart_price'] + $row['od_send_cost'] + $row['od_send_cost2']); ?></span>
|
||||
<!-- <span clsass="sound_only">입금액</span>
|
||||
<?php echo display_price($row['od_receipt_price']); ?> -->
|
||||
<span class="misu">(미입금액 : <?php echo display_price($row['od_misu']); ?>)</span>
|
||||
</div>
|
||||
<div class="smb_my_od_li smb_my_od_li3">
|
||||
<span class="sound_only">상태</span>
|
||||
<?php echo $od_status; ?>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
<div class="tbl_head03 tbl_wrap">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">주문서번호</th>
|
||||
<th scope="col">주문일시</th>
|
||||
<th scope="col">상품수</th>
|
||||
<th scope="col">주문금액</th>
|
||||
<th scope="col">입금액</th>
|
||||
<th scope="col">미입금액</th>
|
||||
<th scope="col">상태</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
$sql = " select *
|
||||
from {$g5['g5_shop_order_table']}
|
||||
where mb_id = '{$member['mb_id']}'
|
||||
order by od_id desc
|
||||
$limit ";
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row=sql_fetch_array($result); $i++)
|
||||
{
|
||||
$uid = md5($row['od_id'].$row['od_time'].$row['od_ip']);
|
||||
|
||||
if ($i == 0)
|
||||
echo '<li class="empty_table">주문 내역이 없습니다.</li>';
|
||||
?>
|
||||
</ul>
|
||||
switch($row['od_status']) {
|
||||
case '주문':
|
||||
$od_status = '<span class="status_01">입금확인중</span>';
|
||||
break;
|
||||
case '입금':
|
||||
$od_status = '<span class="status_02">입금완료</span>';
|
||||
break;
|
||||
case '준비':
|
||||
$od_status = '<span class="status_03">상품준비중</span>';
|
||||
break;
|
||||
case '배송':
|
||||
$od_status = '<span class="status_04">상품배송</span>';
|
||||
break;
|
||||
case '완료':
|
||||
$od_status = '<span class="status_05">배송완료</span>';
|
||||
break;
|
||||
default:
|
||||
$od_status = '<span class="status_06">주문취소</span>';
|
||||
break;
|
||||
}
|
||||
?>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<input type="hidden" name="ct_id[<?php echo $i; ?>]" value="<?php echo $row['ct_id']; ?>">
|
||||
<a href="<?php echo G5_SHOP_URL; ?>/orderinquiryview.php?od_id=<?php echo $row['od_id']; ?>&uid=<?php echo $uid; ?>"><?php echo $row['od_id']; ?></a>
|
||||
</td>
|
||||
<td><?php echo substr($row['od_time'],2,14); ?> (<?php echo get_yoil($row['od_time']); ?>)</td>
|
||||
<td class="td_numbig"><?php echo $row['od_cart_count']; ?></td>
|
||||
<td class="td_numbig text_right"><?php echo display_price($row['od_cart_price'] + $row['od_send_cost'] + $row['od_send_cost2']); ?></td>
|
||||
<td class="td_numbig text_right"><?php echo display_price($row['od_receipt_price']); ?></td>
|
||||
<td class="td_numbig text_right"><?php echo display_price($row['od_misu']); ?></td>
|
||||
<td><?php echo $od_status; ?></td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($i == 0)
|
||||
echo '<tr><td colspan="7" class="empty_table">주문 내역이 없습니다.</td></tr>';
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- } 주문 내역 목록 끝 -->
|
||||
@ -72,104 +72,105 @@ if($od['od_pg'] == 'lg') {
|
||||
order by ct_id ";
|
||||
$result = sql_query($sql);
|
||||
?>
|
||||
|
||||
<div class="tbl_head03 tbl_wrap">
|
||||
<table>
|
||||
<thead>
|
||||
<tr class="th_line">
|
||||
<th scope="col" id="th_itname">상품명</th>
|
||||
<th scope="col" id="th_itqty">총수량</th>
|
||||
<th scope="col" id="th_itprice">판매가</th>
|
||||
<th scope="col" id="th_itpt">포인트</th>
|
||||
<th scope="col" id="th_itsd">배송비</th>
|
||||
<th scope="col" id="th_itsum">소계</th>
|
||||
<th scope="col" id="th_itst">상태</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
for($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
$image = get_it_image($row['it_id'], 55, 55);
|
||||
|
||||
$sql = " select ct_id, it_name, ct_option, ct_qty, ct_price, ct_point, ct_status, io_type, io_price
|
||||
from {$g5['g5_shop_cart_table']}
|
||||
where od_id = '$od_id'
|
||||
and it_id = '{$row['it_id']}'
|
||||
order by io_type asc, ct_id asc ";
|
||||
$res = sql_query($sql);
|
||||
$rowspan = sql_num_rows($res) + 1;
|
||||
|
||||
// 합계금액 계산
|
||||
$sql = " select SUM(IF(io_type = 1, (io_price * ct_qty), ((ct_price + io_price) * ct_qty))) as price,
|
||||
SUM(ct_qty) as qty
|
||||
from {$g5['g5_shop_cart_table']}
|
||||
where it_id = '{$row['it_id']}'
|
||||
and od_id = '$od_id' ";
|
||||
$sum = sql_fetch($sql);
|
||||
|
||||
// 배송비
|
||||
switch($row['ct_send_cost'])
|
||||
{
|
||||
case 1:
|
||||
$ct_send_cost = '착불';
|
||||
break;
|
||||
case 2:
|
||||
$ct_send_cost = '무료';
|
||||
break;
|
||||
default:
|
||||
$ct_send_cost = '선불';
|
||||
break;
|
||||
}
|
||||
|
||||
// 조건부무료
|
||||
if($row['it_sc_type'] == 2) {
|
||||
$sendcost = get_item_sendcost($row['it_id'], $sum['price'], $sum['qty'], $od_id);
|
||||
|
||||
if($sendcost == 0)
|
||||
$ct_send_cost = '무료';
|
||||
}
|
||||
|
||||
for($k=0; $opt=sql_fetch_array($res); $k++) {
|
||||
if($opt['io_type'])
|
||||
$opt_price = $opt['io_price'];
|
||||
else
|
||||
$opt_price = $opt['ct_price'] + $opt['io_price'];
|
||||
|
||||
$sell_price = $opt_price * $opt['ct_qty'];
|
||||
$point = $opt['ct_point'] * $opt['ct_qty'];
|
||||
|
||||
if($k == 0) {
|
||||
?>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td headers="th_itopt" class="td_prd">
|
||||
<div class="sod_img"><?php echo $image; ?></div>
|
||||
<div class="sod_name">
|
||||
<a href="<?php echo shop_item_url($row['it_id']); ?>"><?php echo $row['it_name']; ?></a><br>
|
||||
<div class="sod_opt"><?php echo get_text($opt['ct_option']); ?></div>
|
||||
</div>
|
||||
</td>
|
||||
<td headers="th_itqty" class="td_mngsmall"><?php echo number_format($opt['ct_qty']); ?></td>
|
||||
<td headers="th_itprice" class="td_numbig text_right"><?php echo number_format($opt_price); ?></td>
|
||||
<td headers="th_itpt" class="td_numbig text_right"><?php echo number_format($point); ?></td>
|
||||
<td headers="th_itsd" class="td_dvr"><?php echo $ct_send_cost; ?></td>
|
||||
<td headers="th_itsum" class="td_numbig text_right"><?php echo number_format($sell_price); ?></td>
|
||||
<td headers="th_itst" class="td_mngsmall"><?php echo $opt['ct_status']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
$tot_point += $point;
|
||||
|
||||
$st_count1++;
|
||||
if($opt['ct_status'] == '주문')
|
||||
$st_count2++;
|
||||
}
|
||||
}
|
||||
|
||||
// 주문 상품의 상태가 모두 주문이면 고객 취소 가능
|
||||
if($st_count1 > 0 && $st_count1 == $st_count2)
|
||||
$custom_cancel = true;
|
||||
?>
|
||||
</tbody>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" rowspan="2">이미지</th>
|
||||
<th scope="col" colspan="7" id="th_itname">상품명</th>
|
||||
</tr>
|
||||
<tr class="th_line">
|
||||
<th scope="col" id="th_itopt">옵션명</th>
|
||||
<th scope="col" id="th_itqty">수량</th>
|
||||
<th scope="col" id="th_itprice">판매가</th>
|
||||
<th scope="col" id="th_itsum">소계</th>
|
||||
<th scope="col" id="th_itpt">적립포인트</th>
|
||||
<th scope="col" id="th_itsd">배송비</th>
|
||||
<th scope="col" id="th_itst">상태</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
for($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
$image = get_it_image($row['it_id'], 70, 70);
|
||||
|
||||
$sql = " select ct_id, it_name, ct_option, ct_qty, ct_price, ct_point, ct_status, io_type, io_price
|
||||
from {$g5['g5_shop_cart_table']}
|
||||
where od_id = '$od_id'
|
||||
and it_id = '{$row['it_id']}'
|
||||
order by io_type asc, ct_id asc ";
|
||||
$res = sql_query($sql);
|
||||
$rowspan = sql_num_rows($res) + 1;
|
||||
|
||||
// 합계금액 계산
|
||||
$sql = " select SUM(IF(io_type = 1, (io_price * ct_qty), ((ct_price + io_price) * ct_qty))) as price,
|
||||
SUM(ct_qty) as qty
|
||||
from {$g5['g5_shop_cart_table']}
|
||||
where it_id = '{$row['it_id']}'
|
||||
and od_id = '$od_id' ";
|
||||
$sum = sql_fetch($sql);
|
||||
|
||||
// 배송비
|
||||
switch($row['ct_send_cost'])
|
||||
{
|
||||
case 1:
|
||||
$ct_send_cost = '착불';
|
||||
break;
|
||||
case 2:
|
||||
$ct_send_cost = '무료';
|
||||
break;
|
||||
default:
|
||||
$ct_send_cost = '선불';
|
||||
break;
|
||||
}
|
||||
|
||||
// 조건부무료
|
||||
if($row['it_sc_type'] == 2) {
|
||||
$sendcost = get_item_sendcost($row['it_id'], $sum['price'], $sum['qty'], $od_id);
|
||||
|
||||
if($sendcost == 0)
|
||||
$ct_send_cost = '무료';
|
||||
}
|
||||
|
||||
for($k=0; $opt=sql_fetch_array($res); $k++) {
|
||||
if($opt['io_type'])
|
||||
$opt_price = $opt['io_price'];
|
||||
else
|
||||
$opt_price = $opt['ct_price'] + $opt['io_price'];
|
||||
|
||||
$sell_price = $opt_price * $opt['ct_qty'];
|
||||
$point = $opt['ct_point'] * $opt['ct_qty'];
|
||||
|
||||
if($k == 0) {
|
||||
?>
|
||||
<tr>
|
||||
<td rowspan="<?php echo $rowspan; ?>" class="td_imgsmall"><?php echo $image; ?></td>
|
||||
<td headers="th_itname" colspan="7" class="td_bdno"><a href="<?php echo shop_item_url($row['it_id']); ?>"><?php echo $row['it_name']; ?></a></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td headers="th_itopt" class="td_bdno"><?php echo get_text($opt['ct_option']); ?></td>
|
||||
<td headers="th_itqty" class="td_mngsmall"><?php echo number_format($opt['ct_qty']); ?></td>
|
||||
<td headers="th_itprice" class="td_numbig text_right"><?php echo number_format($opt_price); ?></td>
|
||||
<td headers="th_itsum" class="td_numbig text_right"><?php echo number_format($sell_price); ?></td>
|
||||
<td headers="th_itpt" class="td_numbig text_right"><?php echo number_format($point); ?></td>
|
||||
<td headers="th_itsd" class="td_dvr"><?php echo $ct_send_cost; ?></td>
|
||||
<td headers="th_itst" class="td_mngsmall"><?php echo $opt['ct_status']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
$tot_point += $point;
|
||||
|
||||
$st_count1++;
|
||||
if($opt['ct_status'] == '주문')
|
||||
$st_count2++;
|
||||
}
|
||||
}
|
||||
|
||||
// 주문 상품의 상태가 모두 주문이면 고객 취소 가능
|
||||
if($st_count1 > 0 && $st_count1 == $st_count2)
|
||||
$custom_cancel = true;
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@ -192,6 +193,7 @@ if($od['od_pg'] == 'lg') {
|
||||
<button type="button" id="sod_sts_explan_close" class="btn_frmline">상태설명닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<div class="sod_left">
|
||||
<h2>결제/배송 정보</h2>
|
||||
@ -263,6 +265,197 @@ if($od['od_pg'] == 'lg') {
|
||||
}
|
||||
?>
|
||||
|
||||
<section id="sod_fin_pay">
|
||||
<h3>결제정보</h3>
|
||||
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">주문번호</th>
|
||||
<td><?php echo $od_id; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">주문일시</th>
|
||||
<td><?php echo $od['od_time']; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">결제방식</th>
|
||||
<td><?php echo ($easy_pay_name ? $easy_pay_name.'('.$od['od_settle_case'].')' : check_pay_name_replace($od['od_settle_case']) ); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">결제금액</th>
|
||||
<td><?php echo $od_receipt_price; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
if($od['od_receipt_price'] > 0)
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">결제일시</th>
|
||||
<td><?php echo $od['od_receipt_time']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 승인번호, 휴대폰번호, 거래번호
|
||||
if($app_no_subj)
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row"><?php echo $app_no_subj; ?></th>
|
||||
<td><?php echo $app_no; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 계좌정보
|
||||
if($disp_bank)
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">입금자명</th>
|
||||
<td><?php echo get_text($od['od_deposit_name']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">입금계좌</th>
|
||||
<td><?php echo get_text($od['od_bank_account']); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($disp_receipt) {
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">영수증</th>
|
||||
<td>
|
||||
<?php
|
||||
if($od['od_settle_case'] == '휴대폰')
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
$LGD_TID = $od['od_tno'];
|
||||
$LGD_MERTKEY = $config['cf_lg_mert_key'];
|
||||
$LGD_HASHDATA = md5($LGD_MID.$LGD_TID.$LGD_MERTKEY);
|
||||
|
||||
$hp_receipt_script = 'showReceiptByTID(\''.$LGD_MID.'\', \''.$LGD_TID.'\', \''.$LGD_HASHDATA.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$hp_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/mCmReceipt_head.jsp?noTid='.$od['od_tno'].'&noMethod=1\',\'receipt\',\'width=430,height=700\');';
|
||||
} else {
|
||||
$hp_receipt_script = 'window.open(\''.G5_BILL_RECEIPT_URL.'mcash_bill&tno='.$od['od_tno'].'&order_no='.$od['od_id'].'&trade_mony='.$od['od_receipt_price'].'\', \'winreceipt\', \'width=500,height=690,scrollbars=yes,resizable=yes\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $hp_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($od['od_settle_case'] == '신용카드' || is_inicis_order_pay($od['od_settle_case']) || (shop_is_taxsave($od, true) && $misu_price == 0) )
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
$LGD_TID = $od['od_tno'];
|
||||
$LGD_MERTKEY = $config['cf_lg_mert_key'];
|
||||
$LGD_HASHDATA = md5($LGD_MID.$LGD_TID.$LGD_MERTKEY);
|
||||
|
||||
$card_receipt_script = 'showReceiptByTID(\''.$LGD_MID.'\', \''.$LGD_TID.'\', \''.$LGD_HASHDATA.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$card_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/mCmReceipt_head.jsp?noTid='.$od['od_tno'].'&noMethod=1\',\'receipt\',\'width=430,height=700\');';
|
||||
} else {
|
||||
$card_receipt_script = 'window.open(\''.G5_BILL_RECEIPT_URL.'card_bill&tno='.$od['od_tno'].'&order_no='.$od['od_id'].'&trade_mony='.$od['od_receipt_price'].'\', \'winreceipt\', \'width=470,height=815,scrollbars=yes,resizable=yes\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $card_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($od['od_settle_case'] == 'KAKAOPAY')
|
||||
{
|
||||
$card_receipt_script = 'window.open(\'https://mms.cnspay.co.kr/trans/retrieveIssueLoader.do?TID='.$od['od_tno'].'&type=0\', \'popupIssue\', \'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=420,height=540\');';
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $card_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($od['od_receipt_point'] > 0)
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">포인트사용</th>
|
||||
<td><?php echo display_point($od['od_receipt_point']); ?></td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($od['od_refund_price'] > 0)
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">환불 금액</th>
|
||||
<td><?php echo display_price($od['od_refund_price']); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 현금영수증 발급을 사용하는 경우에만
|
||||
if (function_exists('shop_is_taxsave') && shop_is_taxsave($od)) {
|
||||
// 미수금이 없고 현금일 경우에만 현금영수증을 발급 할 수 있습니다.
|
||||
if ($misu_price == 0 && $od['od_receipt_price'] && ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '계좌이체' || $od['od_settle_case'] == '가상계좌')) {
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">현금영수증</th>
|
||||
<td>
|
||||
<?php
|
||||
if ($od['od_cash'])
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
|
||||
switch($od['od_settle_case']) {
|
||||
case '계좌이체':
|
||||
$trade_type = 'BANK';
|
||||
break;
|
||||
case '가상계좌':
|
||||
$trade_type = 'CAS';
|
||||
break;
|
||||
default:
|
||||
$trade_type = 'CR';
|
||||
break;
|
||||
}
|
||||
$cash_receipt_script = 'javascript:showCashReceipts(\''.$LGD_MID.'\',\''.$od['od_id'].'\',\''.$od['od_casseqno'].'\',\''.$trade_type.'\',\''.$CST_PLATFORM.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$cash = unserialize($od['od_cash_info']);
|
||||
$cash_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/Cash_mCmReceipt.jsp?noTid='.$cash['TID'].'&clpaymethod=22\',\'showreceipt\',\'width=380,height=540,scrollbars=no,resizable=no\');';
|
||||
} else {
|
||||
require_once G5_SHOP_PATH.'/settle_kcp.inc.php';
|
||||
|
||||
$cash = unserialize($od['od_cash_info']);
|
||||
$cash_receipt_script = 'window.open(\''.G5_CASH_RECEIPT_URL.$default['de_kcp_mid'].'&orderid='.$od_id.'&bill_yn=Y&authno='.$cash['receipt_no'].'\', \'taxsave_receipt\', \'width=360,height=647,scrollbars=0,menus=0\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $cash_receipt_script; ?>" class="btn_frmline">현금영수증 확인하기</a>
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<a href="javascript:;" onclick="window.open('<?php echo G5_SHOP_URL; ?>/taxsave.php?od_id=<?php echo $od_id; ?>', 'taxsave', 'width=550,height=400,scrollbars=1,menus=0');" class="btn_frmline">현금영수증을 발급하시려면 클릭하십시오.</a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<section id="sod_fin_orderer">
|
||||
<h3>주문하신 분</h3>
|
||||
|
||||
@ -346,33 +539,43 @@ if($od['od_pg'] == 'lg') {
|
||||
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
<table>
|
||||
<tbody>
|
||||
<?php if ($od['od_invoice'] && $od['od_delivery_company']) { ?>
|
||||
<tr>
|
||||
<th scope="row">배송회사</th>
|
||||
<td><?php echo $od['od_delivery_company']; ?> <?php echo get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice'], 'dvr_link'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">운송장번호</th>
|
||||
<td><?php echo $od['od_invoice']; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">배송일시</th>
|
||||
<td><?php echo $od['od_invoice_time']; ?></td>
|
||||
</tr>
|
||||
<?php } else { ?>
|
||||
<tr>
|
||||
<td class="empty_table">아직 배송하지 않았거나 배송정보를 입력하지 못하였습니다.</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
|
||||
<tbody>
|
||||
<?php
|
||||
if ($od['od_invoice'] && $od['od_delivery_company'])
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">배송회사</th>
|
||||
<td><?php echo $od['od_delivery_company']; ?> <?php echo get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice'], 'dvr_link'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">운송장번호</th>
|
||||
<td><?php echo $od['od_invoice']; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">배송일시</th>
|
||||
<td><?php echo $od['od_invoice_time']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<td class="empty_table">아직 배송하지 않았거나 배송정보를 입력하지 못하였습니다.</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="sod_right">
|
||||
<ul id="sod_bsk_tot2">
|
||||
<ul id="sod_bsk_tot" class="order_view_infos">
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>주문총액</span>
|
||||
<strong><?php echo number_format($od['od_cart_price']); ?> 원</strong>
|
||||
@ -381,24 +584,28 @@ if($od['od_pg'] == 'lg') {
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>개별상품 쿠폰할인</span>
|
||||
<strong><?php echo number_format($od['od_cart_coupon']); ?> 원</strong>
|
||||
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if($od['od_coupon'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>주문금액 쿠폰할인</span>
|
||||
<strong><?php echo number_format($od['od_coupon']); ?> 원</strong>
|
||||
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if ($od['od_send_cost'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>배송비</span>
|
||||
<strong><?php echo number_format($od['od_send_cost']); ?> 원</strong>
|
||||
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if($od['od_send_coupon'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>배송비 쿠폰할인</span>
|
||||
<strong><?php echo number_format($od['od_send_coupon']); ?> 원</strong>
|
||||
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if ($od['od_send_cost2'] > 0) { ?>
|
||||
@ -410,7 +617,8 @@ if($od['od_pg'] == 'lg') {
|
||||
<?php if ($od['od_cancel_price'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>취소금액</span>
|
||||
<strong><?php echo number_format($od['od_cancel_price']); ?> 원</strong>
|
||||
<strong><?php echo number_format($od['od_cancel_price']); ?> 원</strong>
|
||||
|
||||
</li>
|
||||
<?php } ?>
|
||||
<li class="sod_bsk_cnt">
|
||||
@ -421,248 +629,57 @@ if($od['od_pg'] == 'lg') {
|
||||
<span>적립포인트</span>
|
||||
<strong><?php echo number_format($tot_point); ?> 점</strong>
|
||||
</li>
|
||||
|
||||
<li class="sod_fin_tot"><span>총 구매액</span><strong><?php echo display_price($tot_price); ?></strong></li>
|
||||
<?php
|
||||
if ($misu_price > 0) {
|
||||
echo '<li class="sod_fin_tot">';
|
||||
echo '<span>미결제액</span>'.PHP_EOL;
|
||||
echo '<strong>'.display_price($misu_price).'</strong>';
|
||||
echo '</li>';
|
||||
}
|
||||
?>
|
||||
<li id="alrdy" class="sod_fin_tot">
|
||||
<span>결제액</span>
|
||||
<strong><?php echo $wanbul; ?></strong>
|
||||
<?php if( $od['od_receipt_point'] ){ //포인트로 결제한 내용이 있으면 ?>
|
||||
<div>
|
||||
<p><span class="title">포인트 결제</span><?php echo number_format($od['od_receipt_point']); ?>점</p>
|
||||
<p><span class="title">실결제</span><?php echo number_format($od['od_receipt_price']); ?>원</p>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<section id="sod_fin_pay">
|
||||
<h3>결제정보</h3>
|
||||
<section id="sod_fin_tot">
|
||||
<h2>결제합계</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<strong>주문번호</strong>
|
||||
<span><?php echo $od_id; ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>주문일시</strong>
|
||||
<span><?php echo $od['od_time']; ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>결제방식</strong>
|
||||
<span><?php echo ($easy_pay_name ? $easy_pay_name.'('.$od['od_settle_case'].')' : check_pay_name_replace($od['od_settle_case']) ); ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>결제금액</strong>
|
||||
<span><?php echo $od_receipt_price; ?></span>
|
||||
</li>
|
||||
<?php
|
||||
if($od['od_receipt_price'] > 0)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>결제일시</strong>
|
||||
<span><?php echo $od['od_receipt_time']; ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 승인번호, 휴대폰번호, 거래번호
|
||||
if($app_no_subj)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong><?php echo $app_no_subj; ?></strong>
|
||||
<span><?php echo $app_no; ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 계좌정보
|
||||
if($disp_bank)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>입금자명</strong>
|
||||
<span><?php echo get_text($od['od_deposit_name']); ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>입금계좌</strong>
|
||||
<span><?php echo get_text($od['od_bank_account']); ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($disp_receipt) {
|
||||
?>
|
||||
<li>
|
||||
<strong>영수증</strong>
|
||||
<span>
|
||||
<?php
|
||||
if($od['od_settle_case'] == '휴대폰')
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
$LGD_TID = $od['od_tno'];
|
||||
$LGD_MERTKEY = $config['cf_lg_mert_key'];
|
||||
$LGD_HASHDATA = md5($LGD_MID.$LGD_TID.$LGD_MERTKEY);
|
||||
|
||||
$hp_receipt_script = 'showReceiptByTID(\''.$LGD_MID.'\', \''.$LGD_TID.'\', \''.$LGD_HASHDATA.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$hp_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/mCmReceipt_head.jsp?noTid='.$od['od_tno'].'&noMethod=1\',\'receipt\',\'width=430,height=700\');';
|
||||
} else {
|
||||
$hp_receipt_script = 'window.open(\''.G5_BILL_RECEIPT_URL.'mcash_bill&tno='.$od['od_tno'].'&order_no='.$od['od_id'].'&trade_mony='.$od['od_receipt_price'].'\', \'winreceipt\', \'width=500,height=690,scrollbars=yes,resizable=yes\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $hp_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($od['od_settle_case'] == '신용카드' || is_inicis_order_pay($od['od_settle_case']) || (shop_is_taxsave($od, true) && $misu_price == 0) )
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
$LGD_TID = $od['od_tno'];
|
||||
$LGD_MERTKEY = $config['cf_lg_mert_key'];
|
||||
$LGD_HASHDATA = md5($LGD_MID.$LGD_TID.$LGD_MERTKEY);
|
||||
|
||||
$card_receipt_script = 'showReceiptByTID(\''.$LGD_MID.'\', \''.$LGD_TID.'\', \''.$LGD_HASHDATA.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$card_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/mCmReceipt_head.jsp?noTid='.$od['od_tno'].'&noMethod=1\',\'receipt\',\'width=430,height=700\');';
|
||||
} else {
|
||||
$card_receipt_script = 'window.open(\''.G5_BILL_RECEIPT_URL.'card_bill&tno='.$od['od_tno'].'&order_no='.$od['od_id'].'&trade_mony='.$od['od_receipt_price'].'\', \'winreceipt\', \'width=470,height=815,scrollbars=yes,resizable=yes\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $card_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($od['od_settle_case'] == 'KAKAOPAY')
|
||||
{
|
||||
$card_receipt_script = 'window.open(\'https://mms.cnspay.co.kr/trans/retrieveIssueLoader.do?TID='.$od['od_tno'].'&type=0\', \'popupIssue\', \'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=420,height=540\');';
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $card_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($od['od_receipt_point'] > 0)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>포인트사용</strong>
|
||||
<span><?php echo display_point($od['od_receipt_point']); ?></span>
|
||||
</li>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($od['od_refund_price'] > 0)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>환불 금액</strong>
|
||||
<span><?php echo display_price($od['od_refund_price']); ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 현금영수증 발급을 사용하는 경우에만
|
||||
if (function_exists('shop_is_taxsave') && shop_is_taxsave($od)) {
|
||||
// 미수금이 없고 현금일 경우에만 현금영수증을 발급 할 수 있습니다.
|
||||
if ($misu_price == 0 && $od['od_receipt_price'] && ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '계좌이체' || $od['od_settle_case'] == '가상계좌')) {
|
||||
?>
|
||||
<li>
|
||||
<strong class="letter-2px">현금영수증</strong>
|
||||
<span>
|
||||
<?php
|
||||
if ($od['od_cash'])
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
|
||||
switch($od['od_settle_case']) {
|
||||
case '계좌이체':
|
||||
$trade_type = 'BANK';
|
||||
break;
|
||||
case '가상계좌':
|
||||
$trade_type = 'CAS';
|
||||
break;
|
||||
default:
|
||||
$trade_type = 'CR';
|
||||
break;
|
||||
}
|
||||
$cash_receipt_script = 'javascript:showCashReceipts(\''.$LGD_MID.'\',\''.$od['od_id'].'\',\''.$od['od_casseqno'].'\',\''.$trade_type.'\',\''.$CST_PLATFORM.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$cash = unserialize($od['od_cash_info']);
|
||||
$cash_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/Cash_mCmReceipt.jsp?noTid='.$cash['TID'].'&clpaymethod=22\',\'showreceipt\',\'width=380,height=540,scrollbars=no,resizable=no\');';
|
||||
} else {
|
||||
require_once G5_SHOP_PATH.'/settle_kcp.inc.php';
|
||||
|
||||
$cash = unserialize($od['od_cash_info']);
|
||||
$cash_receipt_script = 'window.open(\''.G5_CASH_RECEIPT_URL.$default['de_kcp_mid'].'&orderid='.$od_id.'&bill_yn=Y&authno='.$cash['receipt_no'].'\', \'taxsave_receipt\', \'width=360,height=647,scrollbars=0,menus=0\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $cash_receipt_script; ?>" class="btn_frmline">현금영수증 확인하기</a>
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<a href="javascript:;" onclick="window.open('<?php echo G5_SHOP_URL; ?>/taxsave.php?od_id=<?php echo $od_id; ?>', 'taxsave', 'width=550,height=400,scrollbars=1,menus=0');" class="btn_frmline is-long-text">현금영수증을 발급하시려면 클릭하십시오.</a>
|
||||
<?php } ?>
|
||||
</span>
|
||||
</li>
|
||||
<?php
|
||||
<li>
|
||||
총 구매액
|
||||
<strong><?php echo display_price($tot_price); ?></strong>
|
||||
</li>
|
||||
<?php
|
||||
if ($misu_price > 0) {
|
||||
echo '<li>';
|
||||
echo '미결제액'.PHP_EOL;
|
||||
echo '<strong>'.display_price($misu_price).'</strong>';
|
||||
echo '</li>';
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
<li id="alrdy">
|
||||
결제액
|
||||
<strong><?php echo $wanbul; ?></strong>
|
||||
<?php if( $od['od_receipt_point'] ){ //포인트로 결제한 내용이 있으면 ?>
|
||||
<div class="right">
|
||||
<p><span class="title"><i class="fa fa-angle-right" aria-hidden="true"></i> 포인트 결제</span><?php echo number_format($od['od_receipt_point']); ?> 점</p>
|
||||
<p><span class="title"><i class="fa fa-angle-right" aria-hidden="true"></i> 실결제</span><?php echo number_format($od['od_receipt_price']); ?> 원</p>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id="sod_fin_cancel">
|
||||
<h2>주문취소</h2>
|
||||
<?php
|
||||
// 취소한 내역이 없다면
|
||||
if ($cancel_price == 0) {
|
||||
if ($custom_cancel) {
|
||||
?>
|
||||
<button type="button" class="sod_fin_c_btn">주문 취소하기</button>
|
||||
<div id="sod_cancel_pop">
|
||||
<div id="sod_fin_cancelfrm">
|
||||
<h2>주문취소</h2>
|
||||
<form method="post" action="./orderinquirycancel.php" onsubmit="return fcancel_check(this);">
|
||||
<input type="hidden" name="od_id" value="<?php echo $od['od_id']; ?>">
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
|
||||
<label for="cancel_memo" class="sound_only">취소사유</label>
|
||||
<input type="text" name="cancel_memo" id="cancel_memo" required class="frm_input required" size="40" maxlength="100" placeholder="취소사유">
|
||||
<input type="submit" value="확인" class="btn_frmline">
|
||||
</form>
|
||||
<button class="sod_cls_btn"><span class="sound_only">닫기</span><i class="fa fa-times" aria-hidden="true"></i></button>
|
||||
</div>
|
||||
<div class="sod_fin_bg"></div>
|
||||
</div>
|
||||
<script>
|
||||
$(function (){
|
||||
$(".sod_fin_c_btn").on("click", function() {
|
||||
$("#sod_cancel_pop").show();
|
||||
});
|
||||
$(".sod_cls_btn").on("click", function() {
|
||||
$("#sod_cancel_pop").hide();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<button type="button" onclick="document.getElementById('sod_fin_cancelfrm').style.display='block';">주문 취소하기</button>
|
||||
|
||||
<div id="sod_fin_cancelfrm">
|
||||
<form method="post" action="./orderinquirycancel.php" onsubmit="return fcancel_check(this);">
|
||||
<input type="hidden" name="od_id" value="<?php echo $od['od_id']; ?>">
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
|
||||
<label for="cancel_memo" class="sound_only">취소사유</label>
|
||||
<input type="text" name="cancel_memo" id="cancel_memo" required class="frm_input required" size="40" maxlength="100" placeholder="취소사유">
|
||||
<input type="submit" value="확인" class="btn_frmline">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
} else {
|
||||
@ -672,6 +689,9 @@ if($od['od_pg'] == 'lg') {
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php if ($od['od_settle_case'] == '가상계좌' && $od['od_misu'] > 0 && $default['de_card_test'] && $is_admin && $od['od_pg'] == 'kcp') {
|
||||
preg_match("/\s{1}([^\s]+)\s?/", $od['od_bank_account'], $matchs);
|
||||
$deposit_no = trim($matchs[1]);
|
||||
@ -752,7 +772,7 @@ function fcancel_check(f)
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php
|
||||
|
||||
@ -717,16 +717,18 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
#sod_list {position:relative}
|
||||
#sod_list #cp_frm {z-index:10000;position:absolute;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-270px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
|
||||
|
||||
.od_coupon_wrap {content:"";display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);z-index:9999}
|
||||
.od_coupon h3 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;margin:0 0 15px;font-size:1.25em;text-align:left}
|
||||
.od_coupon .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;border-radius:0;background:none;font-size:1.25em}
|
||||
.od_coupon .btn_close:hover {background:#f3f3f3}
|
||||
.od_coupon .tbl_head02 {margin:20px}
|
||||
.od_coupon .cp_apply {padding:0 5px;border:1px solid #3a8afd;color:#3a8afd;background:#fff;height:23px;line-height:21px}
|
||||
.od_coupon td,#sod_frm_pay .od_coupon td {text-align:left;border-left:0;padding:7px}
|
||||
#sod_frm_pay .od_coupon th {width:auto;text-align:center;padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
|
||||
.od_coupon .td_numbig, #sod_frm_pay .od_coupon .td_numbig {text-align:center}
|
||||
.od_coupon .td_mngsmall {width:60px}
|
||||
.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
|
||||
-webkit-box-shadow: 1px 2px 2px #eee;
|
||||
-moz-box-shadow: 1px 2px 2px #eee;
|
||||
box-shadow: 1px 2px 2px #eee;}
|
||||
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
|
||||
.od_coupon .btn_close:hover{background:#f3f3f3}
|
||||
.od_coupon .tbl_head02{margin:20px}
|
||||
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
|
||||
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
|
||||
#sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
|
||||
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
|
||||
.od_coupon .td_mngsmall{width:60px}
|
||||
|
||||
/* 주문서 작성 - 왼쪽 */
|
||||
.sod_left {display:inline-block;float:left;width:840px;margin-right:20px;vertical-align:top}
|
||||
@ -756,10 +758,77 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
#sod_frm_taker .tbl_frm01 td .ad_choice {padding:5px 0}
|
||||
#sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}
|
||||
|
||||
/* 주문서 작성 - 공통 */
|
||||
#sod_frm_orderer, #sod_frm_taker {margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
|
||||
#sod_frm section h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
|
||||
#sod_frm_orderer #od_addr_jibeon,
|
||||
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
|
||||
|
||||
/* 5.4.1.3 버전이후 추가 css */
|
||||
#sod_frm div.tbl_frm01, #sod_frm_taker div.tbl_frm01{padding:0px 10px !important}
|
||||
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
|
||||
#sod_frm .tbl_frm01 th{width:94px}
|
||||
#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width:40%}
|
||||
#sod_frm #od_zip,#sod_frm #od_b_zip{width:90px}
|
||||
#sod_frm .tbl_frm01 td .btn_address {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
|
||||
#sod_frm #od_memo{min-height:100px}
|
||||
#sod_frm_taker .order_choice_place{position:relative;background:#edf3fc;border:1px solid #d1ddee;padding-left:10px}
|
||||
#sod_frm_taker .tbl_frm01 .btn_frmline{float:none;position:absolute;top:8px;right:10px}
|
||||
#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_sell,#sod_frm #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point,#sod_frm #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_frm #sod_bsk_tot li:last-child {border-bottom:0 none}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point span,#sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
|
||||
#sod_frm_pay {position:relative;margin:10px 0}
|
||||
#sod_frm #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
|
||||
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
|
||||
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
|
||||
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
|
||||
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
|
||||
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
|
||||
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
|
||||
#od_tot_price span{float:left;font-weight:bold}
|
||||
#od_tot_price strong{font-size:1.5em;color:#ff006c}
|
||||
#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
|
||||
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
|
||||
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
|
||||
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
|
||||
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
|
||||
#sod_frm_paysel {}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
|
||||
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
|
||||
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
|
||||
#forderform .sod_right #sod_bsk_tot {border:1px solid #e3e5e8}
|
||||
#forderform .od_pay_buttons_el{margin-top:20px;border:1px solid #e3e5e8;background:#fff;padding:10px}
|
||||
#forderform .od_pay_buttons_el h3{font-size:1.167em;margin:0px 0 5px}
|
||||
#forderform #sod_frm_pt{border-top:1px solid #e3e5e8}
|
||||
|
||||
.sod_right .pay_tbl{border:1px solid #e3e5e8;border-bottom:0 none}
|
||||
.sod_right #od_tot_price{border:1px solid #e3e5e8}
|
||||
#sod_frm_pay .od_pay_buttons_el:after{display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm_pay .sod_frm_point{margin-top:20px;border:1px solid #e3e5e8}
|
||||
#sod_frm_pay .sod_frm_point div{background:#fff;padding:10px;text-align:left;text-align:right}
|
||||
#sod_frm_pay .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_frm_pay .sod_frm_point div label{float:left;line-height:30px;font-weight:bold}
|
||||
#sod_frm_pay .sod_frm_point div span{display:block}
|
||||
#sod_frm_pay .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_frm_pay .sod_frm_point div strong{float:left;color:#666}
|
||||
#sod_frm_pay .sod_frm_point .max_point_box em{font-style:normal !important}
|
||||
#sod_frm_pay .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}
|
||||
|
||||
/* 주문서 작성 - 오른쪽 */
|
||||
.sod_right {display:inline-block;float:left;width:340px;height:100%;vertical-align:top}
|
||||
|
||||
@ -808,14 +877,16 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}
|
||||
|
||||
#sod_frm_pt {padding:20px}
|
||||
/*
|
||||
#sod_frm_pt strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left}
|
||||
#sod_frm_pt span {display:inline-block;width:55%;color:#000;text-align:right}
|
||||
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
*/
|
||||
#sod_frm_pt .max_point_box em {font-style:normal !important}
|
||||
|
||||
|
||||
/* 주문서 작성 - 결제수단 */
|
||||
#sod_frm_pay {position:relative;margin:10px 0 0;background:#fff;border:1px solid #e3e5e8}
|
||||
/* #sod_frm_pay {position:relative;margin:10px 0 0;background:#fff;border:1px solid #e3e5e8} */
|
||||
#sod_frm_pay {position:relative;margin:10px 0 0}
|
||||
#sod_frm_pay h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
|
||||
#sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
|
||||
#sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
|
||||
@ -827,17 +898,20 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
|
||||
#sod_frm_paysel {}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
/*
|
||||
#sod_frm_paysel .PAYCO {display:inline-block;width:75px;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #fa1417}
|
||||
#sod_frm_paysel .PAYNOW {display:inline-block;width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #c01734}
|
||||
#sod_frm_paysel .kakaopay_icon {display:inline-block;width:60px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
|
||||
#sod_frm_paysel .KPAY {display:inline-block;width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #22096a}
|
||||
#sod_frm_paysel .inicis_lpay {display:inline-block;width:50px;background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #009bd7}
|
||||
*/
|
||||
#sod_frm_paysel ul.pay_way {margin:0;padding:15px}
|
||||
#sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:7px}
|
||||
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}
|
||||
|
||||
#settle_bank {border-top:1px solid #e3e5e8;background:#fff;padding:20px;clear:both}
|
||||
#settle_bank {border:1px solid #e3e5e8;border-top:0 none;background:#fff;padding:10px;clear:both;line-height:32px}
|
||||
#settle_bank:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#settle_bank label {float:left;width:30%;line-height:30px}
|
||||
#settle_bank select, #settle_bank input {width:70%;height:32px;margin:0 0 5px;border:1px solid #e3e5e8;border-radius:3px;text-align:left}
|
||||
#settle_bank option {padding:3px 0}
|
||||
@ -850,9 +924,9 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
|
||||
.display_setup_message strong {display:block;margin:0 0 10px}
|
||||
|
||||
#sod_frm_taker label {display:inline-block;font-weight:normal}
|
||||
#sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm_taker label {display:inline-block;font-weight:normal;margin-right:1em}
|
||||
#sod_frm_same {margin:0 0 10px}
|
||||
#sod_frm #od_memo {height:50px}
|
||||
|
||||
#sod_frm #display_pay_process {text-align:center}
|
||||
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}
|
||||
@ -869,7 +943,6 @@ margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;ove
|
||||
#sod_frm #sod_frm_escrow h2 {margin:0;border:0}
|
||||
#sod_frm #sod_frm_escrow p {margin:5px 0}
|
||||
#display_pay_process {padding:20px;text-align:center}
|
||||
|
||||
/* 위시리스트 */
|
||||
#sod_ws {}
|
||||
.sod_ws_img {width:90px;text-align:center}
|
||||
@ -1044,104 +1117,119 @@ a.btn_frmline.is-long-text{height:auto;width:160px}
|
||||
#coupon .btn_close {margin:20px auto}
|
||||
|
||||
/* 모바일일때 피시버전 주문폼 */
|
||||
.sod_list {margin:10px 0}
|
||||
.sod_list .sod_li {background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
|
||||
.sod_list .li_name {font-size:1.083em}
|
||||
.sod_list .li_op_wr {position:relative;padding:10px 10px 0 110px;min-height:75px}
|
||||
.sod_list .li_op_wr .chk_box {position:absolute;top:10px;left:10px}
|
||||
.sod_list .total_img {position:absolute;top:10px;left:35px}
|
||||
.sod_list .mod_options {padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:0.923em}
|
||||
.sod_list .li_prqty {padding:10px;border-top:1px solid #f8f8f8}
|
||||
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_list .li_prqty_sp {float:left;width:50%;display:block;line-height:20px;padding:0 5px;text-align :right}
|
||||
.sod_list .li_prqty_sp span {float:left;color:#696969}
|
||||
.sod_list .prqty_sc,.sod_list .prqty_price {border-right:1px solid #e5e5e5}
|
||||
.sod_list .total_price {background:#f2f7ff;display:block;clear:both;margin:0 10px 10px;text-align:right;padding:5px 10px;line-height:20px}
|
||||
.sod_list .total_price span {float:left}
|
||||
.sod_list .total_price strong {font-size:1.25em;color:#3a8afd}
|
||||
.sod_opt {padding:5px 10px 5px 35px}
|
||||
.sod_opt li {color:#777;margin:3px 0;line-height:1.3em}
|
||||
.sod_opt li:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
.sod_opt .opt_name:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
|
||||
.odf_list {padding:10px}
|
||||
.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
|
||||
.odf_list .frm_input {width:100%;margin:0 0 7px}
|
||||
.odf_list .dlv_slt {background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.odf_list .dlv_slt strong {margin:0;font-weight:bold;line-height:30px}
|
||||
.odf_list .dlv_slt div label {display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile .sod_list{margin:10px 0}
|
||||
.sod_frm_mobile .sod_list .sod_li{background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
|
||||
.sod_frm_mobile .sod_list .li_name{font-size:1.083em}
|
||||
.sod_frm_mobile .sod_list .li_op_wr{position:relative;padding:10px 10px 0 110px;min-height:75px}
|
||||
.sod_frm_mobile .sod_list .li_op_wr .chk_box{position:absolute;top:10px;left:10px}
|
||||
.sod_frm_mobile .sod_list .total_img{position:absolute;top:10px;left:35px}
|
||||
.sod_frm_mobile .sod_list .mod_options{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
|
||||
.sod_frm_mobile .sod_list .li_prqty{padding:10px;border-top:1px solid #f8f8f8}
|
||||
.sod_frm_mobile .sod_list .li_prqty:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile .sod_list .li_prqty_sp{float:left;width:50%;display:block;line-height:20px;padding:0 5px;text-align:right}
|
||||
.sod_frm_mobile .sod_list .li_prqty_sp span{float:left;color:#696969}
|
||||
.sod_frm_mobile .sod_list .prqty_sc,.sod_frm_mobile .sod_list .prqty_price{border-right:1px solid #e5e5e5}
|
||||
.sod_frm_mobile .sod_list .total_price{background:#f2f7ff;display:block;clear:both;margin:0 10px 10px;text-align:right;padding:5px 10px;line-height:20px}
|
||||
.sod_frm_mobile .sod_list .total_price span{float:left}
|
||||
.sod_frm_mobile .sod_list .total_price strong{font-size:1.25em;color:#3a8afd}
|
||||
.sod_frm_mobile .sod_opt{padding:5px 10px 5px 35px}
|
||||
.sod_frm_mobile .sod_opt li{color:#777;margin:3px 0;line-height:1.3em}
|
||||
.sod_frm_mobile .sod_opt li:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
.sod_frm_mobile .sod_opt .opt_name:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
|
||||
.sod_frm_mobile #sod_frm_orderer,.sod_frm_mobile #sod_frm_taker{margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
|
||||
.sod_frm_mobile #sod_frm_orderer #od_addr_jibeon,.sod_frm_mobile #sod_frm_taker #od_b_addr_jibeon{display:inline-block;margin:5px 0 0}
|
||||
.sod_frm_mobile #m_sod_bsk_tot{background:#4a505a;color:#fff}
|
||||
.sod_frm_mobile #m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile #m_sod_bsk_tot dt{float:left;width:40%;padding:10px;line-height:20px;clear:both}
|
||||
.sod_frm_mobile #m_sod_bsk_tot dd{float:left;width:60%;padding:10px;text-align:right;line-height:20px}
|
||||
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt{font-weight:700;margin-top:5px;line-height:25px;background:#212a37}
|
||||
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong{color:#3a8afd;font-size:1.25em}
|
||||
.sod_frm_mobile .sod_list .li_op_wr{padding-left:100px}
|
||||
.sod_frm_mobile .sod_list .total_img{left:10px}
|
||||
.sod_frm_mobile .sod_opt{padding-left:10px}
|
||||
.sod_frm_mobile #m_sod_frm_paysel{margin:10px 0}
|
||||
.sod_frm_mobile #m_sod_frm_paysel h3{background:#fff;padding:15px 10px;border:1px solid #e3e5e8;border-bottom:0}
|
||||
.sod_frm_mobile #m_sod_frm_paysel ul{margin:0;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
.sod_frm_mobile #m_sod_frm_paysel ul:after{display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile #m_sod_frm_paysel li{float:left;padding:5px;width:46%;height:25px}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .KPAY{background:url(../../../img/kpay.png) no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .PAYNOW{background:url(../../../img/paynow.png) no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .PAYCO{background:url(../../../img/payco.png) no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .inicis_lpay{background:url(../../../img/lpay_logo.png) no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .kakaopay_icon{background:url(../../../img/kakao.png) no-repeat 24px 3px;height:25px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
.sod_frm_mobile #m_sod_frm_paysel .samsung_pay{margin-left:-23px;background:url(../../../img/samsungpay.png) no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
.sod_frm_mobile #sod_frm_pay{border-top:1px solid #f3f3f3}
|
||||
.sod_frm_mobile #sod_frm_pay h2{margin:10px 0;font-size:1.25em}
|
||||
.sod_frm_mobile #sod_frm_pay .cp_btn1,.sod_frm_mobile #sod_frm_pay .cp_cancel1{margin-top:0}
|
||||
.sod_frm_mobile .odf_tbl{position:relative}
|
||||
.sod_frm_mobile .odf_tbl table{background:#fff;width:100%;border-collapse:collapse;border-bottom:1px solid #ccc}
|
||||
.sod_frm_mobile .odf_tbl table th{border-top:1px solid #eceff4;padding:10px;text-align:left;width:120px;font-weight:400}
|
||||
.sod_frm_mobile .odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right}
|
||||
.sod_frm_mobile#sod_frm #sod_frm_pt_alert{margin:10px 0;text-align:left;color:#fff;line-height:18px;background:#f2838f;padding:10px 10px 10px 13px;border-radius:5px;position:relative}
|
||||
.sod_frm_mobile #sod_frm_pt_alert::before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453;height:100%}
|
||||
.sod_frm_mobile#sod_frm .sod_frm_point{padding:10px 0;clear:both;border:0 none}
|
||||
.sod_frm_mobile .sod_frm_point div{background:#fff;border:1px solid #e3e5e8;padding:10px;text-align:right}
|
||||
.sod_frm_mobile .sod_frm_point div:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile .sod_frm_point div label{float:left;line-height:30px}
|
||||
.sod_frm_mobile .sod_frm_point div span{display:block;margin:5px 0}
|
||||
.sod_frm_mobile .sod_frm_point div span:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile .sod_frm_point .max_point_box em{font-style:normal!important}
|
||||
.sod_frm_mobile .sod_frm_point div strong{float:left;color:#666;font-weight:400}
|
||||
.sod_frm_mobile .sod_frm_point #od_temp_point{height:30px;border:1px solid #d0d3db;text-align:right;background:#fff;border-radius:3px;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
|
||||
.sod_frm_mobile #settle_bank{background:#fff;border:1px solid #e3e5e8;padding:10px;clear:both;line-height:30px}
|
||||
.sod_frm_mobile #settle_bank:after{display:block;visibility:hidden;clear:both;content:''}
|
||||
.sod_frm_mobile #settle_bank select{height:30px;margin:0 0 5px;width:100%;border:1px solid #d0d3db}
|
||||
.sod_frm_mobile #settle_bank #od_deposit_name{height:30px;border:1px solid #d0d3db;text-align:center;border-radius:3px;float:right;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
|
||||
.sod_frm_mobile #settle_bank label{float:left;line-height:30px}
|
||||
.sod_frm_mobile #sod_frm_pt_info{border-top:0}
|
||||
.sod_frm_mobile .od_coupon{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.4);box-shadow:1px 1px 5px rgba(0,0,0,0.4)}
|
||||
.sod_frm_mobile .od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 .btn_frmline{background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 td{text-align:left}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 th{width:auto!important}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
|
||||
.sod_frm_mobile .od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
|
||||
.sod_frm_mobile .od_coupon .btn_confirm{margin:20px}
|
||||
.sod_frm_mobile .od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:700;width:100%}
|
||||
.sod_frm_mobile .od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
|
||||
.sod_frm_mobile .cp_btn,.sod_frm_mobile .cp_btn1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#3a8afd;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
|
||||
.sod_frm_mobile .cp_apply{padding:0 5px;border:1px solid #3a8afd;color:#3a8afd;background:#fff;height:23px;line-height:21px}
|
||||
.sod_frm_mobile .cp_cancel,.sod_frm_mobile .cp_cancel1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#aaa;background:#fff;line-height:24px;margin:5px 0 0 2px;font-size:.923em}
|
||||
.sod_frm_mobile #sod_frm_escrow{margin:10px}
|
||||
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
|
||||
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
|
||||
.sod_frm_mobile .sod_list .li_name{border-bottom:1px solid #dcdcdc;line-height:1.3em;padding:10px;font-size:1.083em}
|
||||
#sod_frm.sod_frm_mobile .odf_list .frm_input{width:100%!important}
|
||||
#sod_frm.sod_frm_mobile input[type="radio"],.sod_frm_mobile #sod_frm.sod_frm_mobile input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm.sod_frm_mobile #od_memo{min-height:50px}
|
||||
.sod_frm_mobile .od_prd_list{margin:10px;background:#fff;padding:15px}
|
||||
.sod_frm_mobile .od_prd_list .td_chk{border-left:0}
|
||||
.sod_frm_mobile .od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
|
||||
.sod_frm_mobile .od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
|
||||
.sod_frm_mobile .od_prd_list .td_prd .sod_name{min-height:80px}
|
||||
.sod_frm_mobile .od_prd_list .td_prd .prd_name{font-size:1.167em}
|
||||
.sod_frm_mobile .od_prd_list .total_prc{color:#ff006c;font-weight:700;font-size:1.167em}
|
||||
.sod_frm_mobile #sod_frm_orderer{padding:10px;border-bottom:1px solid #d6d3d3}
|
||||
.sod_frm_mobile #sod_frm_taker{padding:10px;border-bottom:1px solid #d6d3d3;border-top:1px solid #f3f3f3}
|
||||
.sod_frm_mobile #sod_frm_taker h2,.sod_frm_mobile #sod_frm_orderer h2{margin:10px 0;font-size:1.25em}
|
||||
.sod_frm_mobile .odf_list label,.sod_frm_mobile .odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:400}
|
||||
.sod_frm_mobile .odf_list .frm_input{width:100%;margin:0 0 5px}
|
||||
.sod_frm_mobile .odf_list .dlv_slt{background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.sod_frm_mobile .odf_list .dlv_slt strong{margin:0;font-weight:700;line-height:30px}
|
||||
.sod_frm_mobile .odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border:1px solid #d4d6db;background:#fff;border-radius:3px;color:#606060;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
|
||||
.odf_list .ad_default {display:inline-block;margin:0 0 10px}
|
||||
.odf_list .btn_addsch {position:absolute;top:5px;right:5px;border-radius:3px;height:30px}
|
||||
.odf_list .add_num{position:relative;display:block}
|
||||
.odf_list textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;
|
||||
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
|
||||
|
||||
.sod_frm_mobile #sod_bsk_tot {border:1px solid #3a8afd}
|
||||
.sod_frm_mobile #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
.sod_frm_mobile .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_sell, .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
|
||||
.sod_frm_mobile .sod_info .sod_bsk_cnt strong {font-size:1.25em}
|
||||
|
||||
.sod_frm_mobile .sod_info_bt {clear:both;padding:10px 15px;background:#fff}
|
||||
.sod_frm_mobile .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info_bt li {}
|
||||
.sod_frm_mobile .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
|
||||
.sod_frm_mobile .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
|
||||
|
||||
.sod_frm_mobile .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
|
||||
.sod_frm_mobile .sod_info_option:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile #sod_frm_pay h2 {padding:0;position:absolute;font-size:0;line-height:0;overflow:hidden;width:0;height:0}
|
||||
.sod_frm_mobile .sod_info_option ul {padding:10px 15px;background:#fff}
|
||||
.sod_frm_mobile .sod_info_option li {margin-bottom:5px}
|
||||
.sod_frm_mobile .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_frm_mobile .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
|
||||
.sod_frm_mobile .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#3a8afd;background:#fff;border:1px solid #d4d6db;font-size:0.93em;border-radius:3px}
|
||||
.sod_frm_mobile .sod_frm_mobile .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
|
||||
.sod_frm_mobile .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
|
||||
.sod_frm_mobile .sod_info_option>td, .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
|
||||
.sod_frm_mobile .sod_info_option>td {text-align:right;padding:10px;height:30px}
|
||||
.sod_frm_mobile .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
|
||||
.sod_frm_mobile .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}
|
||||
|
||||
#m_sod_frm_paysel {margin:10px 0}
|
||||
#m_sod_frm_paysel h3{background:#fff;padding:15px 10px;border:1px solid #e3e5e8;border-bottom:0}
|
||||
#m_sod_frm_paysel ul {margin:0 0;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#m_sod_frm_paysel li {float:left;margin:2px 0;width:46%;height:25px}
|
||||
#m_sod_frm_paysel .KPAY {background:url('../../../img/kpay.png') no-repeat 24px 3px;width:67px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto}
|
||||
#m_sod_frm_paysel .PAYNOW {background:url('../../../img/paynow.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto}
|
||||
#m_sod_frm_paysel .PAYCO {background:url('../../../img/payco.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto}
|
||||
#m_sod_frm_paysel .inicis_lpay {background:url('../../../img/lpay_logo.png') no-repeat 24px 3px;width:65px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto}
|
||||
#m_sod_frm_paysel .kakaopay_icon {background:url('../../../img/kakao.png') no-repeat 24px 3px;height:25px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
#m_sod_frm_paysel .samsung_pay {background:url('../../../img/samsungpay.png') no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_frm {}
|
||||
#sod_frm section h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
|
||||
#sod_bsk_list #mod_option_frm .sit_ov_tbl {background:#ededed;margin-top:5px}
|
||||
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td {border:none;padding-left:5px;font-weight:normal}
|
||||
#sod_bsk_list #mod_option_frm .sit_ov_tbl th {width:90px}
|
||||
#sod_frm_deli #order_address {display:block;width:100px;background:#333;color:#fff;text-align:center}
|
||||
|
||||
#sod_frm_orderer,
|
||||
#sod_frm_taker {margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
|
||||
#sod_frm_orderer #od_addr_jibeon,
|
||||
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
|
||||
#sod_frm .odf_tbl table {width:100%;margin:0;padding:0;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
|
||||
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th {border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px;text-align:left;line-height:26px;position:relative}
|
||||
#sod_frm .odf_tbl table th {width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
|
||||
#sod_frm .odf_tbl table .frm_input {background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
|
||||
#sod_frm .odf_tbl table .frm_address {margin-top:5px}
|
||||
#sod_frm .odf_tbl button.btn_frmline {font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
|
||||
#sod_frm .odf_tbl textarea {width:99%;border:1px solid #e4eaec}
|
||||
#sod_frm_same {margin:0 0 10px}
|
||||
.sod_frm_mobile .odf_list .ad_default{display:inline-block;margin:0}
|
||||
.sod_frm_mobile .odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px}
|
||||
.sod_frm_mobile .odf_list .add_num{position:relative;display:block}
|
||||
.sod_frm_mobile .odf_list textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
|
||||
.sod_frm_mobile .sod_ta_wr{background:#fff;margin-bottom:1em}
|
||||
.sod_frm_mobile .btn_confirm{margin:0 0 10px}
|
||||
.sod_frm_mobile .btn_submit{width:100%;height:45px;font-size:1.167em;font-weight:700;margin:5px 0;border-radius:4px}
|
||||
.sod_frm_mobile .btn_cancel,.sod_frm_mobile .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight:700;padding:0;border-radius:4px}
|
||||
.sod_frm_mobile #sod_frm_escrow{margin:10px}
|
||||
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
|
||||
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
|
||||
.sod_frm_mobile #od_tot_price{background:none;font-weight:700}
|
||||
|
||||
html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
||||
#sod_frm_pay_info {margin:0 0 10px}
|
||||
|
||||
@ -148,7 +148,7 @@ box-shadow:0 0 5px #eee}
|
||||
.sod_list {margin:10px 0}
|
||||
.sod_list .sod_li {background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
|
||||
.sod_list .li_name {font-size:1.083em}
|
||||
.sod_list .li_op_wr {position:relative;padding:10px 10px 0 110px;min-height:75px}
|
||||
.sod_list .li_op_wr {position:relative;padding:10px 10px 0 110px;min-height:90px}
|
||||
.sod_list .li_op_wr .chk_box {position:absolute;top:10px;left:10px}
|
||||
.sod_list .total_img {position:absolute;top:10px;left:35px}
|
||||
.sod_list .mod_options {padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:0.923em}
|
||||
@ -210,52 +210,21 @@ box-shadow: 0 0 6px rgba(0,0,0,0.2);}
|
||||
.naverpay-cart{text-align:center;padding:10px}
|
||||
|
||||
/* 주문서 작성 */
|
||||
#sod_frm .sod_list .li_op_wr{padding-left:85px}
|
||||
#sod_frm .sod_list .li_op_wr{padding-left:100px}
|
||||
#sod_frm .sod_list .total_img {left:10px}
|
||||
#sod_frm .sod_opt {padding-left:10px}
|
||||
|
||||
#sod_frm .od_prd_list{margin:10px;background:#fff;padding:15px}
|
||||
.od_prd_list .td_chk{border-left:0;}
|
||||
.od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
|
||||
.od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
|
||||
.od_prd_list .td_prd .sod_name{min-height:80px}
|
||||
.od_prd_list .td_prd .prd_name{font-size:1.167em}
|
||||
.od_prd_list .total_prc{color:#ff006c;font-weight:bold;font-size:1.167em}
|
||||
|
||||
#sod_frm_orderer{padding:10px;border-bottom:1px solid #e5e5e5}
|
||||
#sod_frm_taker{padding:10px;border-bottom:1px solid #e5e5e5}
|
||||
#sod_frm_taker h2,#sod_frm_orderer h2{margin:0 0 10px;font-size:1.25em}
|
||||
.odf_list li{}
|
||||
.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
|
||||
.odf_list .frm_input{width:100%;margin:0 0 7px}
|
||||
.odf_list .dlv_slt {background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.odf_list .dlv_slt strong{margin:0 ;font-weight:bold;line-height:30px}
|
||||
.odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border: 1px solid #d4d6db;background:#fff;border-radius:3px;color:#606060;;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
|
||||
.odf_list .ad_default{display:inline-block;margin:0 0 10px}
|
||||
.odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px;}
|
||||
.odf_list .add_num{position:relative;display:block;}
|
||||
.odf_list textarea{border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;width:100%;height:70px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
|
||||
|
||||
#m_sod_frm_paysel {margin:10px 0;}
|
||||
#m_sod_frm_paysel h3{background:#fff;padding:15px 10px ;border:1px solid #e3e5e8;border-bottom:0}
|
||||
#m_sod_frm_paysel ul {margin:0 0;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
#m_sod_frm_paysel ul {margin:0 0 ;background:#fff;padding:10px;border:1px solid #e3e5e8}
|
||||
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#m_sod_frm_paysel li {float:left;margin:2px 0;width:46%;height:25px}
|
||||
#m_sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 24px 3px;width:67px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto}
|
||||
#m_sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto;}
|
||||
#m_sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 24px 3px;width:74px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:45px auto;}
|
||||
#m_sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 24px 3px;width:65px;height:32px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:35px auto;}
|
||||
#m_sod_frm_paysel li {float:left;padding:5px ;width:46%;height:25px}
|
||||
#m_sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
|
||||
#m_sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
|
||||
#m_sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
|
||||
#m_sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
|
||||
#m_sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 24px 3px;height:25px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
#m_sod_frm_paysel .samsung_pay{background:url('../../../img/samsungpay.png') no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_frm .sod_ta_wr{background: #fff;}
|
||||
#sod_frm .btn_confirm{;margin:0 10px 10px}
|
||||
#sod_frm .btn_submit{width:100%;height:45px;font-size: 1.167em;font-weight: bold;margin:5px 0;border-radius:4px}
|
||||
#sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight: bold;padding:0;border-radius:4px}
|
||||
#m_sod_frm_paysel .samsung_pay{margin-left:-23px;background:url('../../../img/samsungpay.png') no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_frm_pay{padding:10px;;border-top:1px solid #f3f3f3}
|
||||
#sod_frm_pay h2{margin:10px 0;font-size:1.25em}
|
||||
@ -265,7 +234,7 @@ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
|
||||
.odf_tbl table th{border-top:1px solid #eceff4;padding: 10px;text-align:left;width:120px;font-weight:normal}
|
||||
.odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right}
|
||||
|
||||
#sod_frm_pt_alert{margin:10px 0;color:#328abd;text-align: left;color: #fff;line-height: 18px;background: #f2838f;margin: 0 0 10px;padding: 10px 10px 10px 13px;border-radius: 5px;position:relative}
|
||||
#sod_frm_pt_alert{margin:10px 0 10px;text-align:left;color:#fff;line-height: 18px;background: #f2838f;padding: 10px 10px 10px 13px;border-radius: 5px;position:relative}
|
||||
#sod_frm_pt_alert::before {content: ""; position: absolute;top: 0;left: 0;width: 5px; height: 50px; border-radius: 5px 0 0 5px;background: #da4453;height:100%}
|
||||
|
||||
.sod_frm_point {padding:10px 0;;clear:both}
|
||||
@ -290,18 +259,20 @@ box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);}
|
||||
box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);}
|
||||
#settle_bank label{float:left;line-height:30px}
|
||||
#sod_frm_pt_info{border-top:0}
|
||||
.od_coupon_wrap{content: "";position: fixed;left: 0; top: 0; width: 100%;height: 100%; background: rgba(0,0,0,0.1); z-index: 9999;}
|
||||
.od_coupon{z-index: 10000;position: fixed;top: 10%;left: 5%;width: 90%;height: auto !important; height: 80%; max-height: 80%; border: 1px solid #dde7e9;border-radius: 3px;background: #fff; overflow-y: auto;}
|
||||
.od_coupon h3{border-bottom: 1px solid #e8e8e8;padding: 0 20px;line-height: 50px;font-size: 1.25em;}
|
||||
.od_coupon{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;
|
||||
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
|
||||
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
|
||||
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
|
||||
.od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
|
||||
.od_coupon .tbl_head02{}
|
||||
.od_coupon .tbl_head02 .btn_frmline {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
|
||||
.od_coupon .tbl_head02 td {text-align:left}
|
||||
.od_coupon .tbl_head02 th {width:auto !important}
|
||||
.od_coupon .tbl_head02 .td_mngsmall {width:60px;text-align:center}
|
||||
.od_coupon .tbl_head02 .td_numbig {width:80px;text-align:right}
|
||||
.od_coupon .btn_confirm {margin:20px}
|
||||
.od_coupon .tbl_head02 td{text-align:left}
|
||||
.od_coupon .tbl_head02 th{width:auto !important}
|
||||
.od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
|
||||
.od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
|
||||
.od_coupon .btn_confirm{margin:20px ; }
|
||||
.od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;width:100%;}
|
||||
.od_coupon .btn_confirm .btn_close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;font-size: 1.25em;border-radius: 0;}
|
||||
.od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
|
||||
|
||||
.cp_btn ,.cp_btn1{padding: 0 7px; border: 1px solid #d4d6db;border-radius: 3px;color: #3a8afd;background: #fff; line-height: 24px; margin: 5px 0 0; font-size: 0.923em; }
|
||||
.cp_apply{padding: 0 5px;border: 1px solid #3a8afd; color: #3a8afd;background: #fff;height: 23px; line-height: 21px;}
|
||||
@ -311,6 +282,47 @@ box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);}
|
||||
#sod_frm_escrow h2{font-size:1.25em}
|
||||
#od_pay_sl h3{font-size:1.25em}
|
||||
|
||||
.sod_frm_mobile .sod_list .li_name{border-bottom:1px solid #dcdcdc;line-height:1.3em;padding:10px 10px;font-size:1.083em}
|
||||
#sod_frm.sod_frm_mobile .odf_list .frm_input{width:100% !important}
|
||||
#sod_frm.sod_frm_mobile input[type="radio"],#sod_frm.sod_frm_mobile input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm.sod_frm_mobile #od_memo{min-height:50px}
|
||||
#sod_frm .od_prd_list{margin:10px;background:#fff;padding:15px}
|
||||
.od_prd_list .td_chk{border-left:0;}
|
||||
.od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
|
||||
.od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
|
||||
.od_prd_list .td_prd .sod_name{min-height:80px}
|
||||
.od_prd_list .td_prd .prd_name{font-size:1.167em}
|
||||
.od_prd_list .total_prc{color:#ff006c;font-weight:bold;font-size:1.167em}
|
||||
|
||||
#sod_frm_orderer{padding:10px;;border-bottom:1px solid #d6d3d3}
|
||||
#sod_frm_taker{padding:10px;border-bottom:1px solid #d6d3d3;border-top:1px solid #f3f3f3}
|
||||
#sod_frm_taker h2,#sod_frm_orderer h2{margin:10px 0;font-size:1.25em}
|
||||
.odf_list li{}
|
||||
.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
|
||||
.odf_list .frm_input{width:100%;margin:0 0 5px}
|
||||
.odf_list .dlv_slt {background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
|
||||
.odf_list .dlv_slt strong{margin:0 ;font-weight:bold;line-height:30px}
|
||||
.odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
|
||||
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border: 1px solid #d4d6db;background:#fff;border-radius:3px;color:#606060;;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
|
||||
.odf_list .ad_default{display:inline-block;margin:0}
|
||||
.odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px;}
|
||||
.odf_list .add_num{position:relative;display:block;}
|
||||
.odf_list textarea{border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;width:100%;height:70px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||
}
|
||||
|
||||
#sod_frm .sod_ta_wr{background: #fff}
|
||||
#sod_frm .btn_confirm{;margin:0 10px 10px}
|
||||
#sod_frm .btn_submit{width:100%;height:45px;font-size: 1.167em;font-weight: bold;margin:5px 0;border-radius:4px}
|
||||
#sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight: bold;padding:0;border-radius:4px}
|
||||
|
||||
#sod_frm_escrow{margin:10px;}
|
||||
#sod_frm_escrow h2{font-size:1.25em}
|
||||
#od_pay_sl h3{font-size:1.25em}
|
||||
.sod_frm_mobile #od_tot_price{background:none;font-weight:bold}
|
||||
|
||||
/* 쿠폰 */
|
||||
#scp_list {text-align:center;background:#fff}
|
||||
#scp_list .li_pd {position:relative;padding:10px} #scp_list h1 {text-align:left}
|
||||
@ -818,8 +830,7 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 0 3px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
|
||||
#sod_frm_paysel .samsung_pay{background:url('../../../img/samsungpay.png') no-repeat 0 3px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
|
||||
|
||||
#sod_bsk_tot {border:1px solid #3a8afd}
|
||||
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
.sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
|
||||
@ -851,6 +862,81 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
|
||||
.btn_address{background:#70aff2;border:1px solid #3476be;height:40px;color:#fff;padding:0 10px;font-size:1.083em;font-weight:bold}
|
||||
|
||||
/* 5.4.1.3 버전이후 추가 css */
|
||||
#sod_frm div.tbl_frm01, #sod_frm_taker div.tbl_frm01{padding:0px 10px !important}
|
||||
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
|
||||
#sod_frm .tbl_frm01 th{width:94px}
|
||||
#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width:50%}
|
||||
#sod_frm #od_zip,#sod_frm #od_b_zip{width:90px}
|
||||
#sod_frm .tbl_frm01 td .btn_address {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
|
||||
#sod_frm #od_memo{min-height:100px}
|
||||
#sod_frm_taker .order_choice_place{position:relative;background:#edf3fc;border:1px solid #d1ddee;padding:10px}
|
||||
#sod_frm_taker .order_choice_place{line-height:23px}
|
||||
#sod_frm_taker .tbl_frm01 #order_address{display:block;;text-align:center;border: 1px solid #3476be;color: #3476be;;height:30px;line-height:28px;margin:5px 0 0;background:none}
|
||||
#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_sell,#sod_frm #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point,#sod_frm #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_frm #sod_bsk_tot li:last-child {border-bottom:0 none}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point span,#sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
|
||||
#sod_frm_pay {position:relative;margin:10px 0}
|
||||
#sod_frm #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
|
||||
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
|
||||
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
|
||||
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
|
||||
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
|
||||
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
|
||||
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
|
||||
#od_tot_price span{float:left;font-weight:bold}
|
||||
#od_tot_price strong{font-size:1.5em;color:#ff006c}
|
||||
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
|
||||
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
|
||||
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
|
||||
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
|
||||
#sod_frm_paysel {}
|
||||
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
|
||||
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
|
||||
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
|
||||
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
|
||||
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
|
||||
#forderform .sod_right #sod_bsk_tot {border:1px solid #e3e5e8}
|
||||
#forderform .od_pay_buttons_el{margin-top:20px;border:1px solid #e3e5e8;background:#fff;padding:10px}
|
||||
#forderform .od_pay_buttons_el h3{font-size:1.167em;margin:0px 0 5px}
|
||||
#forderform #sod_frm_pt{border-top:1px solid #e3e5e8}
|
||||
#sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
|
||||
#sod_frm_taker label {display:inline-block;font-weight:normal;margin-right:1em}
|
||||
|
||||
#sod_frm #sod_bsk_tot{margin:10px;}
|
||||
#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
|
||||
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sod_frm #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_sell,#sod_frm #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point,#sod_frm #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_point span,#sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
|
||||
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
|
||||
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
|
||||
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:90px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
|
||||
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
|
||||
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
|
||||
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
|
||||
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
|
||||
#od_tot_price span{float:left;font-weight:bold}
|
||||
#od_tot_price strong{font-size:1.5em;color:#ff006c}
|
||||
|
||||
#od_tot_price {background:#e5f0ff;line-height:20px;text-align:right;padding:15px}
|
||||
#od_tot_price span {float:left;font-weight:bold}
|
||||
#od_tot_price strong {font-size:1.5em;color:#ff006c}
|
||||
@ -866,13 +952,9 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}
|
||||
|
||||
#sod_frm_pt {padding:20px}
|
||||
#sod_frm_pt strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left}
|
||||
#sod_frm_pt span {display:inline-block;width:55%;color:#000;text-align:right}
|
||||
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sod_frm_pt .max_point_box em {font-style:normal !important}
|
||||
|
||||
.sod_frm_pc #sod_frm_pay {position:relative;margin:10px;padding:0;background:#fff;border:1px solid #e3e5e8}
|
||||
.sod_frm_pc #sod_frm_pay {position:relative;margin:10px;padding:0}
|
||||
.sod_frm_pc #sod_frm_pay h2 {font-size:1.167em;padding:15px;margin:0;border-bottom:1px solid #e3e5e8}
|
||||
.sod_frm_pc #sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
|
||||
.sod_frm_pc #sod_frm_pay .tooltip_txt:before {height:100%}
|
||||
@ -924,8 +1006,6 @@ box-shadow:0 0 8px rgba(65,98,255,0.8)}
|
||||
.pesonal td {display:block;padding:0;border:0}
|
||||
.pesonal td input {width:100%}
|
||||
.pesonal .half_tr {width:50%}
|
||||
#sod_frm_paysel {background:#fff;padding:0 15px 10px;border-bottom:1px solid #e3e5e8}
|
||||
#sod_frm_paysel li {padding:5px 0}
|
||||
.sod_right .btn_confirm {margin:10px}
|
||||
.sod_right .btn_submit, .sod_right .btn01 {width:100%;height:45px;font-size:1.167em;font-weight:bold;margin:5px 0;border-radius:4px;line-height:45px}
|
||||
|
||||
|
||||
226
theme/basic/shop/mypage.php
Normal file
226
theme/basic/shop/mypage.php
Normal file
@ -0,0 +1,226 @@
|
||||
<?php
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
$g5['title'] = '마이페이지';
|
||||
include_once('./_head.php');
|
||||
|
||||
// 쿠폰
|
||||
$cp_count = 0;
|
||||
$sql = " select cp_id
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
and cp_end >= '".G5_TIME_YMD."' ";
|
||||
$res = sql_query($sql);
|
||||
|
||||
for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
if(!is_used_coupon($member['mb_id'], $cp['cp_id']))
|
||||
$cp_count++;
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- 마이페이지 시작 { -->
|
||||
<div id="smb_my">
|
||||
|
||||
<!-- 회원정보 개요 시작 { -->
|
||||
<section id="smb_my_ov">
|
||||
<h2>회원정보 개요</h2>
|
||||
|
||||
<div class="smb_me">
|
||||
<strong class="my_ov_name"><img src="<?php echo G5_THEME_IMG_URL ;?>/no_profile.gif" alt="프로필이미지"><br><?php echo $member['mb_name']; ?></strong><br>
|
||||
<a href="<?php echo G5_BBS_URL ?>/member_confirm.php?url=register_form.php" class="smb_info">정보수정</a>
|
||||
<a href="<?php echo G5_BBS_URL ?>/logout.php">로그아웃</a>
|
||||
</div>
|
||||
|
||||
<ul id="smb_private">
|
||||
<li>
|
||||
<a href="<?php echo G5_BBS_URL ?>/point.php" target="_blank" class="win_point">
|
||||
<i class="fa fa-database" aria-hidden="true"></i>포인트
|
||||
<strong><?php echo number_format($member['mb_point']); ?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo G5_SHOP_URL ?>/coupon.php" target="_blank" class="win_coupon">
|
||||
<i class="fa fa-ticket" aria-hidden="true"></i>쿠폰
|
||||
<strong><?php echo number_format($cp_count); ?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo G5_BBS_URL ?>/memo.php" target="_blank" class="win_memo">
|
||||
<i class="fa fa-envelope-o" aria-hidden="true"></i><span class="sound_only">안 읽은 </span>쪽지
|
||||
<strong><?php echo $memo_not_read ?></strong>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo G5_BBS_URL ?>/scrap.php" target="_blank" class="win_scrap">
|
||||
<i class="fa fa-thumb-tack" aria-hidden="true"></i>스크랩
|
||||
<strong class="scrap">0</strong>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>내정보</h3>
|
||||
<dl class="op_area">
|
||||
<dt>연락처</dt>
|
||||
<dd><?php echo ($member['mb_tel'] ? $member['mb_tel'] : '미등록'); ?></dd>
|
||||
<dt>E-Mail</dt>
|
||||
<dd><?php echo ($member['mb_email'] ? $member['mb_email'] : '미등록'); ?></dd>
|
||||
<dt>최종접속일시</dt>
|
||||
<dd><?php echo $member['mb_today_login']; ?></dd>
|
||||
<dt>회원가입일시</dt>
|
||||
<dd><?php echo $member['mb_datetime']; ?></dd>
|
||||
<dt id="smb_my_ovaddt">주소</dt>
|
||||
<dd id="smb_my_ovaddd"><?php echo sprintf("(%s%s)", $member['mb_zip1'], $member['mb_zip2']).' '.print_address($member['mb_addr1'], $member['mb_addr2'], $member['mb_addr3'], $member['mb_addr_jibeon']); ?></dd>
|
||||
</dl>
|
||||
|
||||
<a href="<?php echo G5_BBS_URL; ?>/member_confirm.php?url=member_leave.php" onclick="return member_leave();" class="withdrawal">회원탈퇴</a>
|
||||
</section>
|
||||
<!-- } 회원정보 개요 끝 -->
|
||||
|
||||
<div id="smb_my_list">
|
||||
<!-- 최근 주문내역 시작 { -->
|
||||
<section id="smb_my_od">
|
||||
<h2>주문내역조회</h2>
|
||||
<?php
|
||||
// 최근 주문내역
|
||||
define("_ORDERINQUIRY_", true);
|
||||
|
||||
$limit = " limit 0, 5 ";
|
||||
include G5_SHOP_PATH.'/orderinquiry.sub.php';
|
||||
?>
|
||||
|
||||
<div class="smb_my_more">
|
||||
<a href="./orderinquiry.php">더보기</a>
|
||||
</div>
|
||||
</section>
|
||||
<!-- } 최근 주문내역 끝 -->
|
||||
|
||||
<!-- 최근 위시리스트 시작 { -->
|
||||
<section id="smb_my_wish">
|
||||
<h2>최근 위시리스트</h2>
|
||||
<form name="fwishlist" method="post" action="./cartupdate.php">
|
||||
<input type="hidden" name="act" value="multi">
|
||||
<input type="hidden" name="sw_direct" value="">
|
||||
<input type="hidden" name="prog" value="wish">
|
||||
<ul>
|
||||
<?php
|
||||
$sql = " select *
|
||||
from {$g5['g5_shop_wish_table']} a,
|
||||
{$g5['g5_shop_item_table']} b
|
||||
where a.mb_id = '{$member['mb_id']}'
|
||||
and a.it_id = b.it_id
|
||||
order by a.wi_id desc
|
||||
limit 0, 8 ";
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row = sql_fetch_array($result); $i++)
|
||||
{
|
||||
$image = get_it_image($row['it_id'], 100, 100, true);
|
||||
?>
|
||||
|
||||
<li>
|
||||
<div class="smb_my_chk">
|
||||
<?php if(is_soldout($row['it_id'])) { //품절검사 ?> 품절
|
||||
<?php } else { //품절이 아니면 체크할수 있도록한다 ?>
|
||||
<div class="chk_box">
|
||||
<input type="checkbox" name="chk_it_id[<?php echo $i; ?>]" value="1" id="chk_it_id_<?php echo $i; ?>" onclick="out_cd_check(this, '<?php echo $out_cd; ?>');" class="selec_chk">
|
||||
<label for="chk_it_id_<?php echo $i; ?>"><span></span><b class="sound_only"><?php echo $row['it_name']; ?></b></label>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<input type="hidden" name="it_id[<?php echo $i; ?>]" value="<?php echo $row['it_id']; ?>">
|
||||
<input type="hidden" name="io_type[<?php echo $row['it_id']; ?>][0]" value="0">
|
||||
<input type="hidden" name="io_id[<?php echo $row['it_id']; ?>][0]" value="">
|
||||
<input type="hidden" name="io_value[<?php echo $row['it_id']; ?>][0]" value="<?php echo $row['it_name']; ?>">
|
||||
<input type="hidden" name="ct_qty[<?php echo $row['it_id']; ?>][0]" value="1">
|
||||
</div>
|
||||
<div class="smb_my_img"><?php echo $image; ?></div>
|
||||
<div class="smb_my_tit"><a href="<?php echo shop_item_url($row['it_id']); ?>"><?php echo stripslashes($row['it_name']); ?></a></div>
|
||||
<div class="smb_my_price"><?php echo display_price(get_price($row), $row['it_tel_inq']); ?></div>
|
||||
<div class="smb_my_date"><?php echo $row['wi_time']; ?></div>
|
||||
<a href="./wishupdate.php?w=d&wi_id=<?php echo $row['wi_id']; ?>" class="wish_del"><i class="fa fa-trash" aria-hidden="true"></i><span class="sound_only">삭제</span></a>
|
||||
</li>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($i == 0)
|
||||
echo '<li class="empty_li">보관 내역이 없습니다.</li>';
|
||||
?>
|
||||
</ul>
|
||||
|
||||
<div class="smb_my_more">
|
||||
<a href="./wishlist.php">더보기</a>
|
||||
</div>
|
||||
|
||||
<div id="smb_ws_act">
|
||||
<button type="submit" class="btn01" onclick="return fwishlist_check(document.fwishlist,'');">장바구니</button>
|
||||
<button type="submit" class="btn02" onclick="return fwishlist_check(document.fwishlist,'direct_buy');">주문하기</button>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<!-- } 최근 위시리스트 끝 -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$(".win_coupon").click(function() {
|
||||
var new_win = window.open($(this).attr("href"), "win_coupon", "left=100,top=100,width=700, height=600, scrollbars=1");
|
||||
new_win.focus();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
function member_leave()
|
||||
{
|
||||
return confirm('정말 회원에서 탈퇴 하시겠습니까?')
|
||||
}
|
||||
|
||||
function out_cd_check(fld, out_cd)
|
||||
{
|
||||
if (out_cd == 'no'){
|
||||
alert("옵션이 있는 상품입니다.\n\n상품을 클릭하여 상품페이지에서 옵션을 선택한 후 주문하십시오.");
|
||||
fld.checked = false;
|
||||
return;
|
||||
}
|
||||
|
||||
if (out_cd == 'tel_inq'){
|
||||
alert("이 상품은 전화로 문의해 주십시오.\n\n장바구니에 담아 구입하실 수 없습니다.");
|
||||
fld.checked = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
function fwishlist_check(f, act)
|
||||
{
|
||||
var k = 0;
|
||||
var length = f.elements.length;
|
||||
|
||||
for(i=0; i<length; i++) {
|
||||
if (f.elements[i].checked) {
|
||||
k++;
|
||||
}
|
||||
}
|
||||
|
||||
if(k == 0)
|
||||
{
|
||||
alert("상품을 하나 이상 체크 하십시오");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (act == "direct_buy")
|
||||
{
|
||||
f.sw_direct.value = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
f.sw_direct.value = 0;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
<!-- } 마이페이지 끝 -->
|
||||
|
||||
<?php
|
||||
include_once("./_tail.php");
|
||||
?>
|
||||
719
theme/basic/shop/orderinquiryview.php
Normal file
719
theme/basic/shop/orderinquiryview.php
Normal file
@ -0,0 +1,719 @@
|
||||
<?php
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
$g5['title'] = '주문상세내역';
|
||||
include_once('./_head.php');
|
||||
|
||||
// LG 현금영수증 JS
|
||||
if($od['od_pg'] == 'lg') {
|
||||
if($default['de_card_test']) {
|
||||
echo '<script language="JavaScript" src="http://pgweb.uplus.co.kr:7085/WEB_SERVER/js/receipt_link.js"></script>'.PHP_EOL;
|
||||
} else {
|
||||
echo '<script language="JavaScript" src="http://pgweb.uplus.co.kr/WEB_SERVER/js/receipt_link.js"></script>'.PHP_EOL;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- 주문상세내역 시작 { -->
|
||||
<div id="sod_fin">
|
||||
<div id="sod_fin_no">주문번호 <strong><?php echo $od_id; ?></strong></div>
|
||||
<section id="sod_fin_list">
|
||||
<h2>주문하신 상품</h2>
|
||||
|
||||
<?php
|
||||
$st_count1 = $st_count2 = 0;
|
||||
$custom_cancel = false;
|
||||
|
||||
$sql = " select it_id, it_name, ct_send_cost, it_sc_type
|
||||
from {$g5['g5_shop_cart_table']}
|
||||
where od_id = '$od_id'
|
||||
group by it_id
|
||||
order by ct_id ";
|
||||
$result = sql_query($sql);
|
||||
?>
|
||||
|
||||
<div class="tbl_head03 tbl_wrap">
|
||||
<table>
|
||||
<thead>
|
||||
<tr class="th_line">
|
||||
<th scope="col" id="th_itname">상품명</th>
|
||||
<th scope="col" id="th_itqty">총수량</th>
|
||||
<th scope="col" id="th_itprice">판매가</th>
|
||||
<th scope="col" id="th_itpt">포인트</th>
|
||||
<th scope="col" id="th_itsd">배송비</th>
|
||||
<th scope="col" id="th_itsum">소계</th>
|
||||
<th scope="col" id="th_itst">상태</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
for($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
$image = get_it_image($row['it_id'], 55, 55);
|
||||
|
||||
$sql = " select ct_id, it_name, ct_option, ct_qty, ct_price, ct_point, ct_status, io_type, io_price
|
||||
from {$g5['g5_shop_cart_table']}
|
||||
where od_id = '$od_id'
|
||||
and it_id = '{$row['it_id']}'
|
||||
order by io_type asc, ct_id asc ";
|
||||
$res = sql_query($sql);
|
||||
$rowspan = sql_num_rows($res) + 1;
|
||||
|
||||
// 합계금액 계산
|
||||
$sql = " select SUM(IF(io_type = 1, (io_price * ct_qty), ((ct_price + io_price) * ct_qty))) as price,
|
||||
SUM(ct_qty) as qty
|
||||
from {$g5['g5_shop_cart_table']}
|
||||
where it_id = '{$row['it_id']}'
|
||||
and od_id = '$od_id' ";
|
||||
$sum = sql_fetch($sql);
|
||||
|
||||
// 배송비
|
||||
switch($row['ct_send_cost'])
|
||||
{
|
||||
case 1:
|
||||
$ct_send_cost = '착불';
|
||||
break;
|
||||
case 2:
|
||||
$ct_send_cost = '무료';
|
||||
break;
|
||||
default:
|
||||
$ct_send_cost = '선불';
|
||||
break;
|
||||
}
|
||||
|
||||
// 조건부무료
|
||||
if($row['it_sc_type'] == 2) {
|
||||
$sendcost = get_item_sendcost($row['it_id'], $sum['price'], $sum['qty'], $od_id);
|
||||
|
||||
if($sendcost == 0)
|
||||
$ct_send_cost = '무료';
|
||||
}
|
||||
|
||||
for($k=0; $opt=sql_fetch_array($res); $k++) {
|
||||
if($opt['io_type'])
|
||||
$opt_price = $opt['io_price'];
|
||||
else
|
||||
$opt_price = $opt['ct_price'] + $opt['io_price'];
|
||||
|
||||
$sell_price = $opt_price * $opt['ct_qty'];
|
||||
$point = $opt['ct_point'] * $opt['ct_qty'];
|
||||
|
||||
if($k == 0) {
|
||||
?>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td headers="th_itopt" class="td_prd">
|
||||
<div class="sod_img"><?php echo $image; ?></div>
|
||||
<div class="sod_name">
|
||||
<a href="<?php echo shop_item_url($row['it_id']); ?>"><?php echo $row['it_name']; ?></a><br>
|
||||
<div class="sod_opt"><?php echo get_text($opt['ct_option']); ?></div>
|
||||
</div>
|
||||
</td>
|
||||
<td headers="th_itqty" class="td_mngsmall"><?php echo number_format($opt['ct_qty']); ?></td>
|
||||
<td headers="th_itprice" class="td_numbig text_right"><?php echo number_format($opt_price); ?></td>
|
||||
<td headers="th_itpt" class="td_numbig text_right"><?php echo number_format($point); ?></td>
|
||||
<td headers="th_itsd" class="td_dvr"><?php echo $ct_send_cost; ?></td>
|
||||
<td headers="th_itsum" class="td_numbig text_right"><?php echo number_format($sell_price); ?></td>
|
||||
<td headers="th_itst" class="td_mngsmall"><?php echo $opt['ct_status']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
$tot_point += $point;
|
||||
|
||||
$st_count1++;
|
||||
if($opt['ct_status'] == '주문')
|
||||
$st_count2++;
|
||||
}
|
||||
}
|
||||
|
||||
// 주문 상품의 상태가 모두 주문이면 고객 취소 가능
|
||||
if($st_count1 > 0 && $st_count1 == $st_count2)
|
||||
$custom_cancel = true;
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="sod_sts_wrap">
|
||||
<span class="sound_only">상품 상태 설명</span>
|
||||
<button type="button" id="sod_sts_explan_open" class="btn_frmline">상태설명보기</button>
|
||||
<div id="sod_sts_explan">
|
||||
<dl id="sod_fin_legend">
|
||||
<dt>주문</dt>
|
||||
<dd>주문이 접수되었습니다.
|
||||
<dt>입금</dt>
|
||||
<dd>입금(결제)이 완료 되었습니다.
|
||||
<dt>준비</dt>
|
||||
<dd>상품 준비 중입니다.
|
||||
<dt>배송</dt>
|
||||
<dd>상품 배송 중입니다.
|
||||
<dt>완료</dt>
|
||||
<dd>상품 배송이 완료 되었습니다.
|
||||
</dl>
|
||||
<button type="button" id="sod_sts_explan_close" class="btn_frmline">상태설명닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="sod_left">
|
||||
<h2>결제/배송 정보</h2>
|
||||
<?php
|
||||
// 총계 = 주문상품금액합계 + 배송비 - 상품할인 - 결제할인 - 배송비할인
|
||||
$tot_price = $od['od_cart_price'] + $od['od_send_cost'] + $od['od_send_cost2']
|
||||
- $od['od_cart_coupon'] - $od['od_coupon'] - $od['od_send_coupon']
|
||||
- $od['od_cancel_price'];
|
||||
|
||||
$receipt_price = $od['od_receipt_price']
|
||||
+ $od['od_receipt_point'];
|
||||
$cancel_price = $od['od_cancel_price'];
|
||||
|
||||
$misu = true;
|
||||
$misu_price = $tot_price - $receipt_price;
|
||||
|
||||
if ($misu_price == 0 && ($od['od_cart_price'] > $od['od_cancel_price'])) {
|
||||
$wanbul = " (완불)";
|
||||
$misu = false; // 미수금 없음
|
||||
}
|
||||
else
|
||||
{
|
||||
$wanbul = display_price($receipt_price);
|
||||
}
|
||||
|
||||
// 결제정보처리
|
||||
if($od['od_receipt_price'] > 0)
|
||||
$od_receipt_price = display_price($od['od_receipt_price']);
|
||||
else
|
||||
$od_receipt_price = '아직 입금되지 않았거나 입금정보를 입력하지 못하였습니다.';
|
||||
|
||||
$app_no_subj = '';
|
||||
$disp_bank = true;
|
||||
$disp_receipt = false;
|
||||
if($od['od_settle_case'] == '신용카드' || $od['od_settle_case'] == 'KAKAOPAY' || is_inicis_order_pay($od['od_settle_case']) ) {
|
||||
$app_no_subj = '승인번호';
|
||||
$app_no = $od['od_app_no'];
|
||||
$disp_bank = false;
|
||||
$disp_receipt = true;
|
||||
} else if($od['od_settle_case'] == '간편결제') {
|
||||
$app_no_subj = '승인번호';
|
||||
$app_no = $od['od_app_no'];
|
||||
$disp_bank = false;
|
||||
switch($od['od_pg']) {
|
||||
case 'lg':
|
||||
$easy_pay_name = 'PAYNOW';
|
||||
break;
|
||||
case 'inicis':
|
||||
$easy_pay_name = 'KPAY';
|
||||
break;
|
||||
case 'kcp':
|
||||
$easy_pay_name = 'PAYCO';
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} else if($od['od_settle_case'] == '휴대폰') {
|
||||
$app_no_subj = '휴대폰번호';
|
||||
$app_no = $od['od_bank_account'];
|
||||
$disp_bank = false;
|
||||
$disp_receipt = true;
|
||||
} else if($od['od_settle_case'] == '가상계좌' || $od['od_settle_case'] == '계좌이체') {
|
||||
$app_no_subj = '거래번호';
|
||||
$app_no = $od['od_tno'];
|
||||
|
||||
if( function_exists('shop_is_taxsave') && $misu_price == 0 && shop_is_taxsave($od, true) === 2 ){
|
||||
$disp_receipt = true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<section id="sod_fin_orderer">
|
||||
<h3>주문하신 분</h3>
|
||||
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
<table>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">이 름</th>
|
||||
<td><?php echo get_text($od['od_name']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">전화번호</th>
|
||||
<td><?php echo get_text($od['od_tel']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">핸드폰</th>
|
||||
<td><?php echo get_text($od['od_hp']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">주 소</th>
|
||||
<td><?php echo get_text(sprintf("(%s%s)", $od['od_zip1'], $od['od_zip2']).' '.print_address($od['od_addr1'], $od['od_addr2'], $od['od_addr3'], $od['od_addr_jibeon'])); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">E-mail</th>
|
||||
<td><?php echo get_text($od['od_email']); ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="sod_fin_receiver">
|
||||
<h3>받으시는 분</h3>
|
||||
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
<table>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">이 름</th>
|
||||
<td><?php echo get_text($od['od_b_name']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">전화번호</th>
|
||||
<td><?php echo get_text($od['od_b_tel']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">핸드폰</th>
|
||||
<td><?php echo get_text($od['od_b_hp']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">주 소</th>
|
||||
<td><?php echo get_text(sprintf("(%s%s)", $od['od_b_zip1'], $od['od_b_zip2']).' '.print_address($od['od_b_addr1'], $od['od_b_addr2'], $od['od_b_addr3'], $od['od_b_addr_jibeon'])); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
// 희망배송일을 사용한다면
|
||||
if ($default['de_hope_date_use'])
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">희망배송일</th>
|
||||
<td><?php echo substr($od['od_hope_date'],0,10).' ('.get_yoil($od['od_hope_date']).')' ;?></td>
|
||||
</tr>
|
||||
<?php }
|
||||
if ($od['od_memo'])
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<th scope="row">전하실 말씀</th>
|
||||
<td><?php echo conv_content($od['od_memo'], 0); ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="sod_fin_dvr">
|
||||
<h3>배송정보</h3>
|
||||
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
<table>
|
||||
<tbody>
|
||||
<?php if ($od['od_invoice'] && $od['od_delivery_company']) { ?>
|
||||
<tr>
|
||||
<th scope="row">배송회사</th>
|
||||
<td><?php echo $od['od_delivery_company']; ?> <?php echo get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice'], 'dvr_link'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">운송장번호</th>
|
||||
<td><?php echo $od['od_invoice']; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">배송일시</th>
|
||||
<td><?php echo $od['od_invoice_time']; ?></td>
|
||||
</tr>
|
||||
<?php } else { ?>
|
||||
<tr>
|
||||
<td class="empty_table">아직 배송하지 않았거나 배송정보를 입력하지 못하였습니다.</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="sod_right">
|
||||
<ul id="sod_bsk_tot2">
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>주문총액</span>
|
||||
<strong><?php echo number_format($od['od_cart_price']); ?> 원</strong>
|
||||
</li>
|
||||
<?php if($od['od_cart_coupon'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>개별상품 쿠폰할인</span>
|
||||
<strong><?php echo number_format($od['od_cart_coupon']); ?> 원</strong>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if($od['od_coupon'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>주문금액 쿠폰할인</span>
|
||||
<strong><?php echo number_format($od['od_coupon']); ?> 원</strong>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if ($od['od_send_cost'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>배송비</span>
|
||||
<strong><?php echo number_format($od['od_send_cost']); ?> 원</strong>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if($od['od_send_coupon'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>배송비 쿠폰할인</span>
|
||||
<strong><?php echo number_format($od['od_send_coupon']); ?> 원</strong>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if ($od['od_send_cost2'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>추가배송비</span>
|
||||
<strong><?php echo number_format($od['od_send_cost2']); ?> 원</strong>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<?php if ($od['od_cancel_price'] > 0) { ?>
|
||||
<li class="sod_bsk_dvr">
|
||||
<span>취소금액</span>
|
||||
<strong><?php echo number_format($od['od_cancel_price']); ?> 원</strong>
|
||||
</li>
|
||||
<?php } ?>
|
||||
<li class="sod_bsk_cnt">
|
||||
<span>총계</span>
|
||||
<strong><?php echo number_format($tot_price); ?> 원</strong>
|
||||
</li>
|
||||
<li class="sod_bsk_point">
|
||||
<span>적립포인트</span>
|
||||
<strong><?php echo number_format($tot_point); ?> 점</strong>
|
||||
</li>
|
||||
|
||||
<li class="sod_fin_tot"><span>총 구매액</span><strong><?php echo display_price($tot_price); ?></strong></li>
|
||||
<?php
|
||||
if ($misu_price > 0) {
|
||||
echo '<li class="sod_fin_tot">';
|
||||
echo '<span>미결제액</span>'.PHP_EOL;
|
||||
echo '<strong>'.display_price($misu_price).'</strong>';
|
||||
echo '</li>';
|
||||
}
|
||||
?>
|
||||
<li id="alrdy" class="sod_fin_tot">
|
||||
<span>결제액</span>
|
||||
<strong><?php echo $wanbul; ?></strong>
|
||||
<?php if( $od['od_receipt_point'] ){ //포인트로 결제한 내용이 있으면 ?>
|
||||
<div>
|
||||
<p><span class="title">포인트 결제</span><?php echo number_format($od['od_receipt_point']); ?>점</p>
|
||||
<p><span class="title">실결제</span><?php echo number_format($od['od_receipt_price']); ?>원</p>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<section id="sod_fin_pay">
|
||||
<h3>결제정보</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>주문번호</strong>
|
||||
<span><?php echo $od_id; ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>주문일시</strong>
|
||||
<span><?php echo $od['od_time']; ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>결제방식</strong>
|
||||
<span><?php echo ($easy_pay_name ? $easy_pay_name.'('.$od['od_settle_case'].')' : check_pay_name_replace($od['od_settle_case']) ); ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>결제금액</strong>
|
||||
<span><?php echo $od_receipt_price; ?></span>
|
||||
</li>
|
||||
<?php
|
||||
if($od['od_receipt_price'] > 0)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>결제일시</strong>
|
||||
<span><?php echo $od['od_receipt_time']; ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 승인번호, 휴대폰번호, 거래번호
|
||||
if($app_no_subj)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong><?php echo $app_no_subj; ?></strong>
|
||||
<span><?php echo $app_no; ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 계좌정보
|
||||
if($disp_bank)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>입금자명</strong>
|
||||
<span><?php echo get_text($od['od_deposit_name']); ?></span>
|
||||
</li>
|
||||
<li>
|
||||
<strong>입금계좌</strong>
|
||||
<span><?php echo get_text($od['od_bank_account']); ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($disp_receipt) {
|
||||
?>
|
||||
<li>
|
||||
<strong>영수증</strong>
|
||||
<span>
|
||||
<?php
|
||||
if($od['od_settle_case'] == '휴대폰')
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
$LGD_TID = $od['od_tno'];
|
||||
$LGD_MERTKEY = $config['cf_lg_mert_key'];
|
||||
$LGD_HASHDATA = md5($LGD_MID.$LGD_TID.$LGD_MERTKEY);
|
||||
|
||||
$hp_receipt_script = 'showReceiptByTID(\''.$LGD_MID.'\', \''.$LGD_TID.'\', \''.$LGD_HASHDATA.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$hp_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/mCmReceipt_head.jsp?noTid='.$od['od_tno'].'&noMethod=1\',\'receipt\',\'width=430,height=700\');';
|
||||
} else {
|
||||
$hp_receipt_script = 'window.open(\''.G5_BILL_RECEIPT_URL.'mcash_bill&tno='.$od['od_tno'].'&order_no='.$od['od_id'].'&trade_mony='.$od['od_receipt_price'].'\', \'winreceipt\', \'width=500,height=690,scrollbars=yes,resizable=yes\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $hp_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($od['od_settle_case'] == '신용카드' || is_inicis_order_pay($od['od_settle_case']) || (shop_is_taxsave($od, true) && $misu_price == 0) )
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
$LGD_TID = $od['od_tno'];
|
||||
$LGD_MERTKEY = $config['cf_lg_mert_key'];
|
||||
$LGD_HASHDATA = md5($LGD_MID.$LGD_TID.$LGD_MERTKEY);
|
||||
|
||||
$card_receipt_script = 'showReceiptByTID(\''.$LGD_MID.'\', \''.$LGD_TID.'\', \''.$LGD_HASHDATA.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$card_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/mCmReceipt_head.jsp?noTid='.$od['od_tno'].'&noMethod=1\',\'receipt\',\'width=430,height=700\');';
|
||||
} else {
|
||||
$card_receipt_script = 'window.open(\''.G5_BILL_RECEIPT_URL.'card_bill&tno='.$od['od_tno'].'&order_no='.$od['od_id'].'&trade_mony='.$od['od_receipt_price'].'\', \'winreceipt\', \'width=470,height=815,scrollbars=yes,resizable=yes\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $card_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($od['od_settle_case'] == 'KAKAOPAY')
|
||||
{
|
||||
$card_receipt_script = 'window.open(\'https://mms.cnspay.co.kr/trans/retrieveIssueLoader.do?TID='.$od['od_tno'].'&type=0\', \'popupIssue\', \'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=420,height=540\');';
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $card_receipt_script; ?>">영수증 출력</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($od['od_receipt_point'] > 0)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>포인트사용</strong>
|
||||
<span><?php echo display_point($od['od_receipt_point']); ?></span>
|
||||
</li>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($od['od_refund_price'] > 0)
|
||||
{
|
||||
?>
|
||||
<li>
|
||||
<strong>환불 금액</strong>
|
||||
<span><?php echo display_price($od['od_refund_price']); ?></span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
||||
// 현금영수증 발급을 사용하는 경우에만
|
||||
if (function_exists('shop_is_taxsave') && shop_is_taxsave($od)) {
|
||||
// 미수금이 없고 현금일 경우에만 현금영수증을 발급 할 수 있습니다.
|
||||
if ($misu_price == 0 && $od['od_receipt_price'] && ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '계좌이체' || $od['od_settle_case'] == '가상계좌')) {
|
||||
?>
|
||||
<li>
|
||||
<strong class="letter-2px">현금영수증</strong>
|
||||
<span>
|
||||
<?php
|
||||
if ($od['od_cash'])
|
||||
{
|
||||
if($od['od_pg'] == 'lg') {
|
||||
require_once G5_SHOP_PATH.'/settle_lg.inc.php';
|
||||
|
||||
switch($od['od_settle_case']) {
|
||||
case '계좌이체':
|
||||
$trade_type = 'BANK';
|
||||
break;
|
||||
case '가상계좌':
|
||||
$trade_type = 'CAS';
|
||||
break;
|
||||
default:
|
||||
$trade_type = 'CR';
|
||||
break;
|
||||
}
|
||||
$cash_receipt_script = 'javascript:showCashReceipts(\''.$LGD_MID.'\',\''.$od['od_id'].'\',\''.$od['od_casseqno'].'\',\''.$trade_type.'\',\''.$CST_PLATFORM.'\');';
|
||||
} else if($od['od_pg'] == 'inicis') {
|
||||
$cash = unserialize($od['od_cash_info']);
|
||||
$cash_receipt_script = 'window.open(\'https://iniweb.inicis.com/DefaultWebApp/mall/cr/cm/Cash_mCmReceipt.jsp?noTid='.$cash['TID'].'&clpaymethod=22\',\'showreceipt\',\'width=380,height=540,scrollbars=no,resizable=no\');';
|
||||
} else {
|
||||
require_once G5_SHOP_PATH.'/settle_kcp.inc.php';
|
||||
|
||||
$cash = unserialize($od['od_cash_info']);
|
||||
$cash_receipt_script = 'window.open(\''.G5_CASH_RECEIPT_URL.$default['de_kcp_mid'].'&orderid='.$od_id.'&bill_yn=Y&authno='.$cash['receipt_no'].'\', \'taxsave_receipt\', \'width=360,height=647,scrollbars=0,menus=0\');';
|
||||
}
|
||||
?>
|
||||
<a href="javascript:;" onclick="<?php echo $cash_receipt_script; ?>" class="btn_frmline">현금영수증 확인하기</a>
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<a href="javascript:;" onclick="window.open('<?php echo G5_SHOP_URL; ?>/taxsave.php?od_id=<?php echo $od_id; ?>', 'taxsave', 'width=550,height=400,scrollbars=1,menus=0');" class="btn_frmline is-long-text">현금영수증을 발급하시려면 클릭하십시오.</a>
|
||||
<?php } ?>
|
||||
</span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id="sod_fin_cancel">
|
||||
<?php
|
||||
// 취소한 내역이 없다면
|
||||
if ($cancel_price == 0) {
|
||||
if ($custom_cancel) {
|
||||
?>
|
||||
<button type="button" class="sod_fin_c_btn">주문 취소하기</button>
|
||||
<div id="sod_cancel_pop">
|
||||
<div id="sod_fin_cancelfrm">
|
||||
<h2>주문취소</h2>
|
||||
<form method="post" action="./orderinquirycancel.php" onsubmit="return fcancel_check(this);">
|
||||
<input type="hidden" name="od_id" value="<?php echo $od['od_id']; ?>">
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
|
||||
<label for="cancel_memo" class="sound_only">취소사유</label>
|
||||
<input type="text" name="cancel_memo" id="cancel_memo" required class="frm_input required" size="40" maxlength="100" placeholder="취소사유">
|
||||
<input type="submit" value="확인" class="btn_frmline">
|
||||
</form>
|
||||
<button class="sod_cls_btn"><span class="sound_only">닫기</span><i class="fa fa-times" aria-hidden="true"></i></button>
|
||||
</div>
|
||||
<div class="sod_fin_bg"></div>
|
||||
</div>
|
||||
<script>
|
||||
$(function (){
|
||||
$(".sod_fin_c_btn").on("click", function() {
|
||||
$("#sod_cancel_pop").show();
|
||||
});
|
||||
$(".sod_cls_btn").on("click", function() {
|
||||
$("#sod_cancel_pop").hide();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<?php
|
||||
}
|
||||
} else {
|
||||
?>
|
||||
<p>주문 취소, 반품, 품절된 내역이 있습니다.</p>
|
||||
<?php } ?>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<?php if ($od['od_settle_case'] == '가상계좌' && $od['od_misu'] > 0 && $default['de_card_test'] && $is_admin && $od['od_pg'] == 'kcp') {
|
||||
preg_match("/\s{1}([^\s]+)\s?/", $od['od_bank_account'], $matchs);
|
||||
$deposit_no = trim($matchs[1]);
|
||||
?>
|
||||
<p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
|
||||
<div class="tbl_frm01 tbl_wrap">
|
||||
<form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank">
|
||||
<table>
|
||||
<caption>모의입금처리</caption>
|
||||
<colgroup>
|
||||
<col class="grid_3">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="col"><label for="e_trade_no">KCP 거래번호</label></th>
|
||||
<td><input type="text" name="e_trade_no" value="<?php echo $od['od_tno']; ?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col"><label for="deposit_no">입금계좌</label></th>
|
||||
<td><input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col"><label for="req_name">입금자명</label></th>
|
||||
<td><input type="text" name="req_name" value="<?php echo $od['od_deposit_name']; ?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col"><label for="noti_url">입금통보 URL</label></th>
|
||||
<td><input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="sod_fin_test" class="btn_confirm">
|
||||
<input type="submit" value="입금통보 테스트" class="btn_submit">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
<!-- } 주문상세내역 끝 -->
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$("#sod_sts_explan_open").on("click", function() {
|
||||
var $explan = $("#sod_sts_explan");
|
||||
if($explan.is(":animated"))
|
||||
return false;
|
||||
|
||||
if($explan.is(":visible")) {
|
||||
$explan.slideUp(200);
|
||||
$("#sod_sts_explan_open").text("상태설명보기");
|
||||
} else {
|
||||
$explan.slideDown(200);
|
||||
$("#sod_sts_explan_open").text("상태설명닫기");
|
||||
}
|
||||
});
|
||||
|
||||
$("#sod_sts_explan_close").on("click", function() {
|
||||
var $explan = $("#sod_sts_explan");
|
||||
if($explan.is(":animated"))
|
||||
return false;
|
||||
|
||||
$explan.slideUp(200);
|
||||
$("#sod_sts_explan_open").text("상태설명보기");
|
||||
});
|
||||
});
|
||||
|
||||
function fcancel_check(f)
|
||||
{
|
||||
if(!confirm("주문을 정말 취소하시겠습니까?"))
|
||||
return false;
|
||||
|
||||
var memo = f.cancel_memo.value;
|
||||
if(memo == "") {
|
||||
alert("취소사유를 입력해 주십시오.");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php
|
||||
include_once('./_tail.php');
|
||||
?>
|
||||
@ -39,6 +39,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_JS_URL.'/owlcarousel/owl.carou
|
||||
<li><a href="<?php echo G5_SHOP_URL ?>/personalpay.php">개인결제</a></li>
|
||||
<li><a href="<?php echo G5_SHOP_URL ?>/itemuselist.php">사용후기</a></li>
|
||||
<li><a href="<?php echo G5_SHOP_URL ?>/itemqalist.php">상품문의</a></li>
|
||||
<li class="bd"><a href="<?php echo G5_SHOP_URL; ?>/couponzone.php">쿠폰존</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user