Subversion Repositories SmartDukaan

Rev

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

Rev 3944 Rev 3970
Line 53... Line 53...
53
				<button id="computeEstimate" class="new-button">
53
				<button id="computeEstimate" class="new-button">
54
					<img src="/images/Icon_DeliveryTime.png" />
54
					<img src="/images/Icon_DeliveryTime.png" />
55
					<span>Update Delivery Time</span>
55
					<span>Update Delivery Time</span>
56
                </button>
56
                </button>
57
            </div>
57
            </div>
-
 
58
		#set($ab_testing_variable = $action.getId())
-
 
59
		#if($ab_testing_variable == "0")
58
			<div id="checkout" class="cartflow-main-action-button right">ENTER SHIPPING INFO &gt;</div>
60
			<div id="checkout" class="cartflow-main-action-button right">ENTER SHIPPING INFO &gt;</div>
-
 
61
		#end
59
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
62
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
60
				<thead>
63
				<thead>
61
					<tr>
64
					<tr>
62
						<th width="242" class="first">Item &amp; Color</th>
65
						<th width="242" class="first">Item &amp; Color</th>
63
						<th width="239"><img src="/images/Icon_DeliveryTime.png" />&nbsp;&nbsp;Delivery Time for PIN <span class="dev-pincode">$pincode</span></th>
66
						<th width="239"><img src="/images/Icon_DeliveryTime.png" />&nbsp;&nbsp;Delivery Time for PIN <span class="dev-pincode">$pincode</span></th>
Line 136... Line 139...
136
                    <td class="label">Amount Payable:<br />(After Discount)</td>
139
                    <td class="label">Amount Payable:<br />(After Discount)</td>
137
                    <td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
140
                    <td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
138
                </tr>
141
                </tr>
139
				#end
142
				#end
140
            </table>
143
            </table>
-
 
144
		#if($ab_testing_variable == "1")
-
 
145
			<div id="checkout" class="cartflow-main-action-button right margin-up">ENTER SHIPPING INFO &gt;</div>
-
 
146
		#end
141
        </div>
147
        </div>
142
#else
148
#else
143
	<div id="registration" class="blue-border">
149
	<div id="registration" class="blue-border">
144
		<div class="middle">
150
		<div class="middle">
145
			<div class="mid-inner">
151
			<div class="mid-inner">
Line 161... Line 167...
161
</div>
167
</div>
162
 
168
 
163
#include("templates/footer.vm")
169
#include("templates/footer.vm")
164
 
170
 
165
#include ( "templates/commonjsfiles.vm" )
171
#include ( "templates/commonjsfiles.vm" )
-
 
172
	#if($ab_testing_variable == "0")
-
 
173
<!-- Google Website Optimizer Control Script -->
-
 
174
<script>
-
 
175
function utmx_section(){}function utmx(){}
-
 
176
(function(){var k='1425815630',d=document,l=d.location,c=d.cookie;function f(n){
-
 
177
if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return escape(c.substring(i+n.
-
 
178
length+1,j<0?c.length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;
-
 
179
d.write('<sc'+'ript src="'+
-
 
180
'http'+(l.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com'
-
 
181
+'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
-
 
182
+new Date().valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
-
 
183
'" type="text/javascript" charset="utf-8"></sc'+'ript>')})();
-
 
184
</script><script>utmx("url",'A/B');</script>
-
 
185
<!-- End of Google Website Optimizer Control Script -->
-
 
186
<!-- Google Website Optimizer Tracking Script -->
-
 
187
<script type="text/javascript">
-
 
188
  var _gaq = _gaq || [];
-
 
189
  _gaq.push(['gwo._setAccount', 'UA-26682619-1']);
-
 
190
  _gaq.push(['gwo._trackPageview', '/1425815630/test']);
-
 
191
  (function() {
-
 
192
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
193
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
194
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
195
  })();
-
 
196
</script>
-
 
197
<!-- End of Google Website Optimizer Tracking Script -->
-
 
198
		
-
 
199
	#elseif($ab_testing_variable == "1")
-
 
200
 
-
 
201
		<!-- Google Website Optimizer Tracking Script -->
-
 
202
<script type="text/javascript">
-
 
203
  var _gaq = _gaq || [];
-
 
204
  _gaq.push(['gwo._setAccount', 'UA-26682619-1']);
-
 
205
  _gaq.push(['gwo._trackPageview', '/1425815630/test']);
-
 
206
  (function() {
-
 
207
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
208
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
209
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
210
  })();
-
 
211
</script>
-
 
212
<!-- End of Google Website Optimizer Tracking Script -->
-
 
213
 
-
 
214
	#end
166
</body>
215
</body>
167
</html>
216
</html>
168
217