-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rates are too high for multiple items of the same sku #20
Comments
The height of your product is greater than the max height of your configured package. |
Yikes – yes I had my dims backwards – fixed that in my attribute set – but I’m still getting the same problem. 1 item is $26, 2 is $78, and 5 is $393. Also, if I do 2 different skus, it does the same thing – sku1 added to cart alone – ground shipping = $26.26 sku2 added to cart alone – ground shipping = $70.81 sku1 + sku2 added together – ground shipping = $123.33 and my 2nd & overnight rates look skyhigh also Both items have the “use special packaging” set to “Yes”. Should the rates for each package just add together, since I’m telling them to ship in their own boxes? Thanks, Tim From: David Scott Kirby [mailto:[email protected]] The height of your product is greater than the max height of your configured package. — |
Hmm, ... Can you turn on logging and paste the api request? |
The log files are pretty large, so I’m attaching as separate files – log.txt is for QTY of 1, log2.txt is for qty of 2. Thanks! Tim From: David Scott Kirby [mailto:[email protected]] Hmm, ... Can you turn on logging and paste the api request? — 2014-05-23T16:53:04+00:00 DEBUG (7): Array
) 2014-05-23T16:53:06+00:00 DEBUG (7): stdClass Object
|
Ah,the Dimensional Weight (L x W x H / 139) is greater than the Actual Weight of the package so FedEx is charging you for a 42 LB package as opposed to a 24 LB package.. Hmm.... If you can fit the product in one of the FedEx Express Package types then dimensional weight won't be applied.. Also, you might try disabling dimensions completely -- you'll get better rates, but if the package is as you have specified then the charges will be applied anyway when FedEx picks up the package. Any possibility of splitting the product into smaller boxes? |
I understand that the dimensional weight is greater, that is how it’s supposed to be – but there’s a problem when I have 2 of them. Looking at the 2nd log file, I get this: [HighestSeverity] => WARNING and the total dimensional weight ends up to be 126 lbs, not just two 42 lb packages. Tim From: David Scott Kirby [mailto:[email protected]] Ah,the Dimensional Weight (L x W x H / 139) is greater than the Actual Weight of the package so FedEx is charging you for a 42 LB package as opposed to a 24 LB package.. Hmm.... If you can fit the product in one of the FedEx Express Package types then dimensional weight won't be applied.. Also, you might try disabling dimensions completely -- you'll get better rates, but if the package is as you have specified then the charges will be applied anyway when FedEx picks up the package. Any possibility of splitting the product into smaller boxes? — |
Oh, hrm... That's odd.. Can you verify that you're running the latest archive (https://github.com/five23/shipsync-community/archive/shipsync-v5.zip) -- just to make sure -- before I dig in and try to track down this bug. |
Hey, might be easier to take this to email -> [email protected] |
I downloaded the current github distribution, and installed it – still get the same error. Also, now the Fedex Ground method isn’t working, only Fedex Home delivery. and the 2nd day and overnight rates are still pretty out there. Thanks again for your help, Tim From: David Scott Kirby [mailto:[email protected]] Hey, might be easier to take this to email -> [email protected]:[email protected] — |
The latest version changes the way Residential Delivery is handled, adding new configuration options that need to be set. Check your config -- it should be intuitive. In regards to these odd rates it would definitely help to have a look at your cart -- having a hard time recreating the problem on my dev site. Email me. |
Hello,
I'm having an issue with getting too high a rate from fedex when i have multiple items having the same sku. Here is what i have:
so the dimensional weight is 50 lbs.
I have a custom box set up in ShipSync Packages as:
When I add a single item to my cart and checkout to a state like FL, the shipping rate is perfect, $29.
But, if I add 2 to the cart, my new rate from Fedex is $126!
I've tried setting the Use special packaging attribute to "Yes", and this helps a bit, but the rate is still more than 2x one package at $79. And if I increase the qty to 5 items, the rate jumps to $393.90.
Allowing Multiple Package shipments in the config doesn't seem to help either. Can anyone point me to a setting i may have wrong, or is this a bug? Thanks!
The text was updated successfully, but these errors were encountered: