Subversion Repositories SmartDukaan

Rev

Rev 3312 | Rev 3616 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3312 Rev 3353
Line 14... Line 14...
14
<body>
14
<body>
15
	<noscript>
15
	<noscript>
16
	  <p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
16
	  <p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
17
	</noscript>
17
	</noscript>
18
 
18
 
19
	$action.getHeaderSnippet()			
19
	$action.getHeaderSnippet()
20
     <!-- Wrapper start -->
20
     <!-- Wrapper start -->
21
	<div id="main">
21
	<div id="main">
22
		#include("templates/mainmenu.vm")
22
		#include("templates/mainmenu.vm")
23
		$action.getSearchBarSnippet()
23
		$action.getSearchBarSnippet()
24
 
24
 
Line 420... Line 420...
420
							<span style="float:left"><h4>Cash on Delivery</h4></span>
420
							<span style="float:left"><h4>Cash on Delivery</h4></span>
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 note that Cash on Delivery orders will take an extra day for shipment.<br/>
-
 
426
						Please enter the words shown below:<br/>
426
						<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
427
						<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
427
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
428
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
428
							<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
429
							<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">
430
    						<div id="recaptchaDiv" style="margin-left:100px; margin-top:10px ; margin-bottom:20px">
430
    						</div>
431
    						</div>