Author Topic: osC AddonsSend Admin HTML e-mails  (Read 1268 times)

0 Members and 1 Guest are viewing this topic.

NewsBot

  • The osCommerce University News Bot
  • Administrator
  • Hero Member
  • *****
  • Offline Offline
  • Posts: 1024
  • Karma: 0
    • View Profile
osC AddonsSend Admin HTML e-mails
« Reply #1 on: March 12, 2008, 12:00:10 AM »
Send Admin HTML e-mails
     


I realised an entry is set to my config, to change to standard.



In

 catalog/admin/mail.php



about line 210 find:



<td><?php echo tep_draw_textarea_field1('message', 'soft', '60', '15', $message); ?></td>



change the field1 so it reads field, so you get:



<td><?php echo tep_draw_textarea_field('message', 'soft', '60', '15', $message); ?></td>



Thats it, attached is empty.


     

http://addons.oscommerce.com/info/5806
     
================================
This post was created by the osCommerce University News Bot.  Feel free to reply, attach polls, etc -- but do not hold the osCommerce University responsible for the content of the post itself.  PM the Administrator for SPAM, thanks!