I've tried changing the size of the Other Info TextBox that shows in the cart.  I found it in Design Text > HTML, but when I change the size="%d" to size="60" the Other Text value that displays in the cart is always "1000" which is the max size.  Does anyone know where to change this value correctly?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Cart Other Info Textbox Size
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
Cart Other Info Textbox Size
Cheers, Todd Edwardson
sigpic
Edwardson.com & SellerDeck US Sales & Service
800-503-5717 | 609-773-0800
todd@edwardson.comTags: None
 - 
	
	
		
		
		
		
		
		
		
	
	
I recall this from some time back...bit rusty though - try this...
change:
size="%d"
to
size="60" dummy="%d"
The data is filled in in order and even if you are not using it needs a place setting for the value that in effect is no longer used - so dummy acts purely as a place setting for the value that was used in size.
Not tested so I hope I've remembered correctly.
 - 
	
	
		
		
		
		
		
		
		
	
	
That's it thanks. Works pefectly.Originally posted by drounding View PostI recall this from some time back...bit rusty though - try this...
change:
size="%d"
to
size="60" dummy="%d"
The data is filled in in order and even if you are not using it needs a place setting for the value that in effect is no longer used - so dummy acts purely as a place setting for the value that was used in size.
Not tested so I hope I've remembered correctly.Cheers, Todd Edwardson
sigpic
Edwardson.com & SellerDeck US Sales & Service
800-503-5717 | 609-773-0800
todd@edwardson.com
Comment
 
Comment