주문폼 접근 때 재고 체크하도록 수정
This commit is contained in:
@ -1130,6 +1130,13 @@ var temp_point = 0;
|
||||
|
||||
function pay_approval()
|
||||
{
|
||||
// 재고체크
|
||||
var stock_msg = order_stock_check();
|
||||
if(stock_msg != "") {
|
||||
alert(stock_msg);
|
||||
return false;
|
||||
}
|
||||
|
||||
var f = document.sm_form;
|
||||
var pf = document.forderform;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user