| Line 421... |
Line 421... |
| 421 |
<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
|
421 |
<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
|
| 422 |
</div>
|
422 |
</div>
|
| 423 |
<br/>
|
423 |
<br/>
|
| 424 |
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
|
424 |
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
|
| 425 |
Please enter the words shown below and click on the Confirm Order button below:<br/>
|
425 |
Please enter the words shown below and click on the Confirm Order button below:<br/>
|
| 426 |
<form id="codSelection" name="codSelection" action="/order" method="post">
|
426 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
| 427 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
427 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 428 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
428 |
<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
|
| 429 |
<div id="recaptchaDiv" style="margin-left:100px; margin-top:10px ; margin-bottom:20px">
|
429 |
<div id="recaptchaDiv" style="margin-left:100px; margin-top:10px ; margin-bottom:20px">
|
| 430 |
</div>
|
430 |
</div>
|
| 431 |
<script type="text/javascript">
|
431 |
<script type="text/javascript">
|
| Line 457... |
Line 457... |
| 457 |
#include("templates/footer.vm")
|
457 |
#include("templates/footer.vm")
|
| 458 |
|
458 |
|
| 459 |
#include ("templates/commonjsfiles.vm")
|
459 |
#include ("templates/commonjsfiles.vm")
|
| 460 |
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
|
460 |
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
|
| 461 |
</body>
|
461 |
</body>
|
| 462 |
</html>
|
- |
|
| 463 |
|
462 |
</html>
|
| - |
|
463 |
|