righteye Posted August 26, 2005 Share Posted August 26, 2005 I've looked, I've searched, I've called FedEx, I've cried... Now I'm begging for help. I have a site that ships out various size boxes for the product. I've currently have FedEx Direct 2.04(Realtime Quotes Contribution) loaded in and it works great, but I want to send FedEx my WxHxL dimensions so that I can get an accurate rate quote back, in case the box size would change the available quote. I found a post from stephen27 last year talking about changing the Contribution to add 1 static oversize box, I need to set something up with over 100 product sizes. This is from his post: $dim_length = "52"; $dim_width = "27"; $dim_height = "8"; $data .= '59,"' . $dim_length . '"'; $data .= '58,"' . $dim_width . '"'; $data .= '57,"' . $dim_height . '"'; This was all that was necessary to get it working for me, since my packages are always oversize 2... You're on your own on how to integrate this in to your osC to handle different sized packages. If someone has an idea or a solution I would love to hear about it. Thanks for your time. Kristian Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.