Algirdas Varnagiris


PHP: FedEx shipping rates calculator updated

Posted in Internet, PHP by Algirdas on the August 31st, 2007

One user was using my FedEx class and could not get rates for Ground service. I have just figured out what was the problem. First of all Ground and Home delivery are ground services and you must set Carrier code to FDXG.

$fedex->setCarrierCode(“FDXG”);

After this I found few bugs witch I fixed and now you can download updated FedEx class from this post.



2 Responses to 'PHP: FedEx shipping rates calculator updated'

Subscribe to comments with RSS or TrackBack to 'PHP: FedEx shipping rates calculator updated'.

  1. triveni said,

    on November 6th, 2007 at 8:25 am

    Hai,
    I require some more information regarding the declared value to be sent to FedEx module. If you could send the tag to be used for “Declared value” that would help us in getting the correct shipping charges.

    regards,
    triveni

  2. Algirdas said,

    on November 6th, 2007 at 9:37 am

    Actually I don’t know what are you asking about and I don’t know all the tags FedEx supports. You should contact FedEx support and they should help you.

    Regards,
    Algirdas

Leave a Reply

You must be logged in to post a comment.