| Line -... |
Line 1... |
| - |
|
1 |
<script src="<?=base_url().$this->config->item('current_client')?>/js/cart.js?version=<?=$this->config->item('cdn_version');?>" type="text/javascript"></script>
|
| 1 |
<?php
|
2 |
<?php
|
| 2 |
if(isset($carts[0]->lines) && !empty($carts[0]->lines)){
|
3 |
if(isset($carts[0]->lines) && !empty($carts[0]->lines)){
|
| 3 |
$cartCount = sizeof($carts[0]->lines);
|
4 |
$cartCount = sizeof($carts[0]->lines);
|
| 4 |
if($carts[0]->discountedPrice >=0 && isset($carts[0]->couponCode)){
|
5 |
if($carts[0]->discountedPrice >=0 && isset($carts[0]->couponCode)){
|
| 5 |
$discount = ($carts[0]->totalPrice - $carts[0]->discountedPrice);
|
6 |
$discount = ($carts[0]->totalPrice - $carts[0]->discountedPrice);
|
| Line 123... |
Line 124... |
| 123 |
<div class="shop-more" onclick="shomoreredirect();">
|
124 |
<div class="shop-more" onclick="shomoreredirect();">
|
| 124 |
Shop More
|
125 |
Shop More
|
| 125 |
</div>
|
126 |
</div>
|
| 126 |
<div class="clear"></div>
|
127 |
<div class="clear"></div>
|
| 127 |
<?php } ?>
|
128 |
<?php } ?>
|
| - |
|
129 |
<div>
|
| 128 |
<script type="text/javascript">
|
130 |
<script type="text/javascript">
|
| 129 |
<?php if(isset($items) && !empty($items)){?>
|
131 |
<?php if(isset($items) && !empty($items)){?>
|
| 130 |
var items = <?php echo json_encode($item);?><?php }?>;
|
132 |
var items = <?php echo json_encode($item);?><?php }?>;
|
| 131 |
<?php if(isset($notServiceableLocation)){?>
|
133 |
<?php if(isset($notServiceableLocation)){?>
|
| 132 |
var notServiceableLocation = <?php echo $notServiceableLocation;?><?php }?>;
|
134 |
var notServiceableLocation = <?php echo $notServiceableLocation;?><?php }?>;
|