무통장이 아닐 경우 결제등록 요청 완료했는지 체크하는 코드 추가

This commit is contained in:
chicpro
2013-05-08 18:05:35 +09:00
parent 4fa7b73a64
commit 9d41eb3383

View File

@ -556,6 +556,11 @@ function forderform_check(f)
return false;
}
if(settle_method != "무통장" && f.res_cd.value != "0000") {
alert("결제등록요청 후 주문해 주십시오.");
return false;
}
var tot_amount = <?php echo (int)$tot_amount; ?>;
var max_point = <?php echo (int)$temp_point; ?>;