pc lg 결제 모듈 추가 중
This commit is contained in:
11
shop/lg/orderform.3.php
Normal file
11
shop/lg/orderform.3.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<div id="display_pay_button" class="btn_confirm" style="display:none">
|
||||
<input type="button" value="주문하기" onclick="forderform_check(this.form);"/>
|
||||
<a href="javascript:history.go(-1);" class="btn01">취소</a>
|
||||
</div>
|
||||
<div id="display_pay_process" style="display:none">
|
||||
<p>결제 진행 중입니다. 잠시만 기다려 주세요.</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user