| 17766 |
manish.sha |
1 |
<div class=" footer">
|
|
|
2 |
<div class="col-xs-12 navbar-fixed-bottom pmfooter">
|
|
|
3 |
<div class="row" id="bottomNav" data-id="<?php echo $logged_user['id'];?>">
|
|
|
4 |
<i class="glyphicon glyphicon-shopping-cart cartbutton"></i><span class="badge cartcount">
|
|
|
5 |
|
|
|
6 |
<span class="carttotal">₹ </span ><span class="carttotalval">0</span>
|
|
|
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>
|
|
|
9 |
<div class="col-xs-4 text-center"><a href="#"><i class="glyphicon glyphicon-shopping-cart"></i><br></a></div> -->
|
| 13532 |
anikendra |
10 |
</div>
|
| 17766 |
manish.sha |
11 |
</div>
|
| 13532 |
anikendra |
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 |
});
|
| 17766 |
manish.sha |
27 |
});
|
| 13579 |
anikendra |
28 |
</script>
|