모바일 주문폼 포인트 초기화 코드 추가
This commit is contained in:
@ -1398,6 +1398,7 @@ function payment_check(f)
|
||||
var send_cost = parseInt(f.od_send_cost.value);
|
||||
var send_cost2 = parseInt(f.od_send_cost2.value);
|
||||
var send_coupon = parseInt(f.od_send_coupon.value);
|
||||
temp_point = 0;
|
||||
|
||||
if (typeof(f.max_temp_point) != "undefined")
|
||||
var max_point = parseInt(f.max_temp_point.value);
|
||||
|
||||
Reference in New Issue
Block a user