blr044 Posted February 12, 2009 Share Posted February 12, 2009 I am wondering if it is all possible to add some text to some code in admin/categoreis.php something like this.Whenever i go to paroduct/categories to add products, I would like a piece of html to auto appear int the product description text area. I did look at categories.ph in admin around line 640 regarding the the text box and inserted some code there and a few locations within that area. It neither did break my site or did appear. Maybe it isn't possible, but I thought I would ask. Thanks. Link to comment Share on other sites More sharing options...
germ Posted February 12, 2009 Share Posted February 12, 2009 This code does it to the Contact Us form: <?php echo tep_draw_textarea_field('enquiry', 'soft', 50, 15,'Ask me something'); ?> It preloads the text Ask me something into the "Enquiry" box. Maybe you can apply this to code in your admin? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.