상품상세 재고 체크 사용여부 설정 추가

This commit is contained in:
chicpro
2015-01-23 16:30:29 +09:00
parent e5f499583c
commit 7c10f74dae
3 changed files with 8 additions and 2 deletions

View File

@ -116,7 +116,8 @@ if ($default['de_mobile_rel_list_use']) {
}
// 상품품절체크
$is_soldout = is_soldout($it['it_id']);
if(G5_SOLDOUT_CHECK)
$is_soldout = is_soldout($it['it_id']);
// 주문가능체크
$is_orderable = true;