상품정보에 상품품절 설정 추가

This commit is contained in:
chicpro
2013-12-05 16:18:15 +09:00
parent b4863810de
commit 3efeae844f
7 changed files with 28 additions and 2 deletions

View File

@ -481,6 +481,19 @@ $(function(){
<label for="chk_all_it_point">전체적용</label>
</td>
</tr>
<tr>
<th scope="row"><label for="it_soldout">상품품절</label></th>
<td>
<?php echo help("잠시 판매를 중단하거나 재고가 없을 경우에 체크해 놓으면 품절상품으로 표시됩니다."); ?>
<input type="checkbox" name="it_soldout" value="1" id="it_soldout" <?php echo ($it['it_soldout']) ? "checked" : ""; ?>> 예
</td>
<td class="td_grpset">
<input type="checkbox" name="chk_ca_it_soldout" value="1" id="chk_ca_it_soldout">
<label for="chk_ca_it_soldout">분류적용</label>
<input type="checkbox" name="chk_all_it_soldout" value="1" id="chk_all_it_soldout">
<label for="chk_all_it_soldout">전체적용</label>
</td>
</tr>
<tr>
<th scope="row"><label for="it_stock_qty">재고수량</label></th>
<td>