Subversion Repositories SmartDukaan

Rev

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

Rev 18665 Rev 18676
Line 286... Line 286...
286
	                          	 else{
286
	                          	 else{
287
	                          	 	echo "pcs)";
287
	                          	 	echo "pcs)";
288
	                          	 }
288
	                          	 }
289
	                          	 ?>                       
289
	                          	 ?>                       
290
	                        <?php else:?>
290
	                        <?php else:?>
291
	                          <span class="rupee" style="margin-top: 3px !important;"></span> <span style="font-size:13px; color:#ff0000"><strong><?php echo $value['price'];?></strong></span> per unit for <?php echo $value['quantity']." +";?> 
291
	                          <span class="rupee" style="margin-top: 3px !important;"></span> <span style="font-size:13px; color:#ff0000"><strong><?php echo $value['price'];?></strong></span> per unit for <?php echo $value['quantity']."+";?> 
292
							  <?php 
292
							  <?php 
293
							  	if($value['quantity'] == 1){
293
							  	if($value['quantity'] == 1){
294
	                          	 	echo "pc";
294
	                          	 	echo "pc";
295
	                          	 }
295
	                          	 }
296
	                          	 else{
296
	                          	 else{