Hi all :)
Possible bug in default template.
File : quantity_box_general.tpl.php line 47, actually :
if( !isNaN( qty ) && qty > 0 
correct : 
if( !isNaN( qty ) && qty > 0
what do you think about this ?
			
			
			
				If you think you found a bug post it in bug tracker or Quality and Testing forum, don't hijack thread, thank you.
The above is for XHTML validation
			
			
			
				I'm sorry but it's JS bug ;)
			
			
			
				up