Subversion Repositories SmartDukaan

Rev

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

Rev 1934 Rev 1972
Line 9... Line 9...
9
 
9
 
10
<title>Saholic</title>
10
<title>Saholic</title>
11
 #set($currentUrl = $request.getRequestURL().toString()) 
11
 #set($currentUrl = $request.getRequestURL().toString()) 
12
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
12
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
13
 <link rel="canonical" href="$currentUrl" /> 
13
 <link rel="canonical" href="$currentUrl" /> 
14
 #include ( "templates/commoncssfiles.vm" )  
14
 #include ( "templates/commoncssfiles.vm" )
15
 
-
 
-
 
15
 #set($total_amount = 0.0)
16
</head>
16
</head>
17
 
17
 
18
<body>
18
<body>
19
	<noscript>
19
	<noscript>
20
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
20
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
Line 68... Line 68...
68
				<div class="content" align="center">
68
				<div class="content" align="center">
69
					<p align="center"><strong>$action.getMessage()</strong></p>
69
					<p align="center"><strong>$action.getMessage()</strong></p>
70
					
70
					
71
			#set($orders = $action.getOrders())
71
			#set($orders = $action.getOrders())
72
			#if($orders && $orders.size() != 0)
72
			#if($orders && $orders.size() != 0)
73
				#set($total_amount = 0.0)
-
 
74
					<div align="center" class="note">Note: For order details click on Order ID</div>
73
					<div align="center" class="note">Note: For order details click on Order ID</div>
75
					<table id="paySuccess" align="center" cellpadding="0" cellspacing="0" border="0" width="100%" class="tablesorter">
74
					<table id="paySuccess" align="center" cellpadding="0" cellspacing="0" border="0" width="100%" class="tablesorter">
76
						<thead>
75
						<thead>
77
							<tr>
76
							<tr>
78
								<th width="14%">Order ID</th>
77
								<th width="14%">Order ID</th>
Line 154... Line 153...
154
	$action.getFooterSnippet()
153
	$action.getFooterSnippet()
155
	
154
	
156
	#include ( "templates/commonjsfiles.vm" )
155
	#include ( "templates/commonjsfiles.vm" )
157
    
156
    
158
    <script type="text/javascript" charset="utf-8">
157
    <script type="text/javascript" charset="utf-8">
159
        add_track_log("payment success", window.location.href, "$request.getParameter("paymentId")($total_amount)");
158
        add_track_log("payment success", window.location.href, "$request.getParameter("paymentId")($total_amount.intValue())");
160
    </script>
159
    </script>
161
</body>
160
</body>
162
</html>
161
</html>