Subversion Repositories SmartDukaan

Rev

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

Rev 5625 Rev 5716
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/>
-
 
436
						#if($action.shouldShowStorePickUpOption())
-
 
437
							#set($deliveryLocation = "HotSpot")
-
 
438
						#else
-
 
439
							#set($deliveryLocation = "myLocation")
-
 
440
						#end
432
						<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
441
						<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
433
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
442
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
434
							<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
443
							<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
-
 
444
							<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
435
    						<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
445
    						<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
436
								<img src="/captcha" id="captchaImage" /><br/><br/>
446
								<img src="/captcha" id="captchaImage" /><br/><br/>
437
								<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
447
								<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
438
								<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
448
								<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
439
    						</div>
449
    						</div>
440
							<div class="text-center">
450
							<div class="text-center">
441
    							<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
451
    							<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
442
								<br/><br/>
452
								<br/><br/>
443
								<ul class="bold text-left" style="padding-left: 150px;">
453
								<ul class="bold text-left" style="padding-left: 150px;">
-
 
454
								#if($action.shouldShowStorePickUpOption())
-
 
455
									Please note:
-
 
456
									<li>You can pay using Cash, Credit Card or Debit Card when you pick up your consignment</li>
-
 
457
								#else
444
									Please note:
458
									Please note:
445
									<li>Cash on Delivery orders will take an extra day for shipment</li>
459
									<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>
460
									<li>Only cash will be accepted for Cash on Delivery orders</li>
-
 
461
								#end
447
								</ul>
462
								</ul>
448
							</div>
463
							</div>
449
						</form>
464
						</form>
450
					</div>
465
					</div>
451
					#end
466
					#end