AutoEmailer
#1
Posted 14 March 2005, 00:41
All of this is accomplished via cron so this will not work on a Windows server.
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#2
Posted 08 August 2005, 00:52
All the data is there, but kind of annoying, any ideas how to fix? I havent changed any of the filename info auto_orders.
#3
Posted 08 August 2005, 01:58
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#4
Posted 09 August 2005, 05:53
Modified the orders sent to picked up orders even if customer used PWA checkout. Also pulled out order status so that orders are only picked up once *no matter what status they have*. Adding the following fields to the order CSV/email: date purchase, Street Address, City, Postcode, State, Country, Telephone, Email.
The last version was fully functional, so you may want to test both versions to see which works best for you.
Only file changed is auto_orders.php, but this download includes the full package.
#5
Posted 09 August 2005, 06:13
Default mime type for excel on most servers is: application/vnd.ms-excel
(however it seems better to have the file send as a .csv not .xls, so just set up a new mimetype for csv and make the script match this type) i hope this makes sense.
#6
Posted 16 October 2005, 20:36
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#7
Posted 02 November 2005, 03:59
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
#8
Posted 02 November 2005, 04:07
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#9
Posted 02 November 2005, 04:28
Jack_mcs, on Nov 1 2005, 11:07 PM, said:
Jack
Yes I Downloaded FCKeditor but not sur if its set up right .
Its in admin/FCKeditor/fckeditor.php
thank you for helping
Edited by culturebee, 02 November 2005, 04:31.
#10
Posted 02 November 2005, 14:07
Quote
Quote
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#11
Posted 02 November 2005, 20:35
Jack_mcs, on Nov 2 2005, 09:07 AM, said:
Jack
I meant in the the same file html_ouput i have
////
// Output a form textarea field w/ fckeditor
function tep_draw_fckeditor($name, $width, $height, $text) {
$oFCKeditor = new FCKeditor($name);
$oFCKeditor -> Width = $width;
$oFCKeditor -> Height = $height;
$oFCKeditor -> BasePath = 'http://www.mysite.com/admin/FCKeditor/');
$oFCKeditor -> Value = $text;
$field = $oFCKeditor->Create($name);
return $field;
}
and in FCKeditor/fckeditor.php I have 'home/pasword/public_html/admin/FCKeditor
am I missing Something still getting error
Warning: main(../../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
Thank You!
Edited by culturebee, 02 November 2005, 20:36.
#12
Posted 03 November 2005, 00:46
$oFCKeditor -> BasePath = 'FCKeditor/';I'm not sure why you changed the fckeditor.phpfile. I can't find that in the instructions but maybe I'm mssing it..
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#13
Posted 03 November 2005, 00:54
Jack_mcs, on Nov 2 2005, 07:46 PM, said:
$oFCKeditor -> BasePath = 'FCKeditor/';I'm not sure why you changed the fckeditor.phpfile. I can't find that in the instructions but maybe I'm mssing it..
Jack
I happen to get the editor to show trying to find the right path I used
require("../../public_html/admin/FCKeditor/fckeditor.php");
Some files were also missed when installing FCKeditor I'm now installing all the files I downloaded
will recleck installation.
Thanks for your help.
#14
Posted 03 November 2005, 04:13
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#15
Posted 03 November 2005, 04:19
Jack_mcs, on Nov 2 2005, 11:13 PM, said:
Jack
Thanks for that info I'll have to recheck my installation.
maybe cause I'm still using a temp URL from my host.
I,m also getting this error when updating email in announce when page updating
Fatal error: Maximum execution time of 30 seconds exceeded in /home/xxxxxxxx/public_html/admin/auto_emailer_announce.php on line 103
Thank You.
Edited by culturebee, 03 November 2005, 04:22.
#16
Posted 03 November 2005, 18:01
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#17
Posted 04 November 2005, 00:42
Jack_mcs, on Nov 3 2005, 01:01 PM, said:
Jack
Thanks still in the testing zone trying to learn this great contri.
Just want to know how to exactly use this my main Ideal is I get new
products every week so I want to send member customers an email update This email
goes out once a week I'm not sure if this will do it for me.
Thank You
#18
Posted 04 November 2005, 01:27
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#19
Posted 04 November 2005, 01:41
You get it. If you can I will be the first to try it out. like I said still broswing for the best way to use contrib. in my store.
there are so many, some work a little diff but the same.
Thank You again!
Edited by culturebee, 04 November 2005, 01:42.
#20
Posted 24 December 2005, 03:24
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking














