From 9d41eb33832e1c3f214b16bf9598d746ca40b46f Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 8 May 2013 18:05:35 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B4=ED=86=B5=EC=9E=A5=EC=9D=B4=20?= =?UTF-8?q?=EC=95=84=EB=8B=90=20=EA=B2=BD=EC=9A=B0=20=EA=B2=B0=EC=A0=9C?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=EC=9A=94=EC=B2=AD=20=EC=99=84=EB=A3=8C?= =?UTF-8?q?=ED=96=88=EB=8A=94=EC=A7=80=20=EC=B2=B4=ED=81=AC=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index bae21ff8f..e6775c593 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -556,6 +556,11 @@ function forderform_check(f) return false; } + if(settle_method != "무통장" && f.res_cd.value != "0000") { + alert("결제등록요청 후 주문해 주십시오."); + return false; + } + var tot_amount = ; var max_point = ;