| Line 75... |
Line 75... |
| 75 |
<?php } ?>
|
75 |
<?php } ?>
|
| 76 |
<?php if($items->isDataProtectionAvailable == 1){?>
|
76 |
<?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>
|
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>
|
| 78 |
<?php } ?>
|
78 |
<?php } ?>
|
| 79 |
</div>
|
79 |
</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 } ?>
|
| 80 |
<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>
|
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>
|
| 81 |
<div class="pd-price clearfix">
|
86 |
<div class="pd-price clearfix">
|
| 82 |
<div style="width:20%">
|
87 |
<div style="width:20%">
|
| 83 |
<span>Unit Price</span>
|
88 |
<span>Unit Price</span>
|
| 84 |
<div><?php echo $items->actualPrice;?></div>
|
89 |
<div><?php echo $items->actualPrice;?></div>
|