| 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
|
- |
|
| 80 |
#if($action.shouldShowCodOption())
|
77 |
#if($action.shouldShowCodOption())
|
| 81 |
<li>CASH ON DELIVERY</li>
|
78 |
<li>CASH ON DELIVERY</li>
|
| 82 |
#end
|
- |
|
| 83 |
#end
|
79 |
#end
|
| 84 |
</ul>
|
80 |
</ul>
|
| 85 |
<div>
|
81 |
<div>
|
| 86 |
<div class="center-text-bold12">Select Your Credit Card:</div><br/>
|
82 |
<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')">
|
83 |
<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
|
| Line 428... |
Line 424... |
| 428 |
<br/><br/>
|
424 |
<br/><br/>
|
| 429 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
425 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
| 430 |
</div>
|
426 |
</div>
|
| 431 |
</form>
|
427 |
</form>
|
| 432 |
</div>
|
428 |
</div>
|
| 433 |
#if($action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
429 |
#if($action.shouldShowCodOption())
|
| 434 |
<div>
|
430 |
<div>
|
| 435 |
<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
|
431 |
<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
|
- |
|
| 441 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
432 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
| 442 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
433 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 443 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
434 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
| 444 |
<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
|
- |
|
| 445 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
435 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
| 446 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
436 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
| 447 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
437 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
| 448 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
438 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
| 449 |
</div>
|
439 |
</div>
|
| 450 |
<div class="text-center">
|
440 |
<div class="text-center">
|
| 451 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
441 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
| 452 |
<br/><br/>
|
442 |
<br/><br/>
|
| 453 |
<ul class="bold text-left" style="padding-left: 150px;">
|
443 |
<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
|
- |
|
| 458 |
Please note:
|
444 |
Please note:
|
| 459 |
<li>Cash on Delivery orders will take an extra day for shipment</li>
|
445 |
<li>Cash on Delivery orders will take an extra day for shipment</li>
|
| 460 |
<li>Only cash will be accepted for Cash on Delivery orders</li>
|
446 |
<li>Only cash will be accepted for Cash on Delivery orders</li>
|
| 461 |
#end
|
- |
|
| 462 |
</ul>
|
447 |
</ul>
|
| 463 |
</div>
|
448 |
</div>
|
| 464 |
</form>
|
449 |
</form>
|
| 465 |
</div>
|
450 |
</div>
|
| 466 |
#end
|
451 |
#end
|