bremmerm Posted January 15, 2010 Posted January 15, 2010 When someone is checking out there is the box for: Add Comments About Your Order Where do i go to edit the size of that comment box? Thanks
johnnybebad Posted January 17, 2010 Posted January 17, 2010 if you follow the checkout process and you get to the page where the comments box is displayed, look in the browser you sgould have:- yourdomain.com/shop/somecheckoutfile.php You then need to find that file in your shop, search for comment in that file, you well find somewhere a statement that has a coomments box and there will be some size settings most likely. <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?></td> in checkout_payment.php for example, the 60 and 5 represent width and hieght settings i believe. Getting better with mods but no programmer am I.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.