From 8dd78d5b8ee8f273f6606972febd270cf82e5da0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 27 Jun 2013 17:10:50 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EB=8F=99=EC=9D=BCID=EB=A1=9C=EC=9D=B8?= =?UTF-8?q?=ED=95=9C=20=EA=B2=B0=EC=A0=9C=EB=AA=A8=EB=93=88=20=EC=84=A4?= =?UTF-8?q?=EC=B9=98=EC=95=88=EB=82=B4=20=EB=A9=94=EC=84=B8=EC=A7=80=20?= =?UTF-8?q?=EA=B3=84=EC=86=8D=20=EC=B6=9C=EB=A0=A5=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderform.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/shop/orderform.php b/shop/orderform.php index 0f99e7900..04dfd73f9 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -140,10 +140,12 @@ function init_pay_button() */ // 체크 방법이 변경 if( GetPluginObject() == null ){ + document.getElementById("display_setup_message_top").style.display = "block" ; document.getElementById("display_setup_message").style.display = "block" ; document.getElementById("display_pay_button").style.display = "none" ; } else{ + document.getElementById("display_setup_message_top").style.display = "none" ; document.getElementById("display_setup_message").style.display = "none" ; document.getElementById("display_pay_button").style.display = "block" ; } @@ -158,7 +160,7 @@ function get_intall_file() -

+

결제안내 결제를 하시려면 상단의 노란색 표시줄을 클릭하시거나, [수동설치]를 눌러 Payplus Plug-in을 설치하시기 바랍니다.
[수동설치]를 눌러 설치하신 경우 새로고침(F5)키를 눌러 진행하시기 바랍니다. @@ -945,7 +947,6 @@ function get_intall_file() ?> -<<<<<<< HEAD

결제를 계속 하시려면 상단의 노란색 표시줄을 클릭하시거나 [수동설치]를 눌러 다운로드 된 Payplus Plug-in을 설치하시기 바랍니다.
@@ -953,9 +954,6 @@ function get_intall_file() 새로고침(F5) 한후에도 계속 설치파일이 다운로드 되거나 결제가 되지 않으면 브라우저를 새로 열어서 주문해 주시기 바랍니다.
브라우저가 익스플로러가 아닌 경우 Payplus Plug-in 설치에 문제가 있을수 있음을 알려 드립니다.

- -======= ->>>>>>> 225fa4a75dd51016367658455d6c416890c90b64