| Line 431... |
Line 431... |
| 431 |
</form>
|
431 |
</form>
|
| 432 |
</div>
|
432 |
</div>
|
| 433 |
#if($action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
433 |
#if($action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
| 434 |
<div>
|
434 |
<div>
|
| 435 |
<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
|
| 436 |
<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')">
|
| 437 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
442 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 438 |
<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">
|
| 439 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
445 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
| 440 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
446 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
| 441 |
<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">
|
| 442 |
<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>.
|
| 443 |
</div>
|
449 |
</div>
|
| Line 445... |
Line 451... |
| 445 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
451 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
| 446 |
<br/><br/>
|
452 |
<br/><br/>
|
| 447 |
<ul class="bold text-left" style="padding-left: 150px;">
|
453 |
<ul class="bold text-left" style="padding-left: 150px;">
|
| 448 |
#if($action.shouldShowStorePickUpOption())
|
454 |
#if($action.shouldShowStorePickUpOption())
|
| 449 |
Please note:
|
455 |
Please note:
|
| 450 |
<li>You can pay using Credit/Debit Cards also</li>
|
456 |
<li>You can pay using Cash, Credit Card or Debit Card when you pick up your consignment</li>
|
| 451 |
#else
|
457 |
#else
|
| 452 |
Please note:
|
458 |
Please note:
|
| 453 |
<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>
|
| 454 |
<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>
|
| 455 |
#end
|
461 |
#end
|