Right now the qty field for a product is set to 3 digits which means 999 is the max qty of an item you can purchase. Is there a way to reconfig that to be 4 or 5 digits (9999 or 99999).
Hmm... yeah, may as well remove it (or at least make it large enough to handle anyone's needs but keep it from exceeding the data type used in the DB).
does that mean i should make the temporary change (i probably don't need it right this minute) or are you going to bump the limit to match the db in the near future?
Maxlengths have been updated to 6 and I'm putting in an error check in uc_cart.module to keep things from breaking... I broke the Livetest by trying to buy something near 9 trillion tin can telephones.