Subversion Repositories SmartDukaan

Rev

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

Rev 17930 Rev 17947
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']!=''):?> &#45; <?php echo $cartitem['color']?> <?php endif;?><br><span>&#8377;</span> <?php echo $cartitem['sellingPrice'];?> X <span class="lineitemqty" data-id="<?php echo $cartitem['itemId'];?>"><?php echo $cartitem['quantity'];?></span></div>
10
			<div class="product_short_description"><?php echo $cartitem['title'];?><?php if(!empty($cartitem['color']) || $cartitem['color']!=''):?> &#45; <?php echo $cartitem['color']?> <?php endif;?><br><span>&#8377;</span> <?php echo $cartitem['sellingPrice'];?> X <span class="lineitemqty" data-id="<?php echo $cartitem['itemId'];?>"><?php echo $cartitem['quantity'];?></span> &#61; <span class="lineitemtotal" data-id="<?php echo $cartitem['itemId'];?>"> &#8377; <?php echo intval($cartitem['quantity'])*intval($cartitem['sellingPrice']);?></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'];?>">