Index: uc_donation.module =================================================================== --- uc_donation.module (revision 898) +++ uc_donation.module (working copy) @@ -277,8 +277,9 @@ $element = uc_product_cart_display($item); $element['module']['#value'] = 'uc_donation'; $element['qty'] = array( - '#type' => 'hidden', - '#value' => $item->qty + '#type' => 'textfield', + '#default_value' => $item->qty, + '#size' => 5, ); $element['donate_amount'] = array( '#type' => 'textfield',