Subversion Repositories SmartDukaan

Rev

Rev 16042 | Rev 16046 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16042 Rev 16045
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)):?>
80
            <?php if(!empty($carts[0]->message) && isset($carts[0]->message)){?>
81
            <div id="cart-quantity-msg" class="cart-quantity-msg">
81
            <div id="cart-quantity-msg" class="cart-quantity-msg">
82
            	<?php echo $carts[0]->message;?>
82
            	<?php echo $carts[0]->message;?>
83
            </div>
83
            </div>
84
             <?php endif;?>
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>
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>