품절체크 is_soldout 함수로 변경

This commit is contained in:
chicpro
2013-11-27 14:28:29 +09:00
parent 7df97ae592
commit 173b2f69ad
2 changed files with 2 additions and 4 deletions

View File

@ -57,8 +57,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
<td class="td_chk"> <td class="td_chk">
<?php <?php
// 품절검사 // 품절검사
$it_stock_qty = get_it_stock_qty($row['it_id']); if(is_soldout($row['it_id']))
if($it_stock_qty <= 0)
{ {
?> ?>
품절 품절

View File

@ -57,8 +57,7 @@ include_once('./_head.php');
<td class="td_chk"> <td class="td_chk">
<?php <?php
// 품절검사 // 품절검사
$it_stock_qty = get_it_stock_qty($row['it_id']); if(is_soldout($row['it_id']))
if($it_stock_qty <= 0)
{ {
?> ?>
품절 품절