Contributions
AutoEmailer
This contribution generates customer and order reports. The reports are attached to an email which may be saved as a csv file. It also
has a module to send emails to your customers automatically. I use this for birthday announcements but it can be edited to
suit any purpose.
All of this is accomplished via cron so this will not work on a Windows server.
Expand All / Collapse All
in html_output.php is
require("FCKeditor/fckeditor.php");
lo siento por el ingles, soy espaņol
in' sorry for inglish i spanish
Fixed problem with date not being set in announce module
This is a full package.
This contribution sends reminders saw email
automatically for all users with hanging order.
need auto_emailer
Having problem setting up autoemailer please help getting this error with FCKeditor installed
Warning: main(../../admin/FCKeditor/fckeditor.php): failed to open stream: No such file or directory in /home/xxxxxxxxxx/public_html/admin/includes/functions/html_output.php on line 12
Warning: main(../../admin/FCKeditor/fckeditor.php): failed to open stream: No such file or directory in /home/xxxxxxxxx/public_html/admin/includes/functions/html_output.php on line 12
Fatal error: main(): Failed opening required '../../admin/FCKeditor/fckeditor.php' (include_path='.:/usr/local/lib/php') in /home/xxxxxxxxxx/public_html/admin/includes/functions/html_output.php on line 12
in my html_output i have this 'home/xxxxxxxxx/public_html/admin/FCKeditor/');
thank you
I found a easier way to fix this problem. I added it to a new install so this problem doesn't happen anymore.
When installing "require("../../FCKeditor/fckeditor.php");" in the html_output.php file some people forget to edit it. Here is the fix!
require(DIR_FS_ADMIN . '/FCKeditor/fckeditor.php');
That will fix your problems
Same package as below but I forgot to add a last minute change. use this package, not the one below.
This is a ful version.
Support thread is at http://forums.oscommerce.com/index.php?showtopic=140967&hl=autoemailer
Added a New Products module.
This is a full version.
The support thread is at
http://forums.oscommerce.com/index.php?showtopic=140967&hl=autoemailer
Note: Contributions are used at own risk.