diff --git a/adm/shop_admin/img/escrow_bg.png b/adm/shop_admin/img/escrow_bg.png deleted file mode 100644 index 1941edfd8..000000000 Binary files a/adm/shop_admin/img/escrow_bg.png and /dev/null differ diff --git a/adm/shop_admin/img/escrow_bg2.png b/adm/shop_admin/img/escrow_bg2.png deleted file mode 100644 index b06a50a11..000000000 Binary files a/adm/shop_admin/img/escrow_bg2.png and /dev/null differ diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 16e716752..f595c7e75 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -288,21 +288,27 @@ $listall = '전체목록에스크로'; + $uid = md5($row['od_id'].$row['od_time'].$row['od_ip']); $invoice_time = is_null_time($row['od_invoice_time']) ? G5_TIME_YMDHIS : $row['od_invoice_time']; $delivery_company = $row['od_delivery_company'] ? $row['od_delivery_company'] : $default['de_delivery_company']; $tr_bg = 'tr_bg'.($i%2); - if($default['de_escrow_use'] && $row['od_escrow']) - $tr_bg .= 'escrow'; - if($od['od_cancel_price'] > 0) + $td_color = 0; + if($row['od_cancel_price'] > 0) { $tr_bg .= 'cancel'; + $td_color = 1; + } ?> @@ -317,13 +323,14 @@ $listall = '전체목록 + - + @@ -442,7 +449,6 @@ $listall = '전체목록

- <에스크로>주문의 경우 리스트의 배경색이 다르게 표시됩니다. or
<무통장>인 경우에만 <주문>에서 <입금>으로 변경됩니다. 가상계좌는 입금시 자동으로 <입금>처리됩니다.
<준비>에서 <배송>으로 변경시 <에스크로배송등록>을 체크하시면 에스크로 주문에 한해 KCP에 배송정보가 자동 등록됩니다.
주의! 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오. diff --git a/css/admin.css b/css/admin.css index 935954fed..384b8c9cd 100644 --- a/css/admin.css +++ b/css/admin.css @@ -256,10 +256,10 @@ tfoot th {} tfoot td {font-weight:bold;text-align:center} table .tr_bg0 {background:#fff} table .tr_bg1 {background:#f0f3f7} -table .tr_bg0escrow {background:#f3f7e7} -table .tr_bg0escrow td {border-color:#e4efbb} -table .tr_bg1escrow {background:#edf1e3} -table .tr_bg1escrow td {border-color:#dce9ad} +table .tr_bg0cancel {background:#fdebf3} +table .tr_bg0cancel td {border-color:#f9d8e6} +table .tr_bg1cancel {background:#fdebf3} +table .tr_bg1cancel td {border-color:#f9d8e6} .tbl_wrap {margin:0 0 10px;padding:0 20px} .tbl_wrap td.empty_table {padding:100px 0;text-align:center} @@ -371,7 +371,8 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center} .td_mng .mng_del, .td_mngsmall .mng_del {} .td_num {width:60px;text-align:center} .td_numbig {width:100px;text-align:center} -.td_numcancel {color:#999;text-align:center;} +.td_numcancel0 {color:#999;text-align:center} +.td_numcancel1 {color:#ff3061;font-weight:bold;text-align:center} .td_numcoupon {color:#86b325;text-align:center} .td_numincome {color:#357dbb;text-align:center} .td_numsmall {width:30px;text-align:center} @@ -470,6 +471,8 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center} #orderitemlist td {background:#fff} #orderitemlist #orderitemlist_close {padding:0 20px 10px;text-align:right} +#sodr_list .list_escrow {display:block;color:#80bc0d;text-align:center} + /* 주문내역 수정 */ .sodr_nonpay {color:#ff6600} strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}