| Line 7... |
Line 7... |
| 7 |
},
|
7 |
},
|
| 8 |
content: function () {
|
8 |
content: function () {
|
| 9 |
return $(this).parent().find('.content').html();
|
9 |
return $(this).parent().find('.content').html();
|
| 10 |
}
|
10 |
}
|
| 11 |
});
|
11 |
});
|
| - |
|
12 |
$('#shippingAlertText').addClass('animated flash');
|
| 12 |
});
|
13 |
});
|
| 13 |
</script>
|
14 |
</script>
|
| 14 |
<link rel="stylesheet" href="/css/hexdots.css" type="text/css">
|
15 |
<link rel="stylesheet" href="/css/hexdots.css" type="text/css">
|
| - |
|
16 |
<link rel="stylesheet" href="/css/animate.css" type="text/css">
|
| 15 |
<style>
|
17 |
<style>
|
| 16 |
#cartloader{
|
18 |
#cartloader{
|
| 17 |
position:absolute;
|
19 |
position:absolute;
|
| 18 |
/*top:40%;*/
|
20 |
/*top:40%;*/
|
| 19 |
left:50%;
|
21 |
left:50%;
|
| 20 |
z-index:2001;
|
22 |
z-index:2001;
|
| 21 |
}
|
23 |
}
|
| - |
|
24 |
#shippingAlertText{
|
| - |
|
25 |
color:red;
|
| - |
|
26 |
font-size:10pt;
|
| - |
|
27 |
-webkit-animation-duration: 5s;
|
| - |
|
28 |
animation-duration: 5s;
|
| - |
|
29 |
-webkit-animation-iteration-count: infinite;
|
| - |
|
30 |
animation-iteration-count: infinite;
|
| - |
|
31 |
}
|
| 22 |
</style>
|
32 |
</style>
|
| 23 |
<script type="text/javascript" src="/js/cart.js?v=<?php echo $staticversion;?>"></script>
|
33 |
<script type="text/javascript" src="/js/cart.js?v=<?php echo $staticversion;?>"></script>
|
| 24 |
<input type="hidden" id="refresh" value="no">
|
34 |
<input type="hidden" id="refresh" value="no">
|
| 25 |
<div class="container">
|
35 |
<div class="container">
|
| 26 |
<div class="modal fade" id="cartLoadingModal">
|
36 |
<div class="modal fade" id="cartLoadingModal">
|
| Line 129... |
Line 139... |
| 129 |
|
139 |
|
| 130 |
<?php if($cartskus['shippingCharge']>0 && $cartskus['totalAmount']>0):?>
|
140 |
<?php if($cartskus['shippingCharge']>0 && $cartskus['totalAmount']>0):?>
|
| 131 |
<div class="cartitemstotal" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
141 |
<div class="cartitemstotal" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
| 132 |
<span class="pull-left ">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
142 |
<span class="pull-left ">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
| 133 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
143 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
| 134 |
<span style="color:red;font-size:8pt">Free Shipping above ₹ 1000</span>
|
144 |
<span id="shippingAlertText">Free Shipping above ₹ 1000.<br>You can add different items.</span>
|
| 135 |
</div>
|
145 |
</div>
|
| 136 |
<?php else:?>
|
146 |
<?php else:?>
|
| 137 |
<div class="cartitemstotal hidden" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
147 |
<div class="cartitemstotal hidden" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
| 138 |
<span class="pull-left total">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
148 |
<span class="pull-left total">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
| 139 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
149 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
| 140 |
<span style="color:red;font-size:8pt">Free Shipping above ₹ 1000</span>
|
150 |
<span id="shippingAlertText">Free Shipping above ₹ 1000<br>You can add different items.</span>
|
| 141 |
</div>
|
151 |
</div>
|
| 142 |
<?php endif;?>
|
152 |
<?php endif;?>
|
| 143 |
<?php if($cartskus['totalAmount']>0):?>
|
153 |
<?php if($cartskus['totalAmount']>0):?>
|
| 144 |
<div class="cartgrandtotal" data-grand="<?php echo ($cartskus['totalAmount']+$cartskus['shippingCharge']); ?>"><span class="pull-left"><strong>Payable </strong></span><span class="pull-right"> ₹ <?php echo number_format($cartskus['totalAmount']+$cartskus['shippingCharge']); ?> </span></div>
|
154 |
<div class="cartgrandtotal" data-grand="<?php echo ($cartskus['totalAmount']+$cartskus['shippingCharge']); ?>"><span class="pull-left"><strong>Payable </strong></span><span class="pull-right"> ₹ <?php echo number_format($cartskus['totalAmount']+$cartskus['shippingCharge']); ?> </span></div>
|
| 145 |
<?php else:?>
|
155 |
<?php else:?>
|