개인결제 완료 후 주문 정보 업데이트 코드 추가

This commit is contained in:
chicpro
2013-11-22 14:38:09 +09:00
parent be91d12b9d
commit 5db2bef37c
4 changed files with 44 additions and 10 deletions

View File

@ -202,13 +202,6 @@
of.param_opt_2.value = "<?php echo $param_opt_2; ?>";
of.param_opt_3.value = "<?php echo $param_opt_3; ?>";
var od = window.opener.document;
od.getElementById("display_pay_button").style.display = "none";
//od.getElementById("show_req_btn").style.display = "none";
//od.getElementById("show_progress").style.display = "block";
//od.getElementById("show_pay_btn").style.display = "inline";
//alert("주문하기를 클릭하셔야 주문이 완료됩니다.");
window.opener.fpersonalpayform_check();
window.close();
} else {