lepracaun81 Posted October 12, 2007 Share Posted October 12, 2007 When you view an order, tehre is a comments box at the bottom where you change the status of your order. I want to add the text "Tracking Number:" to be displayed in that comments box by default. Where can I add this text so that it shows up every time I load the order page? Thanks :blink: Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted October 12, 2007 Share Posted October 12, 2007 You need to edit the admin/orders.php and alter <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?> to <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', 'Tracking Number:'); ?> Link to comment Share on other sites More sharing options...
lepracaun81 Posted October 13, 2007 Author Share Posted October 13, 2007 Thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.