| Line 29... |
Line 29... |
| 29 |
<div>cart summary(<?php if($cartCount >1){ echo $cartCount.' items)'; } else{ echo $cartCount.' item)';}?> </div>
|
29 |
<div>cart summary(<?php if($cartCount >1){ echo $cartCount.' items)'; } else{ echo $cartCount.' item)';}?> </div>
|
| 30 |
<!-- <div>Delivery time for pin: 122001 <a href="#"></a></div> -->
|
30 |
<!-- <div>Delivery time for pin: 122001 <a href="#"></a></div> -->
|
| 31 |
<div><input type="text" id="pincode" value="<?php echo $pinCode;?>" onKeyDown="if(event.keyCode==13) checkShipping();"/><div onclick="checkShipping()" class="btn">Change Pin</div></div>
|
31 |
<div><input type="text" id="pincode" value="<?php echo $pinCode;?>" onKeyDown="if(event.keyCode==13) checkShipping();"/><div onclick="checkShipping()" class="btn">Change Pin</div></div>
|
| 32 |
</div><!--cart-head-->
|
32 |
</div><!--cart-head-->
|
| 33 |
<?php if(!empty($carts[0]->message) && isset($carts[0]->message)){?>
|
33 |
<?php if(!empty($carts[0]->message) && isset($carts[0]->message)){?>
|
| 34 |
<div id="cart-quantity-msg" class="cart-quantity-msg">
|
34 |
<div id="cart-quantity-msg" class="cart-quantity-msg" style="display:block;">
|
| 35 |
<?php echo $carts[0]->message;?>
|
35 |
<?php echo $carts[0]->message;?>
|
| 36 |
</div>
|
36 |
</div>
|
| 37 |
<?php } ?>
|
37 |
<?php } ?>
|
| 38 |
<div id="max-quantity-msg" class="max-quantity-msg" style="display:none;">You can not order more than 20 units of the same product</div>
|
38 |
<div id="max-quantity-msg" class="max-quantity-msg" style="display:none;">You can not order more than 20 units of the same product</div>
|
| 39 |
<div class="added-pd-hldr">
|
39 |
<div class="added-pd-hldr">
|