Hi Doc,

i've looked at this page and, i think you're refering to (line 156):
PHP Code:
    $the_button PRODUCTS_ORDER_QTY_TEXT '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="4" /><br />' zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '<br />' zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit('cart.jpg'BUTTON_IN_CART_ALT); 
however the max length attribute is not a valid textarea attribute. I think i'm just looking for help on where to deploy the javacript, as it didn't seem to work in the checkout js header.

or have i missed understood?

regards
Andy.