| Line 28... |
Line 28... |
| 28 |
<div class="cart-head clearfix">
|
28 |
<div class="cart-head clearfix">
|
| 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)){?>
|
| - |
|
34 |
<div id="cart-quantity-msg" class="cart-quantity-msg">
|
| - |
|
35 |
<?php echo $carts[0]->message;?>
|
| - |
|
36 |
</div>
|
| - |
|
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>
|
| 33 |
<div class="added-pd-hldr">
|
39 |
<div class="added-pd-hldr">
|
| 34 |
<?php
|
40 |
<?php
|
| 35 |
$i=0;
|
41 |
$i=0;
|
| 36 |
$notServiceableLocation = 0;
|
42 |
$notServiceableLocation = 0;
|
| 37 |
$item = array();
|
43 |
$item = array();
|
| 38 |
foreach($carts[0]->lines as $items){
|
44 |
foreach($carts[0]->lines as $items){
|
| Line 75... |
Line 81... |
| 75 |
<?php } ?>
|
81 |
<?php } ?>
|
| 76 |
<?php if($items->isDataProtectionAvailable == 1){?>
|
82 |
<?php if($items->isDataProtectionAvailable == 1){?>
|
| 77 |
<div class="one-assist clearfix" ><img src="<?php echo base_url().'assets/images/oneassist.jpg'; ?>" alt="one assist"/><input data-value="<?php echo $items->itemId;?>" type="checkbox" onclick="dataprotection(event)" id="<?php echo $items->itemId.'assist';?>"/ <?php if($items->dataProtectionInsurer == 2){?> checked="true" <?php } ?>> <label for="<?php echo $items->itemId.'assist';?>">I want 90 days SIM-blocking, Temporary Mobile Replacement & Data Backup plan worth</label></div>
|
83 |
<div class="one-assist clearfix" ><img src="<?php echo base_url().'assets/images/oneassist.jpg'; ?>" alt="one assist"/><input data-value="<?php echo $items->itemId;?>" type="checkbox" onclick="dataprotection(event)" id="<?php echo $items->itemId.'assist';?>"/ <?php if($items->dataProtectionInsurer == 2){?> checked="true" <?php } ?>> <label for="<?php echo $items->itemId.'assist';?>">I want 90 days SIM-blocking, Temporary Mobile Replacement & Data Backup plan worth</label></div>
|
| 78 |
<?php } ?>
|
84 |
<?php } ?>
|
| 79 |
</div>
|
85 |
</div>
|
| 80 |
<?php if(!empty($carts[0]->message) && isset($carts[0]->message)){?>
|
- |
|
| 81 |
<div id="cart-quantity-msg" class="cart-quantity-msg">
|
- |
|
| 82 |
<?php echo $carts[0]->message;?>
|
- |
|
| 83 |
</div>
|
- |
|
| 84 |
<?php } ?>
|
- |
|
| 85 |
<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>
|
- |
|
| 86 |
<div class="pd-price clearfix">
|
86 |
<div class="pd-price clearfix">
|
| 87 |
<div style="width:20%">
|
87 |
<div style="width:20%">
|
| 88 |
<span>Unit Price</span>
|
88 |
<span>Unit Price</span>
|
| 89 |
<div><?php echo $items->actualPrice;?></div>
|
89 |
<div><?php echo $items->actualPrice;?></div>
|
| 90 |
</div>
|
90 |
</div>
|