Hi I want to change the size of the quantity box in the shopping cart. Just being fussy really but no one is going to order more than one or two of our products so having the size of the text input box as 4 wide is just ugly.
The closest Ive got is in tpl_shopping_cart_default.php with what I think writes the textbox, but I cant for the life of me work out where it is adding the "size=4" bit to the html input field for the shopping cart quantity box.
the line I think is: (line 71ish)
echo $product['quantityField'] . '<br />
thanks if anyone can help, searching has only turned up multiple posts about minimums etc... I really just want to change the size of the box, thats all!



