Subversion Repositories SmartDukaan

Rev

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

Rev 13416 Rev 13417
Line 59... Line 59...
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>
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/>
60
				<br/>
61
				<div id="vtab">
61
				<div id="vtab">
62
                    <ul>
62
                    <ul>
63
                        <li>CREDIT CARDS</li>
63
                        <li>CREDIT CARDS</li>
64
                        <li>PAYU<span id="pay-at-store-new-icon" style="left:85px"></span>(1 Offer)</li>
64
                        <li>PAYU<span id="pay-at-store-new-icon" style="left:117px"></span>(1 Offer)</li>
65
                        <li>DEBIT/ATM CARDS</li>
65
                        <li>DEBIT/ATM CARDS</li>
66
                        <li>NET BANKING</li>
66
                        <li>NET BANKING</li>
67
                    </ul>
67
                    </ul>
68
                    <div>
68
                    <div>
69
						<div class="center-text-bold12">Select Your Credit Card:</div><br/>
69
						<div class="center-text-bold12">Select Your Credit Card:</div><br/>
Line 190... Line 190...
190
								<br/><br/>
190
								<br/><br/>
191
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span> 
191
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span> 
192
							</div>
192
							</div>
193
						</form>
193
						</form>
194
                    </div>
194
                    </div>
-
 
195
                    
-
 
196
                    					<div>
-
 
197
						<form id="payuSelection" name="payuSelection" action="/recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('payuSelection')">
-
 
198
							<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
-
 
199
							<div class="ccdiv" style="float:left; margin-left:48px;width:552px">
-
 
200
    							<div class="ccheader-div" style="width:542px"><b>Please choose the payment system.</b></div>
-
 
201
    							<div style="padding: 20px">
-
 
202
    								<div class="options">
-
 
203
    									<input type="radio" name="payment_option" value="4001" class="marginRight5px" checked="checked"/>
-
 
204
    									<div class="newcclogo">
-
 
205
        									<h3>
-
 
206
        										<img src="/images/payu-money-logo.png" valign="middle"/>
-
 
207
        									</h3>
-
 
208
        								</div>
-
 
209
    									<span class="cctext">(5% extra discount)</span>
-
 
210
    									<br/>
-
 
211
    								</div>
-
 
212
    							</div>
-
 
213
							</div>
-
 
214
                            <div style="clear:both"></div>
-
 
215
							#if($fieldsToShow == "phone")
-
 
216
                            	#if($rechargeOrder.getRechargeType() == "MOBILE")
-
 
217
                            		<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
-
 
218
                            	#else		
-
 
219
                            		<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
220
                            			<thead>
-
 
221
                            				<tr class="header">
-
 
222
                            						<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
-
 
223
                            				</tr>
-
 
224
                                        </thead>
-
 
225
                            			<tbody>
-
 
226
                                        <tr>
-
 
227
                            				<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
-
 
228
                            				<td class="input">
-
 
229
                            					<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
-
 
230
                            				</td>
-
 
231
                            			</tr>
-
 
232
                                        </tbody>
-
 
233
                            		</table>
-
 
234
                            		<br>
-
 
235
                            	#end
-
 
236
                            #elseif($fieldsToShow == "address")
-
 
237
                            	<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
238
                            	<thead>
-
 
239
                            		<tr class="header">
-
 
240
                            				<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
-
 
241
                            		</tr>
-
 
242
                                </thead>
-
 
243
                            	<tbody>
-
 
244
                                <tr>
-
 
245
                            		<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
246
                            		<td class="input">
-
 
247
                            			<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
248
                            		</td>
-
 
249
                            	</tr>
-
 
250
                                <tr>
-
 
251
                            		<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
252
                            		<td class="input">
-
 
253
                            			<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
254
                            		</td>
-
 
255
                            	</tr>
-
 
256
                                <tr>
-
 
257
                            		<td class="label" align="right">Address Line 2:</td>
-
 
258
                            		<td class="input">
-
 
259
                            			<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
260
                            		</td>
-
 
261
                            	</tr>
-
 
262
                                <tr>
-
 
263
                            		<td class="label" align="right"><sup>*</sup>State</td>
-
 
264
                            		<td class="input">
-
 
265
                            			<select class="select_state" name="state" id="shipState">
-
 
266
                            			#include("templates/stateslist.vm")
-
 
267
                            			</select>
-
 
268
                            		</td>
-
 
269
                            	</tr>
-
 
270
                                <tr>
-
 
271
                            		<td class="label" align="right"><sup>*</sup>City:</td>
-
 
272
                            		<td class="input">
-
 
273
                            			<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
274
                            		</td>
-
 
275
                            	</tr>
-
 
276
                                <tr>
-
 
277
                            		<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
278
                            		<td class="input">
-
 
279
                            			<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
280
                            		</td>
-
 
281
                            	</tr>
-
 
282
                                <tr>
-
 
283
                            		<td class="label" align="right"><sup>*</sup>Phone:</td>
-
 
284
                            		<td class="input">
-
 
285
                            			<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
-
 
286
                            		</td>
-
 
287
                            	</tr>
-
 
288
                            	<tr>
-
 
289
                            		<td>&nbsp;</td>
-
 
290
                            		<td class="instruction">This address will be saved for next time.</td>
-
 
291
                            	</tr>
-
 
292
                                </tbody>
-
 
293
                            </table>
-
 
294
                            #end
-
 
295
							<div style="text-align:center;">
-
 
296
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
-
 
297
								<br/><br/>
-
 
298
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span> 
-
 
299
							</div>
-
 
300
						</form>
-
 
301
                    </div>
-
 
302
                    
195
                    <div>
303
                    <div>
196
						<div class="center-text-bold12">Select Your Debit/ATM Card:</div><br/>
304
						<div class="center-text-bold12">Select Your Debit/ATM Card:</div><br/>
197
						<form id="atmSelection" name="atmSelection" action="recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
305
						<form id="atmSelection" name="atmSelection" action="recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
198
							<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
306
							<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
199
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
307
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
Line 687... Line 795...
687
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
795
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
688
							</div>
796
							</div>
689
						</form>
797
						</form>
690
                    </div>
798
                    </div>
691
					
799
					
692
					
-
 
693
					<div>
-
 
694
						<form id="payuSelection" name="payuSelection" action="/recharge-payment" method="post" onsubmit="return verifyPaymentModeSelectionForm('payuSelection')">
-
 
695
							<input type="hidden" name="rechargeOrderId" value="$action.getRechargeOrderId()"/>
-
 
696
							<div class="ccdiv" style="float:left; margin-left:48px;width:552px">
-
 
697
    							<div class="ccheader-div" style="width:542px"><b>Please choose the payment system.</b></div>
-
 
698
    							<div style="padding: 20px">
-
 
699
    								<div class="options">
-
 
700
    									<input type="radio" name="payment_option" value="4001" class="marginRight5px" checked="checked"/>
-
 
701
    									<div class="newcclogo">
-
 
702
        									<h3>
-
 
703
        										<img src="/images/payu-money-logo.png" valign="middle"/>
-
 
704
        									</h3>
-
 
705
        								</div>
-
 
706
    									<span class="cctext">(5% extra discount)</span>
-
 
707
    									<br/>
-
 
708
    								</div>
-
 
709
    							</div>
-
 
710
							</div>
-
 
711
                            <div style="clear:both"></div>
-
 
712
							#if($fieldsToShow == "phone")
-
 
713
                            	#if($rechargeOrder.getRechargeType() == "MOBILE")
-
 
714
                            		<input type="hidden" id="shipPhone" name="phone" value="$action.getPhone()" />
-
 
715
                            	#else		
-
 
716
                            		<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
717
                            			<thead>
-
 
718
                            				<tr class="header">
-
 
719
                            						<td id="newAddressFormHeading" class="instruction" colspan="2"></td>
-
 
720
                            				</tr>
-
 
721
                                        </thead>
-
 
722
                            			<tbody>
-
 
723
                                        <tr>
-
 
724
                            				<td class="label" align="right"><sup>*</sup>Please enter your mobile number : </td>
-
 
725
                            				<td class="input">
-
 
726
                            					<input type="text" id="shipPhone" name="phone" value="$action.getPhone()" class="searchbox right" />
-
 
727
                            				</td>
-
 
728
                            			</tr>
-
 
729
                                        </tbody>
-
 
730
                            		</table>
-
 
731
                            		<br>
-
 
732
                            	#end
-
 
733
                            #elseif($fieldsToShow == "address")
-
 
734
                            	<table id='billig-address-for-recharge' cellpadding="0" cellspacing="0">
-
 
735
                            	<thead>
-
 
736
                            		<tr class="header">
-
 
737
                            				<td id="newAddressFormHeading" class="instruction" colspan="2">We need a billing address to send to Payment Gateway.</td>
-
 
738
                            		</tr>
-
 
739
                                </thead>
-
 
740
                            	<tbody>
-
 
741
                                <tr>
-
 
742
                            		<td class="label" align="right"><sup>*</sup>Name:</td>
-
 
743
                            		<td class="input">
-
 
744
                            			<input type="text" id="shipName" name="name" class="searchbox right" />
-
 
745
                            		</td>
-
 
746
                            	</tr>
-
 
747
                                <tr>
-
 
748
                            		<td class="label" align="right"><sup>*</sup>Address Line 1:</td>
-
 
749
                            		<td class="input">
-
 
750
                            			<input type="text" id="shipAddress1" name="line1" class="searchbox right" />
-
 
751
                            		</td>
-
 
752
                            	</tr>
-
 
753
                                <tr>
-
 
754
                            		<td class="label" align="right">Address Line 2:</td>
-
 
755
                            		<td class="input">
-
 
756
                            			<input type="text" id="shipAddress2" name="line2" class="searchbox right" />
-
 
757
                            		</td>
-
 
758
                            	</tr>
-
 
759
                                <tr>
-
 
760
                            		<td class="label" align="right"><sup>*</sup>State</td>
-
 
761
                            		<td class="input">
-
 
762
                            			<select class="select_state" name="state" id="shipState">
-
 
763
                            			#include("templates/stateslist.vm")
-
 
764
                            			</select>
-
 
765
                            		</td>
-
 
766
                            	</tr>
-
 
767
                                <tr>
-
 
768
                            		<td class="label" align="right"><sup>*</sup>City:</td>
-
 
769
                            		<td class="input">
-
 
770
                            			<input type="text" id="shipCity" name="city" class="searchbox"/>
-
 
771
                            		</td>
-
 
772
                            	</tr>
-
 
773
                                <tr>
-
 
774
                            		<td class="label" align="right"><sup>*</sup>Pin Code:</td>
-
 
775
                            		<td class="input">
-
 
776
                            			<input type="text" id="shipPin" name="pincode" value="" class="searchbox textbox-pincode" />
-
 
777
                            		</td>
-
 
778
                            	</tr>
-
 
779
                                <tr>
-
 
780
                            		<td class="label" align="right"><sup>*</sup>Phone:</td>
-
 
781
                            		<td class="input">
-
 
782
                            			<input type="text" id="shipPhone" name="phone" value="" class="searchbox right" />
-
 
783
                            		</td>
-
 
784
                            	</tr>
-
 
785
                            	<tr>
-
 
786
                            		<td>&nbsp;</td>
-
 
787
                            		<td class="instruction">This address will be saved for next time.</td>
-
 
788
                            	</tr>
-
 
789
                                </tbody>
-
 
790
                            </table>
-
 
791
                            #end
-
 
792
							<div style="text-align:center;">
-
 
793
    							<input type="submit" value="MAKE PAYMENT" class="make-payment-button" id="make-payment-recharge-button"/>
-
 
794
								<br/><br/>
-
 
795
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span> 
-
 
796
							</div>
-
 
797
						</form>
-
 
798
                    </div>
-
 
799
                </div>
800
                </div>
800
				<div class="payment-security-notice">
801
				<div class="payment-security-notice">
801
					<span class="noticetext">All the payments are secured by MasterCard SecureCode and Verified by Visa</span>
802
					<span class="noticetext">All the payments are secured by MasterCard SecureCode and Verified by Visa</span>
802
					<div class="noticelogo">
803
					<div class="noticelogo">
803
						<h3>
804
						<h3>