쇼핑몰관리자: 주문내역 목록 운송장번호 너비, 주문내역 수정 판매가 너비

This commit is contained in:
whitedot
2013-11-07 09:49:39 +09:00
parent 2d2c25600b
commit 4c7805a3b3
3 changed files with 3 additions and 2 deletions

View File

@ -163,7 +163,7 @@ $result = sql_query($sql);
<label for="ct_qty_<?php echo $chk_cnt; ?>" class="sound_only"><?php echo $opt['ct_option']; ?> 수량</label>
<input type="text" name="ct_qty[<?php echo $chk_cnt; ?>]" id="ct_qty_<?php echo $chk_cnt; ?>" value="<?php echo $opt['ct_qty']; ?>" required class="frm_input required" size="5">
</td>
<td class="td_numsmall"><?php echo number_format($opt_price); ?></td>
<td class="td_num"><?php echo number_format($opt_price); ?></td>
<td class="td_num"><?php echo number_format($ct_price['stotal']); ?></td>
<td class="td_num"><?php echo number_format($opt['cp_price']); ?></td>
<td class="td_num"><?php echo number_format($ct_point['stotal']); ?></td>