Turn the quantity field into an text field rather than a dropdown list.

Follow the instructions from the contribution and when your done, open back up catalog/product_info.php and:


Replace:
tep_draw_pull_down_menu('cart_quantity',$products_ quantity_array,1)

with:
tep_draw_input_field('cart_quantity')

More...