New Zenner
- Join Date:
- Jan 2007
- Posts:
- 4
- Plugin Contributions:
- 0
FedEx 1.3.5 for Canadian Stores - the HOWTO
:eek:
Well after a few caffeine powered hours I was able to make the FedEx 1.3.5 module work for Canadian stores.
In the fedexexpress.php change USD to CAD on line 490
$data .= '68,"CAD"'; // Insurance value currency
In the fedexground.php it's on line 522
$data .= '68,"CAD"'; // Insurance value currency
Apparently the API servers wont give insurance quotes in a currency other then the shippers home address currency.
And that's all. :yes:
Dont bother signing up for an API account as that is only relevant if your using the API for shipping and tracking, quotes can be done against the production server as long as you have a fedex shipping account.
Hope this saves others a few expresso powered hours at the keyboard.
Peter