Subversion Repositories SmartDukaan

Rev

Rev 6210 | Rev 6221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6210 Rev 6215
Line 83... Line 83...
83
                    </ul>
83
                    </ul>
84
                    <div>
84
                    <div>
85
						<div class="center-text-bold12">Select Your Credit Card:</div><br/>
85
						<div class="center-text-bold12">Select Your Credit Card:</div><br/>
86
						<form id="ccSelection" name="ccSelection" action="/recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
86
						<form id="ccSelection" name="ccSelection" action="/recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
87
							<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
87
							<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
88
							<div class="ccdiv" style="float:left; margin-left:48px;">
88
							<div class="ccdiv" style="float:left; margin-left:48px;width:552px">
89
    							<div class="ccheader-div"><b>Credit Cards Issued in India</b></div>
89
    							<div class="ccheader-div" style="width:542px"><b>Please choose the payment system.</b></div>
90
    							<div style="padding: 20px">
90
    							<div style="padding: 20px">
91
    								<div class="options">
91
    								<div class="options">
92
    									<input type="radio" name="payment_option" value="2008" class="marginRight5px"/>
92
    									<input type="radio" name="payment_option" value="2008" class="marginRight5px"/>
93
    									<div class="newcclogo visa">
93
    									<div class="newcclogo visa">
94
        									<h3>
94
        									<h3>
Line 118... Line 118...
118
    									<span class="cctext">Diners Club</span>
118
    									<span class="cctext">Diners Club</span>
119
    									<br/>
119
    									<br/>
120
    								</div>
120
    								</div>
121
    							</div>
121
    							</div>
122
							</div>
122
							</div>
123
							<div style="text-align:center; width: 115px; line-height: 200px; float:left; font-size:20px; font-weight:bold; color:#999">OR</div>
-
 
124
							<div class="ccdiv" style="float:right; margin-right:48px;">
-
 
125
        						<div class="ccheader-div"><b>Credit Cards Issued outside India</b></div>
-
 
126
    							<div style="padding: 20px;">
-
 
127
    								<div class="options">
-
 
128
                                        <input type="radio" name="payment_option" value="1008" class="marginRight5px"/>
-
 
129
        								<div class="newcclogo visa">
-
 
130
        									<h3>
-
 
131
        										<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
-
 
132
        									</h3>
-
 
133
        								</div>
-
 
134
    									<span class="cctext">Visa</span><br/>
-
 
135
    								</div>
-
 
136
    								<div class="options">
-
 
137
    									<input type="radio" name="payment_option" value="1017" class="marginRight5px"/>
-
 
138
    									<div class="newcclogo ">
-
 
139
        									<h3>
-
 
140
        										<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
-
 
141
        									</h3>
-
 
142
        								</div>
-
 
143
    									<span class="cctext">MasterCard</span>
-
 
144
    									<br/>
-
 
145
    								</div>
-
 
146
    								<div class="options">
-
 
147
    									<input type="radio" name="payment_option" value="1010" class="marginRight5px"/>
-
 
148
    									<div class="newcclogo diners">
-
 
149
        									<h3>
-
 
150
        										<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
-
 
151
        									</h3>
-
 
152
        								</div>
-
 
153
    									<span class="cctext">Diners Club</span>
-
 
154
    									<br/>
-
 
155
    								</div>
-
 
156
    							</div>
-
 
157
							</div>
-
 
158
                            <div style="clear:both"></div>
123
                            <div style="clear:both"></div>
159
							<!--<form name="frmShippingAddress" id="frmShippingAddress" method="post" action="/shipping" class="right">-->
124
							<!--<form name="frmShippingAddress" id="frmShippingAddress" method="post" action="/shipping" class="right">-->
160
							#if($action.isAddressRequired())
125
							#if($action.isPhoneNumberRequired())
161
                			<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
126
                			<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
162
                				<thead>
127
                				<thead>
163
                					<tr class="header">
128
                					<tr class="header">
164
                							<td id="newAddressFormHeading" class="instruction" colspan="2">As you are a first time user, we need a billing address to send to Payment Gateway.</td>
129
                							<td id="newAddressFormHeading" class="instruction" colspan="2">As you are a first time user, we need a billing address to send to Payment Gateway.</td>
165
                					</tr>
130
                					</tr>
166
                                </thead>
131
                                </thead>
167
                				<tbody>
132
                				<tbody>
168
                                <tr>
133
                                <tr>
169
                					<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
170
                					<td class="input">
-
 
171
                						<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
172
                					</td>
-
 
173
                				</tr>
-
 
174
                                <tr>
-
 
175
                					<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
176
                					<td class="input">
-
 
177
                						<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
178
                					</td>
-
 
179
                				</tr>
-
 
180
                                <tr>
-
 
181
                					<td class="label" align="right">Address Line 2:</td>
-
 
182
                					<td class="input">
-
 
183
                						<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
184
                					</td>
-
 
185
                				</tr>
-
 
186
                                <tr>
-
 
187
                					<td class="label" align="right"><sup>*</sup>State</td>
-
 
188
                					<td class="input">
-
 
189
                						<select class="select_state" name="state" id="shipState">
-
 
190
                						#include("templates/stateslist.vm")
-
 
191
                						</select>
-
 
192
                					</td>
-
 
193
                				</tr>
-
 
194
                                <tr>
-
 
195
                					<td class="label" align="right"><sup>*</sup>City:</td>
-
 
196
                					<td class="input">
-
 
197
                						<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
198
                					</td>
-
 
199
                				</tr>
-
 
200
                                <tr>
-
 
201
                					<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
202
                					<td class="input">
-
 
203
                						<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
204
                					</td>
-
 
205
                				</tr>
-
 
206
                                <tr>
-
 
207
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
134
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
208
                					<td class="input">
135
                					<td class="input">
209
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
136
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
210
                					</td>
137
                					</td>
211
                				</tr>
138
                				</tr>
212
                				<tr>
-
 
213
                					<td>&nbsp;</td>
-
 
214
                					<td class="instruction">This address will be saved for next time.</td>
-
 
215
                				</tr>
-
 
216
                                </tbody>
139
                                </tbody>
217
                			</table>
140
                			</table>
218
							#end
141
							#end
219
							<div style="text-align:center;">
142
							<div style="text-align:center;">
220
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
143
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
Line 273... Line 196...
273
    								</div>
196
    								</div>
274
									<br/>
197
									<br/>
275
								</div>
198
								</div>
276
								
199
								
277
							</div>
200
							</div>
278
							#if($action.isAddressRequired())
201
							#if($action.isPhoneNumberRequired())
279
							<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
202
                			<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
280
                				<thead>
203
                				<thead>
281
                					<tr class="header">
204
                					<tr class="header">
282
                							<td id="newAddressFormHeading" class="instruction" colspan="2">As you are a first time user, we need a billing address to send to Payment Gateway.</td>
205
                							<td id="newAddressFormHeading" class="instruction" colspan="2">As you are a first time user, we need a billing address to send to Payment Gateway.</td>
283
                					</tr>
206
                					</tr>
284
                                </thead>
207
                                </thead>
285
                				<tbody>
208
                				<tbody>
286
                                <tr>
209
                                <tr>
287
                					<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
288
                					<td class="input">
-
 
289
                						<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
290
                					</td>
-
 
291
                				</tr>
-
 
292
                                <tr>
-
 
293
                					<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
294
                					<td class="input">
-
 
295
                						<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
296
                					</td>
-
 
297
                				</tr>
-
 
298
                                <tr>
-
 
299
                					<td class="label" align="right">Address Line 2:</td>
-
 
300
                					<td class="input">
-
 
301
                						<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
302
                					</td>
-
 
303
                				</tr>
-
 
304
                                <tr>
-
 
305
                					<td class="label" align="right"><sup>*</sup>State</td>
-
 
306
                					<td class="input">
-
 
307
                						<select class="select_state" name="state" id="shipState">
-
 
308
                						#include("templates/stateslist.vm")
-
 
309
                						</select>
-
 
310
                					</td>
-
 
311
                				</tr>
-
 
312
                                <tr>
-
 
313
                					<td class="label" align="right"><sup>*</sup>City:</td>
-
 
314
                					<td class="input">
-
 
315
                						<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
316
                					</td>
-
 
317
                				</tr>
-
 
318
                                <tr>
-
 
319
                					<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
320
                					<td class="input">
-
 
321
                						<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
322
                					</td>
-
 
323
                				</tr>
-
 
324
                                <tr>
-
 
325
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
210
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
326
                					<td class="input">
211
                					<td class="input">
327
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
212
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
328
                					</td>
213
                					</td>
329
                				</tr>
214
                				</tr>
330
                				<tr>
-
 
331
                					<td>&nbsp;</td>
-
 
332
                					<td class="instruction">This address will be saved for next time.</td>
-
 
333
                				</tr>
-
 
334
                                </tbody>
215
                                </tbody>
335
                			</table>
216
                			</table>
336
							#end
217
							#end
337
							<div style="text-align:center;">
218
							<div style="text-align:center;">
338
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
219
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
Line 509... Line 390...
509
        								</div>
390
        								</div>
510
    									<br/>
391
    									<br/>
511
    								</div>
392
    								</div>
512
    							</div>
393
    							</div>
513
							</div>
394
							</div>
514
							#if($action.isAddressRequired())
395
							#if($action.isPhoneNumberRequired())
515
							<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
396
                			<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
516
                				<thead>
397
                				<thead>
517
                					<tr class="header">
398
                					<tr class="header">
518
                							<td id="newAddressFormHeading" class="instruction" colspan="2">As you are a first time user, we need a billing address to send to Payment Gateway.</td>
399
                							<td id="newAddressFormHeading" class="instruction" colspan="2">As you are a first time user, we need a billing address to send to Payment Gateway.</td>
519
                					</tr>
400
                					</tr>
520
                                </thead>
401
                                </thead>
521
                				<tbody>
402
                				<tbody>
522
                                <tr>
403
                                <tr>
523
                					<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
524
                					<td class="input">
-
 
525
                						<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
526
                					</td>
-
 
527
                				</tr>
-
 
528
                                <tr>
-
 
529
                					<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
530
                					<td class="input">
-
 
531
                						<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
532
                					</td>
-
 
533
                				</tr>
-
 
534
                                <tr>
-
 
535
                					<td class="label" align="right">Address Line 2:</td>
-
 
536
                					<td class="input">
-
 
537
                						<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
538
                					</td>
-
 
539
                				</tr>
-
 
540
                                <tr>
-
 
541
                					<td class="label" align="right"><sup>*</sup>State</td>
-
 
542
                					<td class="input">
-
 
543
                						<select class="select_state" name="state" id="shipState">
-
 
544
                						#include("templates/stateslist.vm")
-
 
545
                						</select>
-
 
546
                					</td>
-
 
547
                				</tr>
-
 
548
                                <tr>
-
 
549
                					<td class="label" align="right"><sup>*</sup>City:</td>
-
 
550
                					<td class="input">
-
 
551
                						<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
552
                					</td>
-
 
553
                				</tr>
-
 
554
                                <tr>
-
 
555
                					<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
556
                					<td class="input">
-
 
557
                						<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
558
                					</td>
-
 
559
                				</tr>
-
 
560
                                <tr>
-
 
561
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
404
                					<td class="label" align="right"><sup>*</sup>Phone:</td>
562
                					<td class="input">
405
                					<td class="input">
563
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
406
                						<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
564
                					</td>
407
                					</td>
565
                				</tr>
408
                				</tr>
566
                				<tr>
-
 
567
                					<td>&nbsp;</td>
-
 
568
                					<td class="instruction">This address will be saved for next time.</td>
-
 
569
                				</tr>
-
 
570
                                </tbody>
409
                                </tbody>
571
                			</table>
410
                			</table>
572
							#end
411
							#end
573
							<div style="clear:both"></div>
412
							<div style="clear:both"></div>
574
							<div style="text-align:center;">
413
							<div style="text-align:center;">