| 6050 |
anupam.sin |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
5 |
|
|
|
6 |
<!-- Prevent MS Office toolbar from changing layout -->
|
|
|
7 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
8 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
|
|
9 |
|
| 6177 |
anupam.sin |
10 |
<title>Recharge Pay Options</title>
|
| 6050 |
anupam.sin |
11 |
|
|
|
12 |
<!-- start of new code -->
|
|
|
13 |
#include ( "templates/commoncssfiles.vm" )
|
|
|
14 |
<style type="text/css">
|
|
|
15 |
#registration {
|
|
|
16 |
margin: 10px 0px 4px;
|
|
|
17 |
}
|
|
|
18 |
.main-left-banner img {
|
|
|
19 |
width: 980px;
|
|
|
20 |
}
|
| 6135 |
anupam.sin |
21 |
label.error{
|
|
|
22 |
color:red;
|
|
|
23 |
font-size:13px;
|
|
|
24 |
padding: 2px 10px;
|
| 6050 |
anupam.sin |
25 |
</style>
|
|
|
26 |
|
|
|
27 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
|
|
28 |
</head>
|
|
|
29 |
|
|
|
30 |
<body>
|
|
|
31 |
<noscript>
|
|
|
32 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
|
|
33 |
</noscript>
|
|
|
34 |
|
|
|
35 |
$action.getHeaderSnippet()
|
|
|
36 |
<div id="main">
|
|
|
37 |
<div class="main-content">
|
|
|
38 |
<div class="main-top"></div>
|
|
|
39 |
<div id="registration" class="blue-border">
|
|
|
40 |
|
|
|
41 |
<div class="middle">
|
|
|
42 |
<div class="mid-inner">
|
|
|
43 |
|
|
|
44 |
<!-- Block 1 -->
|
|
|
45 |
<div class="padding-top17">
|
|
|
46 |
#set($errorMsg=$action.getErrorMsg())
|
|
|
47 |
#if(!$errorMsg.isEmpty())
|
|
|
48 |
<div id="messageError">
|
|
|
49 |
<span></span>
|
|
|
50 |
<p>
|
|
|
51 |
$errorMsg <br/>
|
|
|
52 |
</p>
|
|
|
53 |
</div>
|
|
|
54 |
#end
|
| 6057 |
anupam.sin |
55 |
#set($rechargeAmount=$action.getAmount())
|
| 6233 |
anupam.sin |
56 |
#set($fieldsToShow=$action.fieldsToShow())
|
| 6239 |
anupam.sin |
57 |
#set($rechargeOrder=$action.getRechargeOrder())
|
| 6050 |
anupam.sin |
58 |
|
|
|
59 |
<h4 style="font-size:16px; font-weight:bold"><span style="color:#999999">Amount to be Paid:</span> Rs <span style="color:#333333">$rechargeAmount</span></h4>
|
|
|
60 |
<br/>
|
|
|
61 |
<div id="vtab">
|
|
|
62 |
<ul>
|
|
|
63 |
<li>CREDIT CARDS</li>
|
| 13420 |
amit.gupta |
64 |
<li>PAYU <span id="pay-at-store-new-icon" style="left:117px"></span> (1 Offer)</li>
|
| 6050 |
anupam.sin |
65 |
<li>DEBIT/ATM CARDS</li>
|
|
|
66 |
<li>NET BANKING</li>
|
|
|
67 |
</ul>
|
|
|
68 |
<div>
|
| 13460 |
amit.gupta |
69 |
<div class="newtext">Select Your Credit Card:</div><br/>
|
| 6086 |
anupam.sin |
70 |
<form id="ccSelection" name="ccSelection" action="/recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
|
| 6050 |
anupam.sin |
71 |
<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
|
| 6215 |
anupam.sin |
72 |
<div class="ccdiv" style="float:left; margin-left:48px;width:552px">
|
|
|
73 |
<div class="ccheader-div" style="width:542px"><b>Please choose the payment system.</b></div>
|
| 6050 |
anupam.sin |
74 |
<div style="padding: 20px">
|
|
|
75 |
<div class="options">
|
| 20278 |
aman.kumar |
76 |
<input type="radio" name="payment_option" value="CC~2008" class="marginRight5px"/>
|
| 6050 |
anupam.sin |
77 |
<div class="newcclogo visa">
|
|
|
78 |
<h3>
|
|
|
79 |
<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
|
|
|
80 |
</h3>
|
|
|
81 |
</div>
|
|
|
82 |
<span class="cctext">Visa</span>
|
|
|
83 |
<br/>
|
|
|
84 |
</div>
|
|
|
85 |
<div class="options">
|
| 20278 |
aman.kumar |
86 |
<input type="radio" name="payment_option" value="CC~2017" class="marginRight5px"/>
|
| 6050 |
anupam.sin |
87 |
<div class="newcclogo">
|
|
|
88 |
<h3>
|
|
|
89 |
<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
|
|
|
90 |
</h3>
|
|
|
91 |
</div>
|
|
|
92 |
<span class="cctext">MasterCard</span>
|
|
|
93 |
<br/>
|
|
|
94 |
</div>
|
| 20339 |
aman.kumar |
95 |
<!--div class="options">
|
| 20278 |
aman.kumar |
96 |
<input type="radio" name="payment_option" value="CC~2028" class="marginRight5px"/>
|
|
|
97 |
<div class="newcclogo">
|
|
|
98 |
<h3>
|
|
|
99 |
<img src="/images/amexlogo.jpg" valign="middle"/>
|
|
|
100 |
</h3>
|
|
|
101 |
</div>
|
|
|
102 |
<span class="cctext">American Express</span>
|
|
|
103 |
<br/>
|
| 20339 |
aman.kumar |
104 |
</div-->
|
| 20278 |
aman.kumar |
105 |
<div class="options">
|
|
|
106 |
<input type="radio" name="payment_option" value="CC~1010" class="marginRight5px"/>
|
| 6050 |
anupam.sin |
107 |
<div class="newcclogo diners">
|
|
|
108 |
<h3>
|
|
|
109 |
<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
|
|
|
110 |
</h3>
|
|
|
111 |
</div>
|
|
|
112 |
<span class="cctext">Diners Club</span>
|
|
|
113 |
<br/>
|
|
|
114 |
</div>
|
|
|
115 |
</div>
|
|
|
116 |
</div>
|
|
|
117 |
<div style="clear:both"></div>
|
| 6239 |
anupam.sin |
118 |
#if($fieldsToShow == "phone")
|
|
|
119 |
#if($rechargeOrder.getRechargeType() == "MOBILE")
|
|
|
120 |
<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
|
|
|
121 |
#else
|
|
|
122 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
123 |
<thead>
|
|
|
124 |
<tr class="header">
|
|
|
125 |
<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
|
|
|
126 |
</tr>
|
|
|
127 |
</thead>
|
|
|
128 |
<tbody>
|
|
|
129 |
<tr>
|
|
|
130 |
<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
|
|
|
131 |
<td class="input">
|
|
|
132 |
<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
|
|
|
133 |
</td>
|
|
|
134 |
</tr>
|
|
|
135 |
</tbody>
|
|
|
136 |
</table>
|
|
|
137 |
<br>
|
|
|
138 |
#end
|
|
|
139 |
#elseif($fieldsToShow == "address")
|
|
|
140 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
141 |
<thead>
|
|
|
142 |
<tr class="header">
|
|
|
143 |
<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
|
|
|
144 |
</tr>
|
| 6050 |
anupam.sin |
145 |
</thead>
|
| 6239 |
anupam.sin |
146 |
<tbody>
|
| 6050 |
anupam.sin |
147 |
<tr>
|
| 6239 |
anupam.sin |
148 |
<td class="label" align="right"><sup>*</sup>Name:</td>
|
|
|
149 |
<td class="input">
|
|
|
150 |
<input type="text" id="shipName" name="name" class="searchbox right" />
|
|
|
151 |
</td>
|
|
|
152 |
</tr>
|
| 6228 |
anupam.sin |
153 |
<tr>
|
| 6239 |
anupam.sin |
154 |
<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
|
|
|
155 |
<td class="input">
|
|
|
156 |
<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
|
|
|
157 |
</td>
|
|
|
158 |
</tr>
|
| 6228 |
anupam.sin |
159 |
<tr>
|
| 6239 |
anupam.sin |
160 |
<td class="label" align="right">Address Line 2:</td>
|
|
|
161 |
<td class="input">
|
|
|
162 |
<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
|
|
|
163 |
</td>
|
|
|
164 |
</tr>
|
| 6228 |
anupam.sin |
165 |
<tr>
|
| 6239 |
anupam.sin |
166 |
<td class="label" align="right"><sup>*</sup>State</td>
|
|
|
167 |
<td class="input">
|
|
|
168 |
<select class="select_state" name="state" id="shipState">
|
|
|
169 |
#include("templates/stateslist.vm")
|
|
|
170 |
</select>
|
|
|
171 |
</td>
|
|
|
172 |
</tr>
|
| 6228 |
anupam.sin |
173 |
<tr>
|
| 6239 |
anupam.sin |
174 |
<td class="label" align="right"><sup>*</sup>City:</td>
|
|
|
175 |
<td class="input">
|
|
|
176 |
<input type="text" id="shipCity" name="city" class="searchbox"/>
|
|
|
177 |
</td>
|
|
|
178 |
</tr>
|
| 6228 |
anupam.sin |
179 |
<tr>
|
| 6239 |
anupam.sin |
180 |
<td class="label" align="right"><sup>*</sup>Pin Code:</td>
|
|
|
181 |
<td class="input">
|
|
|
182 |
<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
|
|
|
183 |
</td>
|
|
|
184 |
</tr>
|
| 6228 |
anupam.sin |
185 |
<tr>
|
| 6239 |
anupam.sin |
186 |
<td class="label" align="right"><sup>*</sup>Phone:</td>
|
|
|
187 |
<td class="input">
|
|
|
188 |
<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
|
|
|
189 |
</td>
|
|
|
190 |
</tr>
|
|
|
191 |
<tr>
|
|
|
192 |
<td> </td>
|
|
|
193 |
<td class="instruction">This address will be saved for next time.</td>
|
|
|
194 |
</tr>
|
| 6050 |
anupam.sin |
195 |
</tbody>
|
| 6239 |
anupam.sin |
196 |
</table>
|
|
|
197 |
#end
|
| 6050 |
anupam.sin |
198 |
<div style="text-align:center;">
|
|
|
199 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
|
|
|
200 |
<br/><br/>
|
|
|
201 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
|
|
202 |
</div>
|
|
|
203 |
</form>
|
|
|
204 |
</div>
|
| 13417 |
amit.gupta |
205 |
|
|
|
206 |
<div>
|
|
|
207 |
<form id="payuSelection" name="payuSelection" action="/recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('payuSelection')">
|
|
|
208 |
<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
|
|
|
209 |
<div class="ccdiv" style="float:left; margin-left:48px;width:552px">
|
|
|
210 |
<div class="ccheader-div" style="width:542px"><b>Please choose the payment system.</b></div>
|
|
|
211 |
<div style="padding: 20px">
|
|
|
212 |
<div class="options">
|
| 20278 |
aman.kumar |
213 |
<input type="radio" name="payment_option" value="WAL~4001" class="marginRight5px" checked="checked"/>
|
| 13417 |
amit.gupta |
214 |
<div class="newcclogo">
|
|
|
215 |
<h3>
|
|
|
216 |
<img src="/images/payu-money-logo.png" valign="middle"/>
|
|
|
217 |
</h3>
|
|
|
218 |
</div>
|
| 16299 |
amit.gupta |
219 |
<span class="cctext">(1% extra discount)</span>
|
| 13417 |
amit.gupta |
220 |
<br/>
|
|
|
221 |
</div>
|
|
|
222 |
</div>
|
|
|
223 |
</div>
|
|
|
224 |
<div style="clear:both"></div>
|
|
|
225 |
#if($fieldsToShow == "phone")
|
|
|
226 |
#if($rechargeOrder.getRechargeType() == "MOBILE")
|
|
|
227 |
<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
|
|
|
228 |
#else
|
|
|
229 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
230 |
<thead>
|
|
|
231 |
<tr class="header">
|
|
|
232 |
<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
|
|
|
233 |
</tr>
|
|
|
234 |
</thead>
|
|
|
235 |
<tbody>
|
|
|
236 |
<tr>
|
|
|
237 |
<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
|
|
|
238 |
<td class="input">
|
|
|
239 |
<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
|
|
|
240 |
</td>
|
|
|
241 |
</tr>
|
|
|
242 |
</tbody>
|
|
|
243 |
</table>
|
|
|
244 |
<br>
|
|
|
245 |
#end
|
|
|
246 |
#elseif($fieldsToShow == "address")
|
|
|
247 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
248 |
<thead>
|
|
|
249 |
<tr class="header">
|
|
|
250 |
<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
|
|
|
251 |
</tr>
|
|
|
252 |
</thead>
|
|
|
253 |
<tbody>
|
|
|
254 |
<tr>
|
|
|
255 |
<td class="label" align="right"><sup>*</sup>Name:</td>
|
|
|
256 |
<td class="input">
|
|
|
257 |
<input type="text" id="shipName" name="name" class="searchbox right" />
|
|
|
258 |
</td>
|
|
|
259 |
</tr>
|
|
|
260 |
<tr>
|
|
|
261 |
<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
|
|
|
262 |
<td class="input">
|
|
|
263 |
<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
|
|
|
264 |
</td>
|
|
|
265 |
</tr>
|
|
|
266 |
<tr>
|
|
|
267 |
<td class="label" align="right">Address Line 2:</td>
|
|
|
268 |
<td class="input">
|
|
|
269 |
<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
|
|
|
270 |
</td>
|
|
|
271 |
</tr>
|
|
|
272 |
<tr>
|
|
|
273 |
<td class="label" align="right"><sup>*</sup>State</td>
|
|
|
274 |
<td class="input">
|
|
|
275 |
<select class="select_state" name="state" id="shipState">
|
|
|
276 |
#include("templates/stateslist.vm")
|
|
|
277 |
</select>
|
|
|
278 |
</td>
|
|
|
279 |
</tr>
|
|
|
280 |
<tr>
|
|
|
281 |
<td class="label" align="right"><sup>*</sup>City:</td>
|
|
|
282 |
<td class="input">
|
|
|
283 |
<input type="text" id="shipCity" name="city" class="searchbox"/>
|
|
|
284 |
</td>
|
|
|
285 |
</tr>
|
|
|
286 |
<tr>
|
|
|
287 |
<td class="label" align="right"><sup>*</sup>Pin Code:</td>
|
|
|
288 |
<td class="input">
|
|
|
289 |
<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
|
|
|
290 |
</td>
|
|
|
291 |
</tr>
|
|
|
292 |
<tr>
|
|
|
293 |
<td class="label" align="right"><sup>*</sup>Phone:</td>
|
|
|
294 |
<td class="input">
|
|
|
295 |
<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
|
|
|
296 |
</td>
|
|
|
297 |
</tr>
|
|
|
298 |
<tr>
|
|
|
299 |
<td> </td>
|
|
|
300 |
<td class="instruction">This address will be saved for next time.</td>
|
|
|
301 |
</tr>
|
|
|
302 |
</tbody>
|
|
|
303 |
</table>
|
|
|
304 |
#end
|
|
|
305 |
<div style="text-align:center;">
|
|
|
306 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
|
|
|
307 |
<br/><br/>
|
|
|
308 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
|
|
309 |
</div>
|
|
|
310 |
</form>
|
|
|
311 |
</div>
|
|
|
312 |
|
| 6050 |
anupam.sin |
313 |
<div>
|
| 13460 |
amit.gupta |
314 |
<div class="newtext">Select Your Debit/ATM Card:</div><br/>
|
| 6086 |
anupam.sin |
315 |
<form id="atmSelection" name="atmSelection" action="recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
|
| 6050 |
anupam.sin |
316 |
<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
|
|
|
317 |
<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
|
|
|
318 |
<div class="options">
|
| 20278 |
aman.kumar |
319 |
<input type="radio" name="payment_option" value="DC~2000" class="marginRight5px"/>
|
| 6050 |
anupam.sin |
320 |
<span class="cctext">Visa / Visa Electron Cards</span>
|
|
|
321 |
<div class="cclogo">
|
|
|
322 |
<h3>
|
|
|
323 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
|
|
324 |
</h3>
|
|
|
325 |
</div>
|
|
|
326 |
<div class="cclogo electron">
|
|
|
327 |
<h3>
|
|
|
328 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
|
|
329 |
</h3>
|
|
|
330 |
</div>
|
|
|
331 |
<br/>
|
|
|
332 |
</div>
|
|
|
333 |
<div class="options">
|
| 20278 |
aman.kumar |
334 |
<input type="radio" name="payment_option" value="DC~2018" class="marginRight5px"/>
|
| 6050 |
anupam.sin |
335 |
<span class="cctext">MasterCard</span>
|
|
|
336 |
<div class="cclogo old-master">
|
|
|
337 |
<h3>
|
|
|
338 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
|
|
339 |
</h3>
|
|
|
340 |
</div>
|
|
|
341 |
<br/>
|
|
|
342 |
</div>
|
|
|
343 |
<div class="options">
|
| 20278 |
aman.kumar |
344 |
<input type="radio" name="payment_option" value="DC~1164" class="marginRight5px"/>
|
|
|
345 |
<span class="cctext">Maestro Card</span>
|
| 6050 |
anupam.sin |
346 |
<div class="cclogo maestro">
|
|
|
347 |
<h3>
|
|
|
348 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
|
|
349 |
</h3>
|
|
|
350 |
</div>
|
|
|
351 |
<br/>
|
|
|
352 |
</div>
|
|
|
353 |
<div class="options">
|
| 20278 |
aman.kumar |
354 |
<input type="radio" name="payment_option" value="DC~2038" class="marginRight5px"/>
|
|
|
355 |
<span class="cctext">Rupay Card</span>
|
| 6050 |
anupam.sin |
356 |
<div class="cclogo">
|
|
|
357 |
<h3>
|
| 20278 |
aman.kumar |
358 |
<img height="30" src="/images/rupaylogo.jpg" valign="middle"/>
|
| 6050 |
anupam.sin |
359 |
</h3>
|
|
|
360 |
</div>
|
|
|
361 |
<br/>
|
|
|
362 |
</div>
|
|
|
363 |
</div>
|
| 6239 |
anupam.sin |
364 |
#if($fieldsToShow == "phone")
|
|
|
365 |
#if($rechargeOrder.getRechargeType() == "MOBILE")
|
|
|
366 |
<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
|
|
|
367 |
#else
|
|
|
368 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
369 |
<thead>
|
|
|
370 |
<tr class="header">
|
|
|
371 |
<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
|
|
|
372 |
</tr>
|
|
|
373 |
</thead>
|
|
|
374 |
<tbody>
|
|
|
375 |
<tr>
|
|
|
376 |
<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
|
|
|
377 |
<td class="input">
|
|
|
378 |
<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
|
|
|
379 |
</td>
|
|
|
380 |
</tr>
|
|
|
381 |
</tbody>
|
|
|
382 |
</table>
|
|
|
383 |
<br>
|
|
|
384 |
#end
|
|
|
385 |
#elseif($fieldsToShow == "address")
|
|
|
386 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
387 |
<thead>
|
|
|
388 |
<tr class="header">
|
|
|
389 |
<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
|
|
|
390 |
</tr>
|
| 6050 |
anupam.sin |
391 |
</thead>
|
| 6239 |
anupam.sin |
392 |
<tbody>
|
| 6050 |
anupam.sin |
393 |
<tr>
|
| 6239 |
anupam.sin |
394 |
<td class="label" align="right"><sup>*</sup>Name:</td>
|
|
|
395 |
<td class="input">
|
|
|
396 |
<input type="text" id="shipName" name="name" class="searchbox right" />
|
|
|
397 |
</td>
|
|
|
398 |
</tr>
|
| 6228 |
anupam.sin |
399 |
<tr>
|
| 6239 |
anupam.sin |
400 |
<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
|
|
|
401 |
<td class="input">
|
|
|
402 |
<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
|
|
|
403 |
</td>
|
|
|
404 |
</tr>
|
| 6228 |
anupam.sin |
405 |
<tr>
|
| 6239 |
anupam.sin |
406 |
<td class="label" align="right">Address Line 2:</td>
|
|
|
407 |
<td class="input">
|
|
|
408 |
<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
|
|
|
409 |
</td>
|
|
|
410 |
</tr>
|
| 6228 |
anupam.sin |
411 |
<tr>
|
| 6239 |
anupam.sin |
412 |
<td class="label" align="right"><sup>*</sup>State</td>
|
|
|
413 |
<td class="input">
|
|
|
414 |
<select class="select_state" name="state" id="shipState">
|
|
|
415 |
#include("templates/stateslist.vm")
|
|
|
416 |
</select>
|
|
|
417 |
</td>
|
|
|
418 |
</tr>
|
| 6228 |
anupam.sin |
419 |
<tr>
|
| 6239 |
anupam.sin |
420 |
<td class="label" align="right"><sup>*</sup>City:</td>
|
|
|
421 |
<td class="input">
|
|
|
422 |
<input type="text" id="shipCity" name="city" class="searchbox"/>
|
|
|
423 |
</td>
|
|
|
424 |
</tr>
|
| 6228 |
anupam.sin |
425 |
<tr>
|
| 6239 |
anupam.sin |
426 |
<td class="label" align="right"><sup>*</sup>Pin Code:</td>
|
|
|
427 |
<td class="input">
|
|
|
428 |
<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
|
|
|
429 |
</td>
|
|
|
430 |
</tr>
|
| 6228 |
anupam.sin |
431 |
<tr>
|
| 6239 |
anupam.sin |
432 |
<td class="label" align="right"><sup>*</sup>Phone:</td>
|
|
|
433 |
<td class="input">
|
|
|
434 |
<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
|
|
|
435 |
</td>
|
|
|
436 |
</tr>
|
|
|
437 |
<tr>
|
|
|
438 |
<td> </td>
|
|
|
439 |
<td class="instruction">This address will be saved for next time.</td>
|
|
|
440 |
</tr>
|
| 6050 |
anupam.sin |
441 |
</tbody>
|
| 6239 |
anupam.sin |
442 |
</table>
|
|
|
443 |
#end
|
| 6050 |
anupam.sin |
444 |
<div style="text-align:center;">
|
|
|
445 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
446 |
<br/><br/>
|
|
|
447 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
|
|
448 |
</div>
|
|
|
449 |
</form>
|
|
|
450 |
</div>
|
|
|
451 |
<div>
|
| 13460 |
amit.gupta |
452 |
<div class="newtext">Select from Popular Banks</div>
|
| 6086 |
anupam.sin |
453 |
<form id="bankSelection" name="bankSelection" action="recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('bankSelection')">
|
| 6050 |
anupam.sin |
454 |
<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
|
| 13460 |
amit.gupta |
455 |
<input id="bankChosen" type="hidden" name="payment_option" value="0"/>
|
|
|
456 |
<div style="overflow:auto">
|
|
|
457 |
<div style="padding-left:20px; margin-top:10px; margin-bottom:5px; float:left;">
|
|
|
458 |
<div class="options">
|
| 20278 |
aman.kumar |
459 |
<input type="radio" name="payment_option" value="NB~1032" class="marginRight5px"/>
|
| 13450 |
amit.gupta |
460 |
<span class="cctext">State Bank of India</span>
|
|
|
461 |
<div class="cclogo sbi">
|
| 6050 |
anupam.sin |
462 |
<h3>
|
|
|
463 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
464 |
</h3>
|
|
|
465 |
</div>
|
|
|
466 |
<br/>
|
|
|
467 |
</div>
|
| 13460 |
amit.gupta |
468 |
<div class="options">
|
| 20278 |
aman.kumar |
469 |
<input type="radio" name="payment_option" value="NB~1004" class="marginRight5px"/>
|
| 13450 |
amit.gupta |
470 |
<span class="cctext">AXIS Bank</span>
|
|
|
471 |
<div class="cclogo">
|
| 6050 |
anupam.sin |
472 |
<h3>
|
|
|
473 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
474 |
</h3>
|
|
|
475 |
</div>
|
|
|
476 |
<br/>
|
|
|
477 |
</div>
|
| 13460 |
amit.gupta |
478 |
<div class="options">
|
| 20278 |
aman.kumar |
479 |
<input type="radio" name="payment_option" value="NB~1007" class="marginRight5px"/>
|
| 13460 |
amit.gupta |
480 |
<span class="cctext">HDFC Bank</span>
|
|
|
481 |
<div class="cclogo hdfcbank">
|
| 6050 |
anupam.sin |
482 |
<h3>
|
|
|
483 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
484 |
</h3>
|
|
|
485 |
</div>
|
|
|
486 |
<br/>
|
|
|
487 |
</div>
|
| 13460 |
amit.gupta |
488 |
</div>
|
|
|
489 |
<div style="margin-top:10px; margin-bottom:5px; float:right;">
|
|
|
490 |
<div class="options">
|
| 20278 |
aman.kumar |
491 |
<input type="radio" name="payment_option" value="NB~1016" class="marginRight5px"/>
|
| 13450 |
amit.gupta |
492 |
<span class="cctext">ICICI Bank</span>
|
|
|
493 |
<div class="cclogo icicibank">
|
| 6050 |
anupam.sin |
494 |
<h3>
|
|
|
495 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
496 |
</h3>
|
|
|
497 |
</div>
|
|
|
498 |
<br/>
|
|
|
499 |
</div>
|
|
|
500 |
<div class="options">
|
| 20278 |
aman.kumar |
501 |
<input type="radio" name="payment_option" value="NB~1034" class="marginRight5px">
|
| 13460 |
amit.gupta |
502 |
<span class="cctext">State Bank of Hyderabad</span>
|
|
|
503 |
<div class="cclogo sbh">
|
| 6050 |
anupam.sin |
504 |
<h3>
|
| 13460 |
amit.gupta |
505 |
<img src="/images/banks-sprite.gif" valign="middle">
|
| 6050 |
anupam.sin |
506 |
</h3>
|
|
|
507 |
</div>
|
| 13460 |
amit.gupta |
508 |
<br>
|
| 6050 |
anupam.sin |
509 |
</div>
|
|
|
510 |
<div class="options">
|
| 20278 |
aman.kumar |
511 |
<input type="radio" name="payment_option" value="NB~1039" class="marginRight5px"/>
|
| 13460 |
amit.gupta |
512 |
<span class="cctext">State Bank of Travancore </span>
|
|
|
513 |
<div class="cclogo sbt">
|
| 13049 |
amit.gupta |
514 |
<h3>
|
| 13460 |
amit.gupta |
515 |
<img width="154" height="30" src="/images/banks-sbt.png" valign="middle"/>
|
| 13049 |
amit.gupta |
516 |
</h3>
|
|
|
517 |
</div>
|
|
|
518 |
<br/>
|
|
|
519 |
</div>
|
| 6050 |
anupam.sin |
520 |
</div>
|
| 13460 |
amit.gupta |
521 |
</div>
|
|
|
522 |
<div class="newtext">Choose from rest of the banks</div>
|
|
|
523 |
<div class="select-style">
|
|
|
524 |
<span class="arrw_bg"></span>
|
|
|
525 |
<select id="bankSelect" name="payment_option">
|
| 20278 |
aman.kumar |
526 |
<option value=0>Select Bank</option>
|
|
|
527 |
<option value="NB~1004">Axis Bank</option>
|
|
|
528 |
<option value="NB~1214">Bank of India</option>
|
|
|
529 |
<option value="NB~1224">Canara Bank</option>
|
|
|
530 |
<option value="NB~1601">Catholic Syrian Bank</option>
|
|
|
531 |
<option value="NB~1147">Central Bank of India</option>
|
|
|
532 |
<option value="NB~1127">Citi Bank NetBanking</option>
|
|
|
533 |
<option value="NB~1215">City Union Bank</option>
|
|
|
534 |
<option value="NB~1135">Corporation Bank</option>
|
|
|
535 |
<option value="NB~1611">DCB Bank - Corporate Netbanking</option>
|
|
|
536 |
<option value="NB~1603">Deutsche Bank</option>
|
|
|
537 |
<option value="NB~1602">Development Credit Bank</option>
|
|
|
538 |
<option value="NB~1029">Federal Bank</option>
|
|
|
539 |
<option value="NB~1007">HDFC Bank</option>
|
|
|
540 |
<option value="NB~1016">ICICI Bank</option>
|
|
|
541 |
<option value="NB~1604">IDBI Bank</option>
|
|
|
542 |
<option value="NB~1213">Indian Overseas Bank</option>
|
|
|
543 |
<option value="NB~1143">Indian Bank</option>
|
|
|
544 |
<option value="NB~1605">IndusInd Bank</option>
|
|
|
545 |
<option value="NB~1210">Ing Vysya Bank</option>
|
|
|
546 |
<option value="NB~1015">J&K Bank</option>
|
|
|
547 |
<option value="NB~1133">Karnataka Bank</option>
|
|
|
548 |
<option value="NB~1606">Karur Vysya - Retail Netbanking</option>
|
|
|
549 |
<option value="NB~1148">Kotak Mahindra Bank</option>
|
|
|
550 |
<option value="NB~1154">Oriental Bank of Commerce</option>
|
|
|
551 |
<option value="NB~1607">Punjab National Bank</option>
|
|
|
552 |
<option value="NB~1613">Punjab National Bank-Corporate</option>
|
|
|
553 |
<option value="NB~1609">Saraswat Bank</option>
|
|
|
554 |
<option value="NB~1608">South Indian Bank</option>
|
|
|
555 |
<option value="NB~1033">State Bank of Bikaner and Jaipur</option>
|
|
|
556 |
<option value="NB~1034">State Bank of Hyderabad</option>
|
|
|
557 |
<option value="NB~1032">State Bank of India</option>
|
|
|
558 |
<option value="NB~1038">State Bank of Mysore</option>
|
|
|
559 |
<option value="NB~1035 ">State Bank of Patiala</option>
|
|
|
560 |
<option value="NB~1039">State Bank of Travancore</option>
|
|
|
561 |
<option value="NB~1216">Union Bank of India</option>
|
|
|
562 |
<option value="NB~1612">Union Bank - Corporate Netbanking</option>
|
|
|
563 |
<option value="NB~1212">United Bank of India</option>
|
|
|
564 |
<option value="NB~1610">Vijaya Bank</option>
|
|
|
565 |
<option value="NB~1146">YES Bank</option>
|
| 13460 |
amit.gupta |
566 |
</select>
|
| 6050 |
anupam.sin |
567 |
</div>
|
| 6239 |
anupam.sin |
568 |
#if($fieldsToShow == "phone")
|
|
|
569 |
#if($rechargeOrder.getRechargeType() == "MOBILE")
|
|
|
570 |
<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
|
|
|
571 |
#else
|
|
|
572 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
573 |
<thead>
|
|
|
574 |
<tr class="header">
|
|
|
575 |
<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
|
|
|
576 |
</tr>
|
|
|
577 |
</thead>
|
|
|
578 |
<tbody>
|
|
|
579 |
<tr>
|
|
|
580 |
<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
|
|
|
581 |
<td class="input">
|
|
|
582 |
<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
|
|
|
583 |
</td>
|
|
|
584 |
</tr>
|
|
|
585 |
</tbody>
|
|
|
586 |
</table>
|
|
|
587 |
<br>
|
|
|
588 |
#end
|
|
|
589 |
#elseif($fieldsToShow == "address")
|
|
|
590 |
<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
|
|
|
591 |
<thead>
|
|
|
592 |
<tr class="header">
|
|
|
593 |
<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
|
|
|
594 |
</tr>
|
| 6050 |
anupam.sin |
595 |
</thead>
|
| 6239 |
anupam.sin |
596 |
<tbody>
|
| 6050 |
anupam.sin |
597 |
<tr>
|
| 6239 |
anupam.sin |
598 |
<td class="label" align="right"><sup>*</sup>Name:</td>
|
|
|
599 |
<td class="input">
|
|
|
600 |
<input type="text" id="shipName" name="name" class="searchbox right" />
|
|
|
601 |
</td>
|
|
|
602 |
</tr>
|
| 6228 |
anupam.sin |
603 |
<tr>
|
| 6239 |
anupam.sin |
604 |
<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
|
|
|
605 |
<td class="input">
|
|
|
606 |
<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
|
|
|
607 |
</td>
|
|
|
608 |
</tr>
|
| 6228 |
anupam.sin |
609 |
<tr>
|
| 6239 |
anupam.sin |
610 |
<td class="label" align="right">Address Line 2:</td>
|
|
|
611 |
<td class="input">
|
|
|
612 |
<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
|
|
|
613 |
</td>
|
|
|
614 |
</tr>
|
| 6228 |
anupam.sin |
615 |
<tr>
|
| 6239 |
anupam.sin |
616 |
<td class="label" align="right"><sup>*</sup>State</td>
|
|
|
617 |
<td class="input">
|
|
|
618 |
<select class="select_state" name="state" id="shipState">
|
|
|
619 |
#include("templates/stateslist.vm")
|
|
|
620 |
</select>
|
|
|
621 |
</td>
|
|
|
622 |
</tr>
|
| 6228 |
anupam.sin |
623 |
<tr>
|
| 6239 |
anupam.sin |
624 |
<td class="label" align="right"><sup>*</sup>City:</td>
|
|
|
625 |
<td class="input">
|
|
|
626 |
<input type="text" id="shipCity" name="city" class="searchbox"/>
|
|
|
627 |
</td>
|
|
|
628 |
</tr>
|
| 6228 |
anupam.sin |
629 |
<tr>
|
| 6239 |
anupam.sin |
630 |
<td class="label" align="right"><sup>*</sup>Pin Code:</td>
|
|
|
631 |
<td class="input">
|
|
|
632 |
<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
|
|
|
633 |
</td>
|
|
|
634 |
</tr>
|
| 6228 |
anupam.sin |
635 |
<tr>
|
| 6239 |
anupam.sin |
636 |
<td class="label" align="right"><sup>*</sup>Phone:</td>
|
|
|
637 |
<td class="input">
|
|
|
638 |
<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
|
|
|
639 |
</td>
|
|
|
640 |
</tr>
|
|
|
641 |
<tr>
|
|
|
642 |
<td> </td>
|
|
|
643 |
<td class="instruction">This address will be saved for next time.</td>
|
|
|
644 |
</tr>
|
| 6050 |
anupam.sin |
645 |
</tbody>
|
| 6239 |
anupam.sin |
646 |
</table>
|
|
|
647 |
#end
|
| 6050 |
anupam.sin |
648 |
<div style="text-align:center;">
|
|
|
649 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
650 |
<br/><br/>
|
|
|
651 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
|
|
652 |
</div>
|
|
|
653 |
</form>
|
|
|
654 |
</div>
|
|
|
655 |
|
|
|
656 |
</div>
|
|
|
657 |
<div class="payment-security-notice">
|
|
|
658 |
<span class="noticetext">All the payments are secured by MasterCard SecureCode and Verified by Visa</span>
|
|
|
659 |
<div class="noticelogo">
|
|
|
660 |
<h3>
|
|
|
661 |
<img src="/images/Icons_Security.png" valign="middle"/>
|
|
|
662 |
</h3>
|
|
|
663 |
</div>
|
|
|
664 |
<div class="noticelogo vbv">
|
|
|
665 |
<h3>
|
|
|
666 |
<img src="/images/Icons_Security.png" valign="middle"/>
|
|
|
667 |
</h3>
|
|
|
668 |
</div>
|
|
|
669 |
</div>
|
|
|
670 |
</div>
|
|
|
671 |
</div>
|
|
|
672 |
</div>
|
|
|
673 |
|
|
|
674 |
</div>
|
|
|
675 |
</div>
|
|
|
676 |
</div>
|
|
|
677 |
|
|
|
678 |
#include("templates/footer.vm")
|
|
|
679 |
|
|
|
680 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
681 |
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
|
|
|
682 |
</body>
|
| 6239 |
anupam.sin |
683 |
</html>
|