상품상세 재고 체크 사용여부 설정 추가
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user