Subversion Repositories SmartDukaan

Rev

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

Rev 17910 Rev 17919
Line 19... Line 19...
19
		</div>
19
		</div>
20
		<?php $name = explode(" ", $cartitem['title']);
20
		<?php $name = explode(" ", $cartitem['title']);
21
			  $brand = $name[0];
21
			  $brand = $name[0];
22
		?>
22
		?>
23
		<div class="col-xs-2 cartdetailsadd">
23
		<div class="col-xs-2 cartdetailsadd">
24
				<div class="input-group number-spinner" data-name="<?php echo $cartitem['title'];?>" data-brand="<?php echo $brand;?>">
24
				<div class="input-group number-spinner" data-name="<?php echo $cartitem['title'];?>" data-brand="<?php echo $brand;?>" data-estimate="<?php echo $cartitem['estimate'];?>">
25
					<span class="input-group-btn data-up">
25
					<span class="input-group-btn data-up">
26
						<button class="btn btn-default plusqtybutton" data-id="<?php echo $cartitem['itemId'];?>" data-price="<?php echo $cartitem['sellingPrice'];?>" data-dir="up"><span class="glyphicon glyphicon-plus plusqty"></span></button>
26
						<button class="btn btn-default plusqtybutton" data-id="<?php echo $cartitem['itemId'];?>" data-price="<?php echo $cartitem['sellingPrice'];?>" data-dir="up"><span class="glyphicon glyphicon-plus plusqty"></span></button>
27
					</span>
27
					</span>
28
					<input type="text" class="itemquantity" value="<?php echo $cartitem['quantity'];?>" min="0" max="<?php echo $cartitem['maxQuantity'];?>" disabled="disabled">
28
					<input type="text" class="itemquantity" value="<?php echo $cartitem['quantity'];?>" min="0" max="<?php echo $cartitem['maxQuantity'];?>" disabled="disabled">
29
					<span class="input-group-btn data-dwn">
29
					<span class="input-group-btn data-dwn">