1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
<?php if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?>
<?php /* 주문폼 자바스크립트 에러 방지를 위해 추가함 */ ?> <input type="hidden" name="good_mny" value="<?php echo $tot_price; ?>">
<table width="632" border="0" cellspacing="0" cellpadding="0" align="center" style='display:none;'> <tr> <td > <table width="632" border="0" cellspacing="0" cellpadding="0" class="title"> <tr> <td width="35"> </td> <td>결제 요청</td> <td> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" background="images/bodyMiddle.gif"> <table width="632" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="35" height="10"> </td> <!--상단여백 높이 10px --> <td width="562"> </td> <td width="35"> </td> </tr> <tr> <td height="30"> </td> <td>결제 요청페이지 샘플입니다. <br> </td> <td> </td> </tr> <tr> <td height="15"> </td> <!--컨텐츠와 컨텐츠 사이 간격 15px--> <td> </td> <td> </td> </tr> <tr> <td height="30"> </td> <td class="bold"><img src="images/bullet.gif" /> 정보를 기입하신 후 확인버튼을 눌러주십시오. <td> </td> </tr> <tr> <td > </td> <td ><table width="562" border="0" cellspacing="0" cellpadding="0" class="talbeBorder" > <tr> <!-- 테이블 일반의 높이는 30px // 홀수행셀의 경우 class="thead01" 사용 --> <td width="100" height="30" id="borderBottom" class="thead01">결제 수단</td> <td id="borderBottom" > <input type="checkbox" name="selectType" value="CARD" onClick="javascript:chkPayType();">[신용카드] <input type="checkbox" name="selectType" value="BANK" onClick="javascript:chkPayType();">[계좌이체] <input type="checkbox" name="selectType" value="VBANK" onClick="javascript:chkPayType();">[가상계좌] <input type="checkbox" name="selectType" value="CELLPHONE" onClick="javascript:chkPayType();">[휴대폰결제] </td> </tr> <tr> <!-- 테이블 일반의 높이는 30px // 짝수행셀의 경우 class="thead02" 사용 --> <td width="100" height="30" id="borderBottom" class="thead02" >결제타입</td> <td id="borderBottom" > <input type="radio" name="TransTypeRadio" value="0" onClick="javascript:chkTransType('0')" checked>일반</input> <input type="radio" name="TransTypeRadio" value="1" onClick="javascript:chkTransType('1')" >에스크로</input> </td> </tr> <tr> <td width="100" height="30" id="borderBottom" class="thead01">* 상품명</td> <td id="borderBottom" ><input name="GoodsName" type="text" value="<?php echo $goods; ?>"/></td> </tr> <tr> <td width="100" height="30" id="borderBottom" class="thead02">상품주문번호</td> <td id="borderBottom" ><input name="Moid" type="text" value="<?php echo $od_id?>"/></td> </tr> <tr> <td width="100" height="30" id="borderBottom" class="thead01">* 구매자명</td> <td id="borderBottom" ><input name="BuyerName" type="text" value="<?php echo $member['mb_name'];?>"/></td> </tr> <tr> <td width="100" height="30" id="borderBottom" class="thead02">* 구매자 이메일</td> <td id="borderBottom" ><input name="BuyerEmail" type="text" value="<?php echo $member['mb_email']; ?>"/></td> </tr> <tr> <td width="100" height="30" id="borderBottom" class="thead01">* 구매자 전화번호</td> <td id="borderBottom" ><input name="BuyerTel" type="text" value="<?php echo $member['mb_hp']; ?>"/></td> </tr> <tr> <td width="100" height="30" id="borderBottom" class="thead02">* 상점아이디</td> <td id="borderBottom" ><input name="MID" type="text" value="<?php echo $MerchantID?>"/></td> </tr> <tr> <td width="100" height="30" id="borderBottom" class="thead02">휴대폰결제<br>상품구분</td> <td id="borderBottom" > <table width="100%" height="50px" cellpadding="0px" cellspacing="0px"> <tr> <td width="185px" id="borderBottom"> <select name="GoodsCl" style="width:160px;"> <option value="1" selected>실물</option> <option value="0">컨텐츠</option> </select> </td> <td width="273px" class="red" id="borderBottom" ><span class="redBold">1</span> : 실물 <br> <span class="redBold">0</span> : 컨텐츠</td> </tr> </table> </td> </tr> </table></td> <td height="15"> </td> </tr> <tr> <td height="60"></td> <td class="btnCenter"><input type="button" value="요청하기" onClick="javascript:nicepay();" id='nicepay_submit'></td> <!-- 하단에 버튼이 있는경우 버튼포함 여백 높이 30px --> <td> </td> </tr> <tr> <td height="15"></td> <!--컨텐츠와 컨텐츠 사이 간격 15px--> <td > </td> <td> </td> </tr> <tr> <td></td> <td class="comment">* 표 항목은 반드시 기입해주시기 바랍니다.<br><br/> <span class="bold">테스트 아이디로 결제된 건에대해서는 당일 오후 11:30분에 일괄 취소됩니다.</span><br/> 실제아이디 적용시 테스트아이디가 적용되지 않도록 각별한 주의를 부탁드립니다. </td> <td> </td> </tr> <tr> <td height="10"></td> <!--하단여백 높이 10px --> <td > </td> <td> </td> </tr> </table></td> </tr> <tr> <td><img src="images/bodyBottom.gif" /></td> </tr> </table>
<!-- Mall Parameters --> <input type="hidden" name="PayMethod" value=""> <!-- 상품 갯수 --> <input type="hidden" name="GoodsCnt" value="<?php echo $goods_count;?>"> <input type="hidden" name="ParentEmail" value=""> <!-- 주소 --> <input type="hidden" name="BuyerAddr" value="서울시 강남구 역삼동 9-11">
<input type="hidden" name="UserIP" value="<?php echo $ip?>">
<!-- 상품 가격(상단의 price에서 가격을 지정하십시요) --> <input type="hidden" name="Amt" value="<?php echo $price?>">
<!-- 결제 타입 0:일반, 1:에스크로 --> <input type="hidden" name="TransType" value="<?php if($default['de_escrow_use']=='1'){ echo "1"; } else { echo "0"; }?>">
<!-- 결제 옵션 --> <input type="hidden" name="OptionList" value="">
<!-- 가상계좌 입금예정 만료일 --> <input type="hidden" name="VbankExpDate" value="<?php echo $vDate?>">
<!-- 구매자 고객 ID --> <input type="hidden" name="MallUserID" value=""> <!-- 암호화 항목 --> <input name="EncodeParameters" type="hidden" value=""/>
<!-- 변경 불가 --> <input type="hidden" name="EdiDate" value="<?php echo $ediDate?>"> <input type="hidden" name="EncryptData" value="<?php echo $hash_String?>" > <input type="hidden" name="TrKey" value="">
|