쇼핑몰관리자: #217 조건 정렬 수정
This commit is contained in:
@ -102,26 +102,37 @@ if ($fr_date || $to_date) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<h2>상품판매순위</h2>
|
||||
<p>판매량을 합산하여 상품판매순위를 집계합니다.</p>
|
||||
|
||||
<div id="btn_add">
|
||||
<div class="btn_add sort_with">
|
||||
<a href="./itemlist.php" class="btn_add_optional">상품등록</a>
|
||||
<a href="./itemstocklist.php" class="btn_add_optional">상품재고관리</a>
|
||||
<a href="./optionstocklist.php" class="btn_add_optional">상품옵션재고관리</a>
|
||||
</div>
|
||||
|
||||
<ul class="sort_odr">
|
||||
<li><a href="<?php echo title_sort("ct_status_1",1)."&$qstr1"; ?>">쇼핑<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_2",1)."&$qstr1"; ?>">주문<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_3",1)."&$qstr1"; ?>">준비<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_4",1)."&$qstr1"; ?>">배송<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_5",1)."&$qstr1"; ?>">완료<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_6",1)."&$qstr1"; ?>">취소<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_7",1)."&$qstr1"; ?>">반품<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_8",1)."&$qstr1"; ?>">품절<span class="sound_only"> 순 정렬</span></a></li>
|
||||
<li><a href="<?php echo title_sort("ct_status_sum",1)."&$qstr1"; ?>">합계<span class="sound_only"> 순 정렬</span></a></li>
|
||||
</ul>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">순위</th>
|
||||
<th scope="col">상품평</th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_1",1)."&$qstr1"; ?>">쇼핑<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_2",1)."&$qstr1"; ?>">주문<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_3",1)."&$qstr1"; ?>">준비<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_4",1)."&$qstr1"; ?>">배송<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_5",1)."&$qstr1"; ?>">완료<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_6",1)."&$qstr1"; ?>">취소<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_7",1)."&$qstr1"; ?>">반품<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_8",1)."&$qstr1"; ?>">품절<span class="sound_only"> 순 정렬</span></a></th>
|
||||
<th scope="col"><a href="<?php echo title_sort("ct_status_sum",1)."&$qstr1"; ?>">합계<span class="sound_only"> 순 정렬</span></a></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>
|
||||
<th scope="col">반품</th>
|
||||
<th scope="col">품절</th>
|
||||
<th scope="col">합계</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user