Try this...
jcroson <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <222e1dedf9b04f56c32bdbbf24bbdcdc@osCommerce-Forums> |
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=196173#196173
----------------------------------------------------------------
In your catalog/languages/english/create_account_process.php, use html tags in the message.
Like this:
[code]define('NEW_CUSTOMER_NOTIFICATION_TEXT', '<p><b>Hey!</b> A new customer just signed up.</p>');
[/code]
JC