무통장이 아닐 경우 결제등록 요청 완료했는지 체크하는 코드 추가
This commit is contained in:
@ -556,6 +556,11 @@ function forderform_check(f)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(settle_method != "무통장" && f.res_cd.value != "0000") {
|
||||||
|
alert("결제등록요청 후 주문해 주십시오.");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
var tot_amount = <?php echo (int)$tot_amount; ?>;
|
var tot_amount = <?php echo (int)$tot_amount; ?>;
|
||||||
var max_point = <?php echo (int)$temp_point; ?>;
|
var max_point = <?php echo (int)$temp_point; ?>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user