| Line 483... |
Line 483... |
| 483 |
</form>
|
483 |
</form>
|
| 484 |
</div>
|
484 |
</div>
|
| 485 |
#end
|
485 |
#end
|
| 486 |
#if($action.isAmountZero() || $action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
486 |
#if($action.isAmountZero() || $action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
| 487 |
<div>
|
487 |
<div>
|
| 488 |
<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
|
- |
|
| 489 |
#if($action.shouldShowStorePickUpOption())
|
488 |
#if($action.shouldShowStorePickUpOption())
|
| 490 |
#set($deliveryLocation = "HotSpot")
|
489 |
#set($deliveryLocation = "HotSpot")
|
| 491 |
#else
|
490 |
#else
|
| 492 |
#set($deliveryLocation = "myLocation")
|
491 |
#set($deliveryLocation = "myLocation")
|
| 493 |
#end
|
492 |
#end
|
| Line 498... |
Line 497... |
| 498 |
#else
|
497 |
#else
|
| 499 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
498 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
| 500 |
#end
|
499 |
#end
|
| 501 |
<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
|
500 |
<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
|
| 502 |
|
501 |
|
| 503 |
#if(!$action.userinfo.isPrivateDealUser())
|
502 |
#if(!$action.isPrivateDealUser())
|
| - |
|
503 |
<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
|
| 504 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
504 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
| 505 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
505 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
| 506 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
506 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
| 507 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
507 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
| 508 |
</div>
|
508 |
</div>
|