장바구니 insert 시 선택옵션 체크코드 추가

This commit is contained in:
chicpro
2013-05-27 11:49:33 +09:00
parent 54bc11bdb1
commit 39ba44f6cd
2 changed files with 4 additions and 1 deletions

View File

@ -967,7 +967,7 @@ else
return;
}
if($("input[name='io_id[]']").size() < 1)
if($(".sit_opt_list").size() < 1)
{
alert("상품의 선택옵션을 선택해 주십시오.");
return false;