I have made real progress, I have gotten to page 2of3 of check out
In the FedEx module there is an ->attributes_1216ft()
for people who for example ship step ladders
I need to get rid of ->attributes_1216ft() this is causing the errors,
it was the first error, and continues,
and I do not need it for a freight quote
====A possible solution starts->
At the beginning of the quote() function, it defines $cart as a global variable.
And it expects it to be an array passed from the calling function eg. $_SESSION['cart'].
So if this is array is not passed to it, it is always going to blow up.
So a one line fix to the whole problem would be
to set attributes_1216=0 in the module file that calls quote().
then no fxfreight.php function file changes would be necessary at all.
Can you help
I have the php to remove ->attributes_1216ft() from the mod,
but this seems a better solution.



