Forum Moderators: coopster
osCommerce modules are a bitch to write! I had to create a shipping module myself to calulate based on a custom rate chart a supplier had. I found osCommerce to have a _very_ weird code design.
I have used UPS's XML in PHP also but not with osCommerce. Though I don't know if that would help you at all :)
daisho.
What I want is to arrange for UPS pickups and that requires a UPS account. So I figured if I'm going to go to the trouble of build the module for initiating pickups then why not add in the rates too.
RE: UPS XML - I may take you up on that - thanks!