order2fax
for osCommerce Online Merchant v2.2
This module allows to send all incoming orders to a defind fax number.
Legend: 
Download

Report
Changes to previous version
Fixed a small defect in the order2fax.php script. It caused unpredictable results in the oscommerce front end, and generated random error messages in the admin back end.
Enhanced order2fax.php script so it will work for both php 4.x and php 5.x without modifications. This simplified the install instructions.
The instructions omitted a couple of steps.
This is a complete package. It includes all files and instructions necessary to successfully install and configure order2fax.
Forgot to fix minor mistake in original install file for:
catalog/includes/classes/order_total.php
This:
if ($class == 'ot_order2fax' and $GLOBALS[$class]->enabled) {
Should be:
if ($class == 'order2fax' and $GLOBALS[$class]->enabled) {
Class is 'order2fax' NOT 'ot_order2fax'.
Updated instructions below.
Should work for you now. Again, credit to original authors. Full package.
-aegrnberg
I went to tecspace.net, but I don't speak German, so I looked for a fax service in English. I found interfax.net and used their code, just thought I'd share!!!
This is a great contrib, all credits to the original authors.
All I did was add nusoap.php that is required for php 4.x and added the code that allows you to send using the web fax service from interfax.net. I commented out the tecspace.net code for future reference (you can delete lines 32-36 if you prefer).
Note: If you have php 5.x, delete line 44 from catalog/includes/modules/order_total/order2fax.php and delete catalog/includes/modules/nusoap.php
You should sign up for interfax.net's free developer account first for testing purposes (you can only send to one fax number http://www.interfax.net/Scripts/Reg_BP.asp); if you want to send to multiple fax numbers you will need to upgrade to a paid account. Works great for me. --aegrnberg
Enjoy!
Prev package contains wrong install instructions. This contains fixed. Full package.
This module allows to send all incoming orders to a defind fax number.