Subversion Repositories SmartDukaan

Rev

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

Rev 19301 Rev 19304
Line 24... Line 24...
24
		</div>
24
		</div>
25
		<?php $name = explode(" ", $cartitem['title']);
25
		<?php $name = explode(" ", $cartitem['title']);
26
			  $brand = $name[0];
26
			  $brand = $name[0];
27
		?>
27
		?>
28
		<div class="col-xs-3 cartdetailsadd">
28
		<div class="col-xs-3 cartdetailsadd">
29
				<span class="glyphicon glyphicon-trash pull-right clearItem" style="color: #7B7A7A;margin-left: 5px;" sku="<?php echo $cartitem['itemId'];?>"></span>
29
				<span class="glyphicon glyphicon-trash pull-right clearItem" style="color: #B2B1B1;margin-left: 5px;" sku="<?php echo $cartitem['itemId'];?>"></span>
30
				<div class="input-group number-spinner">
30
				<div class="input-group number-spinner">
31
					<span class="input-group-btn data-up">
31
					<span class="input-group-btn data-up">
32
						<button class="btn btn-default plusqtybutton" data-minquantity="<?php echo $cartitem['minBuyQuantity'];?>" <?php printf('data-bulkpricing = "%s"',htmlspecialchars(json_encode($cartitem['bulkPricing']), ENT_QUOTES, 'UTF-8'));?> data-quantitystep="<?php echo $cartitem['quantityStep'];?>" data-id="<?php echo $cartitem['itemId'];?>" data-price="<?php echo $cartitem['sellingPrice'];?>" data-dir="up" data-name="<?php echo $cartitem['title'];?>" data-brand="<?php echo $brand;?>" data-estimate="<?php echo $cartitem['estimate'];?>" data-identifier="<?php echo $cartitem['catalogItemId']; ?>" <?php if(isset($disablePage) && $disablePage): ?> disabled="disabled"<?php endif;?>><span class="glyphicon glyphicon-plus plusqty"></span></button>
32
						<button class="btn btn-default plusqtybutton" data-minquantity="<?php echo $cartitem['minBuyQuantity'];?>" <?php printf('data-bulkpricing = "%s"',htmlspecialchars(json_encode($cartitem['bulkPricing']), ENT_QUOTES, 'UTF-8'));?> data-quantitystep="<?php echo $cartitem['quantityStep'];?>" data-id="<?php echo $cartitem['itemId'];?>" data-price="<?php echo $cartitem['sellingPrice'];?>" data-dir="up" data-name="<?php echo $cartitem['title'];?>" data-brand="<?php echo $brand;?>" data-estimate="<?php echo $cartitem['estimate'];?>" data-identifier="<?php echo $cartitem['catalogItemId']; ?>" <?php if(isset($disablePage) && $disablePage): ?> disabled="disabled"<?php endif;?>><span class="glyphicon glyphicon-plus plusqty"></span></button>
33
					</span>
33
					</span>
34
					<input type="text" class="itemquantity" value="<?php echo $cartitem['quantity'];?>" min="0" max="<?php echo $cartitem['maxQuantity'];?>" autocomplete="off" readonly>
34
					<input type="text" class="itemquantity" value="<?php echo $cartitem['quantity'];?>" min="0" max="<?php echo $cartitem['maxQuantity'];?>" autocomplete="off" readonly>