| Line 6... |
Line 6... |
| 6 |
<img src="<?php echo $base_url;?>app/webroot/timthumb.php?src=<?php echo urlencode($cartitem['imageUrl']);?>&h=80" />
|
6 |
<img src="<?php echo $base_url;?>app/webroot/timthumb.php?src=<?php echo urlencode($cartitem['imageUrl']);?>&h=80" />
|
| 7 |
</div>
|
7 |
</div>
|
| 8 |
</div>
|
8 |
</div>
|
| 9 |
<div class="col-xs-7 cartpricedetails">
|
9 |
<div class="col-xs-7 cartpricedetails">
|
| 10 |
<div class="product_short_description"><?php echo $cartitem['title'];?><?php if(!empty($cartitem['color']) || $cartitem['color']!=''):?> - <?php echo $cartitem['color']?> <?php endif;?><br><span>₹</span> <?php echo $cartitem['sellingPrice'];?></div>
|
10 |
<div class="product_short_description"><?php echo $cartitem['title'];?><?php if(!empty($cartitem['color']) || $cartitem['color']!=''):?> - <?php echo $cartitem['color']?> <?php endif;?><br><span>₹</span> <?php echo $cartitem['sellingPrice'];?></div>
|
| 11 |
<div class="product_short_description">Get Free Silicone Pouch</div>
|
- |
|
| 12 |
<?php if(isset($cartitem['dealText']) && !empty($cartitem['dealText'])):?>
|
11 |
<?php if(isset($cartitem['dealText']) && !empty($cartitem['dealText'])):?>
|
| 13 |
<div class="product_short_description"><?php echo $cartitem['dealText'];?></div>
|
12 |
<div class="product_short_description"><?php echo $cartitem['dealText'];?></div>
|
| 14 |
<?php endif;?>
|
13 |
<?php endif;?>
|
| 15 |
<?php foreach($cartitem['cartItemMessages'] as $itemmessage):?>
|
14 |
<?php foreach($cartitem['cartItemMessages'] as $itemmessage):?>
|
| 16 |
<div class="label label-<?php echo $itemmessage['type'];?>">
|
15 |
<div class="label label-<?php echo $itemmessage['type'];?>">
|