5.3 버전 내용 적용

This commit is contained in:
thisgun
2018-03-30 18:12:51 +09:00
parent 8c458841d5
commit dc15e1929d
1037 changed files with 49211 additions and 21238 deletions

View File

@ -223,7 +223,7 @@ function get_max_value($arr)
$info = get_order_status_sum('주문');
?>
<th scope="row">주문 -&gt; 입금</th>
<td class="td_numbig"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_num"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_price"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['price']); ?></a></td>
</tr>
<tr>
@ -231,7 +231,7 @@ function get_max_value($arr)
$info = get_order_status_sum('입금');
?>
<th scope="row">입금 -&gt; 준비</th>
<td class="td_numbig"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_num"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_price"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['price']); ?></a></td>
</tr>
<tr>
@ -239,7 +239,7 @@ function get_max_value($arr)
$info = get_order_status_sum('준비');
?>
<th scope="row">준비 -&gt; 배송</th>
<td class="td_numbig"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_num"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_price"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['price']); ?></a></td>
</tr>
<tr>
@ -247,7 +247,7 @@ function get_max_value($arr)
$info = get_order_status_sum('배송');
?>
<th scope="row">배송 -&gt; 완료</th>
<td class="td_numbig"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_num"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['count']); ?></a></td>
<td class="td_price"><a href="<?php echo $info['href']; ?>"><?php echo number_format($info['price']); ?></a></td>
</tr>
</tbody>
@ -295,8 +295,8 @@ function get_max_value($arr)
</thead>
<tbody>
<tr>
<td class="td_numbig"><a href="./itemstocklist.php"><?php echo number_format($item_noti); ?></a></td>
<td class="td_numbig"><a href="./optionstocklist.php"><?php echo number_format($option_noti); ?></a></td>
<td class="td_num2"><a href="./itemstocklist.php"><?php echo number_format($item_noti); ?></a></td>
<td class="td_num2"><a href="./optionstocklist.php"><?php echo number_format($option_noti); ?></a></td>
<td class="td_price"><?php echo display_price(intval($userinfo['coin'])); ?></td>
</tr>
</tbody>
@ -310,7 +310,7 @@ function get_max_value($arr)
<h2>결제수단별 주문현황</h2>
<?php echo $pg_anchor; ?>
<div id="sidx_settle" class="tbl_head02 tbl_wrap">
<div id="sidx_settle" class="tbl_head01 tbl_wrap">
<table>
<thead>
<tr>