| Line 67... |
Line 67... |
| 67 |
#set($orderAmount=$action.getTotalAmount())
|
67 |
#set($orderAmount=$action.getTotalAmount())
|
| 68 |
<h4 style="font-size:16px; font-weight:bold"><span style="color:#999999">Order Amount:</span> Rs <span style="color:#333333">$orderAmount</span></h4>
|
68 |
<h4 style="font-size:16px; font-weight:bold"><span style="color:#999999">Order Amount:</span> Rs <span style="color:#333333">$orderAmount</span></h4>
|
| 69 |
<br/>
|
69 |
<br/>
|
| 70 |
<div id="vtab">
|
70 |
<div id="vtab">
|
| 71 |
<ul>
|
71 |
<ul>
|
| - |
|
72 |
#if(!$action.isAmountZero())
|
| 72 |
<li>CREDIT CARDS</li>
|
73 |
<li>CREDIT CARDS</li>
|
| 73 |
<li>EMI<span id="pay-at-store-new-icon" style="left:85px"></span></li>
|
74 |
<li>EMI<span id="pay-at-store-new-icon" style="left:85px"></span></li>
|
| 74 |
<li>DEBIT/ATM CARDS</li>
|
75 |
<li>DEBIT/ATM CARDS</li>
|
| 75 |
<li>NET BANKING</li>
|
76 |
<li>NET BANKING</li>
|
| 76 |
<li>CASH CARDS</li>
|
77 |
<li>CASH CARDS</li>
|
| 77 |
#if($action.shouldShowStorePickUpOption())
|
78 |
#if($action.shouldShowStorePickUpOption())
|
| 78 |
<li>PAY IN STORE</li>
|
79 |
<li>PAY IN STORE</li>
|
| 79 |
#else
|
80 |
#else
|
| 80 |
#if($action.shouldShowCodOption())
|
81 |
#if($action.shouldShowCodOption())
|
| 81 |
<li>CASH ON DELIVERY</li>
|
82 |
<li>CASH ON DELIVERY</li>
|
| - |
|
83 |
#end
|
| 82 |
#end
|
84 |
#end
|
| - |
|
85 |
#else
|
| - |
|
86 |
<li>CONFIRM ORDER</li>
|
| 83 |
#end
|
87 |
#end
|
| - |
|
88 |
|
| 84 |
</ul>
|
89 |
</ul>
|
| - |
|
90 |
#if(!$action.isAmountZero())
|
| 85 |
<div>
|
91 |
<div>
|
| 86 |
<div class="center-text-bold12">Select Your Credit Card:</div><br/>
|
92 |
<div class="center-text-bold12">Select Your Credit Card:</div><br/>
|
| 87 |
<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
|
93 |
<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
|
| 88 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
94 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 89 |
<div class="ccdiv" style="float:left; margin-left:48px;">
|
95 |
<div class="ccdiv" style="float:left; margin-left:48px;">
|
| Line 548... |
Line 554... |
| 548 |
<br/><br/>
|
554 |
<br/><br/>
|
| 549 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
555 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
| 550 |
</div>
|
556 |
</div>
|
| 551 |
</form>
|
557 |
</form>
|
| 552 |
</div>
|
558 |
</div>
|
| - |
|
559 |
#end
|
| 553 |
#if($action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
560 |
#if($action.isAmountZero() || $action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
| 554 |
<div>
|
561 |
<div>
|
| 555 |
<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
|
562 |
<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
|
| 556 |
#if($action.shouldShowStorePickUpOption())
|
563 |
#if($action.shouldShowStorePickUpOption())
|
| 557 |
#set($deliveryLocation = "HotSpot")
|
564 |
#set($deliveryLocation = "HotSpot")
|
| 558 |
#else
|
565 |
#else
|
| 559 |
#set($deliveryLocation = "myLocation")
|
566 |
#set($deliveryLocation = "myLocation")
|
| 560 |
#end
|
567 |
#end
|
| 561 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
568 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
| 562 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
569 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| - |
|
570 |
#if($action.isAmountZero())
|
| - |
|
571 |
<input type="hidden" name="payment_option" id='payment_option' value="3001"/>
|
| - |
|
572 |
#else
|
| 563 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
573 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
| - |
|
574 |
#end
|
| 564 |
<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
|
575 |
<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
|
| 565 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
576 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
| 566 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
577 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
| 567 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
578 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
| 568 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
579 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
| 569 |
</div>
|
580 |
</div>
|
| 570 |
<div class="text-center">
|
581 |
<div class="text-center">
|
| 571 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
582 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
| 572 |
<br/><br/>
|
583 |
<br/><br/>
|
| 573 |
<ul class="bold text-left" style="padding-left: 150px;">
|
584 |
<ul class="bold text-left" style="padding-left: 150px;">
|
| 574 |
#if($action.shouldShowStorePickUpOption())
|
585 |
#if($action.shouldShowStorePickUpOption()&&!$action.isAmountZero())
|
| 575 |
Please note:
|
586 |
Please note:
|
| 576 |
<li>You can pay using Cash, Credit Card or Debit Card when you pick up your consignment</li>
|
587 |
<li>You can pay using Cash, Credit Card or Debit Card when you pick up your consignment</li>
|
| 577 |
#else
|
588 |
#else
|
| 578 |
Please note:
|
589 |
Please note:
|
| 579 |
<li>Cash on Delivery orders will take an extra day for shipment</li>
|
590 |
<li>Cash on Delivery orders will take an extra day for shipment</li>
|