Subversion Repositories SmartDukaan

Rev

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

Rev 17766 Rev 17773
Line 7... Line 7...
7
		<button type="button" class="btn btn-md pull-right checkout">CHECKOUT</button>
7
		<button type="button" class="btn btn-md pull-right checkout">CHECKOUT</button>
8
	    <!-- <div class="col-xs-4 text-center"><a href="#"><i class="glyphicon glyphicon-circle-arrow-down"></i><br></a></div>
8
	    <!-- <div class="col-xs-4 text-center"><a href="#"><i class="glyphicon glyphicon-circle-arrow-down"></i><br></a></div>
9
	    <div class="col-xs-4 text-center"><a href="#"><i class="glyphicon glyphicon-shopping-cart"></i><br></a></div> -->
9
	    <div class="col-xs-4 text-center"><a href="#"><i class="glyphicon glyphicon-shopping-cart"></i><br></a></div> -->
10
	  </div>
10
	  </div>
11
	  </div>
11
	  </div>
12
</div>
-
 
13
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-
 
14
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-
 
15
<script>
-
 
16
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
17
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
18
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
19
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
20
 
-
 
21
  ga('create', 'UA-57401660-1', 'auto');
-
 
22
  ga('send', 'pageview');
-
 
23
  $(function(){
-
 
24
	$('a').click(function(){
-
 
25
		ga('send', 'event', 'anchor', 'click', $(this).attr('title'));
-
 
26
	});
-
 
27
  }); 
-
 
28
</script>
-
 
29
12
</div>
-
 
13
30
14