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

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

@ -181,7 +181,8 @@ $sns_share_links .= get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_
$sns_share_links .= get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png');
// 상품품절체크
$is_soldout = is_soldout($it['it_id']);
if(G5_SOLDOUT_CHECK)
$is_soldout = is_soldout($it['it_id']);
// 주문가능체크
$is_orderable = true;