Needs review
Project:
FedEx Shipping
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
22 May 2011 at 05:28 UTC
Updated:
4 Aug 2011 at 16:03 UTC
In its current form, this module requires that weights be an integer. However, fedex defines envelopes as less than 0.5 lbs. Therefore, it is impossible to ever quote an envelope. A patch is needed to change line 555 to this:
"'Value' => ceil(($package->shipweight * $weight_conversion_factor)*100)/100,"
This will allow you to specify weight to the hundredths and calculate envelope shipping costs.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_fedex_envelope_fix.patch | 1.17 KB | teynon |
Comments
Comment #1
teynon commented