Subversion Repositories SmartDukaan

Rev

Rev 8462 | Rev 8917 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6050 anupam.sin 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
 
6
<!-- Prevent MS Office toolbar from changing layout -->
7
	<meta name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" /> 
8
	<META name="y_key" content="116f6310a0df3c4f" />
9
	<meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
10
	<title>Recharge payment details</title>
11
 
12
#include ( "templates/commoncssfiles.vm" )
6339 anupam.sin 13
#include ( "templates/commonjsfiles.vm" )
6056 amit.gupta 14
#set($rechargeOrder = $action.getRechargeOrder()) 
15
#set($status = $action.getOrderStatus())
6050 anupam.sin 16
	<link rel="stylesheet" href="/css/home.css" type="text/css" />
17
	<style type="text/css">
18
		#myAccount .status h1 {
19
    color: #030303;
20
    font-size: 18px;
21
    font-weight: bold;
22
}
23
#myAccount .status .note {
24
    font-size: 12px;
25
    font-weight: normal;
26
}
27
#myAccount .status th {
28
    background: none repeat scroll 0 0 #DAF0F8;
29
    border-left: 1px solid #CCCCCC;
30
    border-right: 1px solid #CCCCCC;
31
    border-top: 1px solid #CCCCCC;
32
    font-size: 16px;
33
    text-align: center;
34
}
35
#myAccount .status td {
36
    border-color: #CCCCCC;
37
    border-style: solid;
38
    border-width: 1px;
39
    font-size: 14px;
40
    text-align: center;
41
}
42
 
43
#myAccount .status .message > ul {
44
    color: #0000FF;
45
    font-size: 14px;
46
}
47
a {
48
    color: #0000FF;
49
    outline: medium none;
50
    text-decoration: none;
51
}
52
</style>
53
	<link href="https://plus.google.com/108546508648658526684" rel="publisher" />
54
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
55
</head>
56
 
57
<body>
58
	<noscript>
59
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
60
	</noscript>
61
	$action.getHeaderSnippet()
62
	<!-- Main -->
63
	<div id="main">
64
		<div class="main-content">
65
			<div class="main-top"></div>
66
			<div class="main-left left">
67
				<div class="main-left-banner">
68
					<script type='text/javascript'><!--//<![CDATA[
69
               var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
70
               var m3_r = Math.floor(Math.random()*99999999999);
71
               if (!document.MAX_used) document.MAX_used = ',';
72
               document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
6352 anupam.sin 73
               document.write ("?zoneid=1");
6050 anupam.sin 74
               document.write ('&amp;cb=' + m3_r);
75
               if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
76
               document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
77
               document.write ("&amp;loc=" + escape(window.location));
78
               if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
79
               if (document.context) document.write ("&context=" + escape(document.context));
80
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
81
               document.write ("'><\/scr"+"ipt>");
82
            //]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a592d2cd' border='0' alt='' /></a></noscript>
83
				</div>
6249 anupam.sin 84
				<div style='height: 30px;background-color: #2789C1;font-size: 14px;font-weight: bold;color: #FFFFFF;border: solid 1px #2789C1;width: 100%;'>
85
					<div style='margin:0 10px 0 10px;padding-top:7px'>
86
						RECHARGE DETAILS
87
					</div>
88
				</div>
6143 anupam.sin 89
				<div style="width: 100%;border: solid 1px #2789C1;float:left;font-size: 17px;color:#444444;height: 426px;" class="recharge-main-left-container">
6123 anupam.sin 90
					#if(!$action.getRechargeOrder())
91
						<div>$action.getMessage()</div>
92
					#else
6050 anupam.sin 93
<div id="myAccount">
94
<div class="status" style="width: 670px; height: 380px; border-top-width: 15px; padding: 23px 20px;">
6249 anupam.sin 95
<div style="padding-top: 10px; padding-bottom: 20px;font-size:14px;" class="note">Please note the following details about your Online Recharge request.</div>
6050 anupam.sin 96
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;" id="rechargeData" class="tablesorter">
97
                                <thead>
98
                                    <tr>
6142 anupam.sin 99
										<th width="20%">Order Id</th>
100
                                        <th width="20%" style="padding-top: 4px; padding-bottom: 4px;">#if ($action.isDTH()) Account Number #else Mobile Number#end</th>
101
										<th width="20%">Operator</th>
102
                                        <th width="20%">Amount</th>
103
                                        <th width="20%" class="borderRight">Status</th>
6050 anupam.sin 104
                                    </tr>
105
                                </thead>
106
                                <tbody>
107
                                    <tr>
6142 anupam.sin 108
										<td>$rechargeOrder.getDisplayId()</td>
6056 amit.gupta 109
                                        <td style="padding-top: 5px; padding-bottom: 5px;">$rechargeOrder.getDeviceNumber()</td>
110
                                        <td>$action.getProvider()</td>
111
                                        <td>$rechargeOrder.getTotalAmount()</td>
112
                                        <td class="$status.get(0)">$status.get(1)</td>
6050 anupam.sin 113
                                    </tr>
114
                                </tbody>
115
                            </table>
116
<div class="message" style="padding-top: 30px;">
6056 amit.gupta 117
	$status.get(2)
6050 anupam.sin 118
</div>
119
</div>
120
</div>
6123 anupam.sin 121
#end
6050 anupam.sin 122
				</div>
123
			</div>
6059 amit.gupta 124
    		<div class="widgets right">
7061 kshitij.so 125
				<div id="banner-side">
126
                	<img src="/images/banner-side.jpg" usemap="#popup">
127
                		<map name="popup">
8462 kshitij.so 128
                          <area shape="rect" coords="0,90,255,146" id="otg_know_more" href="javascript:void(0)">
129
                          <area shape="rect" coords="0,144,255,215" id="pickupstoreInfo" href="javascript:void(0)">
130
                          <area shape="rect" coords="0,213,255,284" class="emiInfo" href="javascript:void(0)">
131
                		  <area shape="rect" coords="0,280,255,346" class="insuranceInfo" href="javascript:void(0)">
7061 kshitij.so 132
                        </map>
133
                 </div>
8792 kshitij.so 134
			<div style="margin-top:10px;cursor: pointer;" id="promotion">
135
					<a href="/mobile-phones/spice-coolpad-2-mi-496-1006864">
136
						<img src="/images/Side-Add-blue.jpg">
137
					</a>
8462 kshitij.so 138
			</div>
6059 amit.gupta 139
    		</div>
6050 anupam.sin 140
		</div>
141
	</div>
142
	#include("templates/footer.vm")
6106 rajveer 143
 
6107 rajveer 144
    <script type="text/javascript" charset="utf-8">
6120 rajveer 145
	#set($order = $action.getRechargeOrder())
146
 
6150 rajveer 147
	#if($order.getStatus().name()=="RECHARGE_SUCCESSFUL")
148
	var _gaq = _gaq || [];
6120 rajveer 149
	  _gaq.push(['_setAccount', '${in.shop2020.gaAccountID}']);
150
      _gaq.push(['_trackPageview']);
151
 
152
	  if(typeof _gaq != "undefined" && _gaq != null)  {
6107 rajveer 153
        _gaq.push(['_addTrans',
154
           '$order.getDisplayId()',                // order ID - required
155
           '${in.shop2020.title}',                       // affiliation or store name
156
           '$order.getTotalAmount()',      // total - required
157
           '0',                             // tax
158
           '0',                             // shipping
159
           '',     // city
160
           '',    // state or province
161
           'INDIA'                          // country
162
        ]);
163
 
164
        var prod_name = '';
165
        _gaq.push(['_addItem',
166
            '$order.getDisplayId()',            // order ID - required
167
            '$order.getDeviceNumber()',    // SKU/code - required
168
            '$action.getProvider()',                   // product name
6128 rajveer 169
            'Digital',      // category or variation
6107 rajveer 170
            '$order.getTotalAmount()', // unit price - required
171
            '1'    // quantity - required
172
        ]);
173
        _gaq.push(['_trackTrans']);
174
    }
175
 
6120 rajveer 176
      (function() {
177
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
178
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
179
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
180
      })();
6150 rajveer 181
	#end
182
 
6120 rajveer 183
	  trackEventWithGA('Recharge', 'Recharge Result', '$status.get(1)');
184
     </script>
6106 rajveer 185
 
186
 
6050 anupam.sin 187
</body>
188
</html>