New Zenner
- Join Date:
- Feb 2008
- Posts:
- 11
- Plugin Contributions:
- 0
Decreasing size of order notes text field
Hi all,
Using 1.3.9f and would like to know how to decrease the size of the text field for entering order comments in the Shipping Information and the Payment information sections of the checkout process. I've turned the comment into a purchase order number and need it to be only 10 digits. To try to accomplish this so far I've;
-
Changed the products_options_comment field in the products_options section of the database to varchar(10) (instead of 64)
-
In both tpl_checkout_payment_default and tpl_checkout_shipping_defauly I changed to
but the text field is till huge. Any other ideas?
Many thanks