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;
1. Changed the products_options_comment field in the products_options section of the database to varchar(10) (instead of 64)
2. In both tpl_checkout_payment_default and tpl_checkout_shipping_defauly I changed to
<legend><?php echo TABLE_HEADING_COMMENTS; ?></legend>
<?php echo zen_draw_textarea_field('comments', '10', '1'); ?>
but the text field is till huge. Any other ideas?
Many thanks




