This addon is used as a one way integration from osCommerce to sugarCRM.
When a new customer signs up, a new lead is created in sugarCRM.
When a purchase is made, the lead gets converted and an account and opportunity is created in sugarCRM. Everything is linked to each other.
I will be creating a sugarCRM module so osCommerce customer accounts can be created through sugarCRM
Legend: 
Download

Report
Please visit http://www.sugarforge.org/projects/osc-sugar-integ/ for newer version
I have changed the way that data is passed to the scripts which run in the background. i now use temp files because some people had problems passing the serialized data on the command line
- changed where all files sit. now they all sit in one dir
- if a company name already exists in sugar, it will use that company instead of creating a new one.
- now have the option to run the integration in the background or forground
scripts are now fired off in the background to handle the soap calls so the end user doesn't have to wait.
Note: not tested on a windows server
set debug mode to default to off
New features:
- Compatible with sugarCRM 3.5.1
- Adds lead to sugar when a customer makes a purchase, if there is no link between a contact/lead and osCommerce account
This addon is used as a one way integration from osCommerce to sugarCRM.
When a new customer signs up, a new lead is created in sugarCRM.
When a purchase is made, the lead gets converted and an account and opportunity is created in sugarCRM. Everything is linked to each other.
I will be creating a sugarCRM module so osCommerce customer accounts can be created through sugarCRM