Subversion Repositories SmartDukaan

Rev

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

Rev 11865 Rev 11925
Line 245... Line 245...
245
#end	
245
#end	
246
		<!-- /Cart Details -->
246
		<!-- /Cart Details -->
247
	</div>
247
	</div>
248
</div>
248
</div>
249
#include("templates/footer.vm")
249
#include("templates/footer.vm")
250
 
-
 
251
#include ( "templates/commonjsfiles.vm" )
250
#include ( "templates/commonjsfiles.vm" )
-
 
251
#if($action.isPrivateDealUserBase())
-
 
252
<script type="text/javascript"> 
-
 
253
_gaq.push(['_setCustomVar',
-
 
254
      1,             // This custom var is set to slot #1.  Required parameter.
-
 
255
      'typeofuser',   // The name of the custom variable.  Required parameter.
-
 
256
      'PrivateDeal',      // Sets the value of "User Type" to "Member" or "Visitor" depending on status.  Required parameter.
-
 
257
      1             // Sets the scope to session-level.  Optional parameter.
-
 
258
]);
-
 
259
</script>
-
 
260
#end
252
</body>
261
</body>
253
</html>
262
</html>
254
263