I am using zc1.3.8a, and I am trying to use the CanPar shipping module. Every time I have tried it, it returns $0.00 as the quote. I have checked and double-checked the CanPar address:
( $body = file_get_contents('http://www.canpar.com/CanparRateXML/BaseRateXML.jsp?' . $request);
$body_array = explode("<BaseRate>", $body);
This seems to be right
I have changed the 3's to 6's in
$srcFSA = substr(strtoupper(SHIPPING_ORIGIN_ZIP), 0, 3);
$desFSA = substr(strtoupper($order->delivery['postcode']), 0, 3);
Neither 3 nor 6 worked.
I really have no idea why this is not working. Might anybody have any insight/tips/etc?


. Might anybody have any insight/tips/etc?

