| Line 5... |
Line 5... |
| 5 |
<div class="productthumb" >
|
5 |
<div class="productthumb" >
|
| 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'];?> X <span class="lineitemqty" data-id="<?php echo $cartitem['itemId'];?>"><?php echo $cartitem['quantity'];?></span></div>
|
| 11 |
<?php if(isset($cartitem['dealText']) && !empty($cartitem['dealText'])):?>
|
11 |
<?php if(isset($cartitem['dealText']) && !empty($cartitem['dealText'])):?>
|
| 12 |
<div class="product_short_description"><?php echo $cartitem['dealText'];?></div>
|
12 |
<div class="product_short_description"><?php echo $cartitem['dealText'];?></div>
|
| 13 |
<?php endif;?>
|
13 |
<?php endif;?>
|
| 14 |
<?php foreach($cartitem['cartItemMessages'] as $itemmessage):?>
|
14 |
<?php foreach($cartitem['cartItemMessages'] as $itemmessage):?>
|
| 15 |
<div class="label label-<?php echo $itemmessage['type'];?>">
|
15 |
<div class="label label-<?php echo $itemmessage['type'];?>">
|