쇼핑몰관리자: 이미지 파일 정리 및 주문내역 에스크로 배경색 안내문구 수정
BIN
adm/shop_admin/img/escrow_bg.png
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
adm/shop_admin/img/escrow_bg2.png
Normal file
|
After Width: | Height: | Size: 120 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
@ -426,9 +426,9 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<div class="local_desc01 local_desc">
|
||||
<div class="local_desc02 local_desc">
|
||||
<p>
|
||||
<에스크로>주문의 경우 리스트의 배경색이 다르게 표시됩니다.<br>
|
||||
<에스크로>주문의 경우 리스트의 배경색이 다르게 표시됩니다. <img src="<?php echo G5_ADMIN_URL; ?>/shop_admin/img/escrow_bg.png" alt=""> or <img src="<?php echo G5_ADMIN_URL; ?>/shop_admin/img/escrow_bg2.png" alt=""><br>
|
||||
<무통장>인 경우에만 <주문>에서 <입금>으로 변경됩니다. 가상계좌는 입금시 자동으로 <입금>처리됩니다.<br>
|
||||
<준비>에서 <배송>으로 변경시 <에스크로배송등록>을 체크하시면 에스크로 주문에 한해 KCP에 배송정보가 자동 등록됩니다.<br>
|
||||
<strong>주의!</strong> 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.
|
||||
|
||||
@ -73,7 +73,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
#sch_all span {display:inline-block;position:relative;padding:0 10px;height:38px;border-right:1px solid #e9e9e9;vertical-align:middle;line-height:3em}
|
||||
#sch_all select {position:static !important;position:relative;margin:0 !important;margin:7px 0 0}
|
||||
#sch_all_str {width:110px;height:36px;border:0;line-height:2.8em}
|
||||
#sch_all_submit {padding:0 10px;height:38px;border:0;background:#626870;color:#fff}
|
||||
#sch_all_submit {padding:0 10px;height:38px;border:0;background:#626870;color:#fff;cursor:pointer}
|
||||
|
||||
#hd_aside_mb {float:right;background:#fff;zoom:1}
|
||||
#hd_aside_mb:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
@ -74,15 +74,6 @@ $total_count = $row['cnt'];
|
||||
|
||||
<!-- 검색결과 시작 { -->
|
||||
<div id="ssch">
|
||||
|
||||
<<<<<<< HEAD
|
||||
<!-- <div id="ssch_ov">검색어 <strong><?php echo ($q ? stripslashes(get_text($q)) : '없음'); ?></strong> | 검색 결과 <strong><?php echo $total_count; ?></strong>건</div> -->
|
||||
<a href="#">판매량 많은순</a>
|
||||
<a href="#">선호도 높은순</a>
|
||||
<a href="#">사용후기 많은순</a>
|
||||
<a href="#">최근 등록순</a>
|
||||
검색 결과 <strong><?php echo $total_count; ?></strong>건
|
||||
=======
|
||||
<div id="ssch_frm">
|
||||
<form name="frmdetailsearch" onsubmit="return detail_search_submit(this);">
|
||||
상세검색 :
|
||||
@ -96,10 +87,15 @@ $total_count = $row['cnt'];
|
||||
<input type="submit" value="검색">
|
||||
<p>상세검색을 선택하지 않거나, 상품가격을 입력하지 않으면 전체에서 검색합니다.</p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="ssch_ov">검색어 <strong><?php echo ($q ? stripslashes(get_text($q)) : '없음'); ?></strong> | 검색 결과 <strong><?php echo $total_count; ?></strong>건</div>
|
||||
>>>>>>> 23fe590917161cae409fb47b3b92131921dd5c97
|
||||
<!-- <div id="ssch_ov">검색어 <strong><?php echo ($q ? stripslashes(get_text($q)) : '없음'); ?></strong> | 검색 결과 <strong><?php echo $total_count; ?></strong>건</div> -->
|
||||
<a href="#">판매량 많은순</a>
|
||||
<a href="#">선호도 높은순</a>
|
||||
<a href="#">사용후기 많은순</a>
|
||||
<a href="#">최근 등록순</a>
|
||||
|
||||
검색 결과 <strong><?php echo $total_count; ?></strong>건
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<?php
|
||||
|
||||