Subversion Repositories SmartDukaan

Rev

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

Rev 5542 Rev 5572
Line 15... Line 15...
15
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
15
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
16
</head>
16
</head>
17
 
17
 
18
<body>
18
<body>
19
	<noscript>
19
	<noscript>
20
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
20
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
21
	</noscript>
21
	</noscript>
22
 
22
 
23
	$action.getHeaderSnippet()
23
	$action.getHeaderSnippet()
24
<div id="main">
24
<div id="main">
25
	<div class="main-content">
25
	<div class="main-content">
Line 72... Line 72...
72
                        <li>CREDIT CARDS</li>
72
                        <li>CREDIT CARDS</li>
73
						<li>EMI</li>
73
						<li>EMI</li>
74
                        <li>DEBIT/ATM CARDS</li>
74
                        <li>DEBIT/ATM CARDS</li>
75
                        <li>NET BANKING</li>
75
                        <li>NET BANKING</li>
76
						<li>CASH CARDS</li>
76
						<li>CASH CARDS</li>
-
 
77
						#if($action.shouldShowStorePickUpOption())
-
 
78
							<li>PAY AT STORE</li>
-
 
79
						#else
77
						#if($action.shouldShowCodOption())
80
							#if($action.shouldShowCodOption())
78
						<li>CASH ON DELIVERY</li>
81
								<li>CASH ON DELIVERY</li>
-
 
82
							#end
79
						#end
83
						#end
80
                    </ul>
84
                    </ul>
81
                    <div>
85
                    <div>
82
						<div class="center-text-bold12">Select Your Credit Card:</div><br/>
86
						<div class="center-text-bold12">Select Your Credit Card:</div><br/>
83
						<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
87
						<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
Line 424... Line 428...
424
								<br/><br/>
428
								<br/><br/>
425
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
429
								<span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
426
							</div>
430
							</div>
427
						</form>
431
						</form>
428
                    </div>
432
                    </div>
429
					#if($action.shouldShowCodOption())
433
					#if($action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
430
					<div>
434
					<div>
431
						<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
435
						<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
432
						<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
436
						<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
433
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
437
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
434
							<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
438
							<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
Line 439... Line 443...
439
    						</div>
443
    						</div>
440
							<div class="text-center">
444
							<div class="text-center">
441
    							<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
445
    							<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
442
								<br/><br/>
446
								<br/><br/>
443
								<ul class="bold text-left" style="padding-left: 150px;">
447
								<ul class="bold text-left" style="padding-left: 150px;">
-
 
448
								#if($action.shouldShowStorePickUpOption())
-
 
449
									Please note:
-
 
450
									<li>You can pay using Credit/Debit Cards also</li>
-
 
451
								#else
444
									Please note:
452
									Please note:
445
									<li>Cash on Delivery orders will take an extra day for shipment</li>
453
									<li>Cash on Delivery orders will take an extra day for shipment</li>
446
									<li>Only cash will be accepted for Cash on Delivery orders</li>
454
									<li>Only cash will be accepted for Cash on Delivery orders</li>
-
 
455
								#end
447
								</ul>
456
								</ul>
448
							</div>
457
							</div>
449
						</form>
458
						</form>
450
					</div>
459
					</div>
451
					#end
460
					#end