All In One FCK Editor WYSIWYG Editor
This Contribution is a combination of other contributions here with parts of FCK editor.
The advantage of this contribution is that you get included in this pack:
FCK editor 2.5.1
FCK editor for Products Description
FCK editor for HTML Newsletter
FCK editor for Information Pages Unlimited
FCK editor for Define Mainpage
FCK editor for email order text
All in one complete package!
Corrected and new installation instructions!
very lightweight and fully cross browser compatible. (IE, Firefox, Opera, Netscape, Mozilla, Safari, ...). With great image and media files browser/uploader. Leaves the code clean.
Legend: 
Download

Report
I use the last fckeditor , it can't work from admin/catalog product edit.
Now update the last fckeditor. if you need it.
I have notices that many people have upload problems trying to include images etc. There is a simple fix to this. There are minor changes to two files:
fckeditoreditorfilemanagerconnectorsphpconfig.php
Ensure the file is changed as following:
Line 31:
$Config['Enabled'] = false ;
Line 34:
$Config['UserFilesPath'] = 'http://www.yourdomain.com/oscommerce/userfiles/' ;
the oscommerce/userfiles/ of course is depending on where you installed oscommerce
Line 40:
$Config['UserFilesAbsolutePath'] = '/yourdomain.com/public_html/webshop/userfiles/' ;
Just open your include/configure.php and copy the path from: DIR_FS_CATALOG and add /userfiles/ after it.
__________________________________
Second file:
fckeditoreditorfilemanagerconnectorsphpio.php
At around line 291 find:
var test = window.top.opener.document.domain ;
change this into:
var test = window.parent.OnUploadCompleted ;
Included the full version with the fix in io.php and the examples in config.php. I have commented them out obviously.
All In One FCK Editor WYSIWYG Editor V1.1
FULL PACKAGE updated with FCK Editor 2.6
included in this pack:
FCK editor 2.6 (NEW UPDATED!!!)
FCK editor for Products Description
FCK editor for HTML Newsletter (UPDATED!)
FCK editor for Information Pages Unlimited
FCK editor for Define Mainpage
FCK editor for email order text (UPDATED!)
All in one complete package!
Fixed package and new installation instructions!
Now it should work well with Oscommerce RC2a.
All In One FCK Editor WYSIWYG Editor
This Contribution is a combination of other contributions here with parts of FCK editor.
The advantage of this contribution is that you get included in this pack:
FCK editor 2.5.1
FCK editor for Products Description
FCK editor for HTML Newsletter
FCK editor for Information Pages Unlimited
FCK editor for Define Mainpage
FCK editor for email order text
All in one complete package!
Corrected and new installation instructions!
very lightweight and fully cross browser compatible. (IE, Firefox, Opera, Netscape, Mozilla, Safari, ...). With great image and media files browser/uploader. Leaves the code clean.