Hi
Can somebody point me in the right direction as to how to change the standard welcome email text generated by oscommerce?
Regards
Mike
This is a discussion on Change standard welcome email text within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi Can somebody point me in the right direction as to how to change the standard welcome email text generated ...
Hi
Can somebody point me in the right direction as to how to change the standard welcome email text generated by oscommerce?
Regards
Mike
Nearly all the TEXT displayed is ether dynamic via your database or static which is stored in various files in your includes/language/ directory - ie: includes/language/english.php and other file in the includes/language/english/ directory....
ie: to change the TEXT that displays : This is the AABox MS2-MAX v1.7.0 distribution of osCommerce 2.2 MS2. This version was originally constructed by Michael Sasek for AABox Web Hosting
Which BTW looks like:
Open up the includes/language/english/mainpage.php file and edit away....Code:<P><FONT face="arial, helvetica, sans-serif">This is the&nbsp; AABox <STRONG><EM>MS2-MAX v1.7.0&nbsp;&nbsp; </EM></STRONG>distribution of osCommerce 2.2 MS2. This version was originally constructed by Michael Sasek for <A href="http://aabox.com/">AABox Web Hosting</A>&nbsp;. </FONT></P>
This page can also be changed in the admin if WYSIWYG contribution if used with M$-IE - not Mozilla or Opera
Select "Catalog" then "Define Mainpage" (if you use somthing other than m$-IE then you get raw code to edit only....)
For text sent via Emails after creation an account look in the file "create_account.php"
Good luck!
Bookmarks