I have wanted to have the level of stock displayed under the product I manage to get the the amount 50 on the page but wanted it to include the words (amount in stock 50)
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Stock leveles on product pages
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
You can do something like the following. Add this in Template Manager | Product Line. This puts me in Act_ProductLine3.html
<!-- START Stock Level -->
<font size="3" color="#3300FF"><b>*** </b></font>
<font size="3" color="#000000"><b>ITEMS in STOCK:</b></font>
<font size="3" color="#FF0000"><b>NETQUOTEVAR:STOCKLEVEL</b></font>
<font size="3" color="#3300FF"><b> ***</b></font>
<br>
<!-- END STOCK Level -->
 
Comment