Results 1 to 8 of 8
  1. #1
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    red flag FedEx module not using weight from Config/Shipping

    Using the numinix FedEx add-on
    May 07 2010 v1.3.8 1.4.5.2

    We just setup a new site with 1.3.9h and for the first time, we are selling alot of very light items, like .03 lbs.

    In the Shipping/Packing config we have small packages set to 10:1 tried various others like 10:1 and even tried to increase the weight to a huge amount like 30:10 and sitll no change.

    the problem we are having is the FedEx Ground module is returning:
    No Rates Returned, E523 : Invalid weight.

    on the shopping cart page it shows the items weight at .03 lbs

    FedEx express is giving basic rates.

    Need to get this working, loosing orders due to high shipping rates.

    Thanks
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: FedEx module not using weight from Config/Shipping

    10:1 is adding 10% of the weight + 1lb
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: FedEx module not using weight from Config/Shipping

    Quote Originally Posted by kobra View Post
    10:1 is adding 10% of the weight + 1lb
    I understand that, BUT it is not working. As the reason for this thread. It's trying to get FedEx ground rates at .03 lbs and returning an error.
    Newest Site: ChargerPros - Stuff4Toys

  4. #4
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: FedEx module not using weight from Config/Shipping

    Here, stick this item in your cart and go to the shipping estimator. As you will see Express Rates, but NO Ground rates.

    http://www.solycostacargo.com/index....ducts_id=13995

    I tried an item that weighs .16 lbs and it will retrieve FedEx ground rates.
    Newest Site: ChargerPros - Stuff4Toys

  5. #5
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: FedEx module not using weight from Config/Shipping

    Add this .04 item the the cart with the above and it works just fine??? Still shows the actual weights of the items, not shipping weight.

    http://www.solycostacargo.com/index....ducts_id=14187
    Newest Site: ChargerPros - Stuff4Toys

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: FedEx module not using weight from Config/Shipping

    Edit the code for:
    /includes/modules/shipping/fedexground.php

    and around line 117, change the code to:
    Code:
            if ($this->packageType == '01' && $shipping_weight < 1) {
              $this->_setWeight(1);
            } else {
    //          $this->_setWeight(round($_SESSION['cart']->show_weight(),9));
              $this->_setWeight($shipping_weight);
            }
    Does that make it work for you now on the .03lbs regardless of what you use for the Tare Rate?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: FedEx module not using weight from Config/Shipping

    THANKS Linda

    That is bringing back a rate now and the price looks adequate.

    Looking at the code, shouldn't it have been setting the weight at 1 lb anyway? Oh well, thanks for the workaround, that'll keep the customers happy(er).

    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: FedEx module not using weight from Config/Shipping

    The results of:
    $_SESSION['cart']->show_weight()

    is the weight without the Tare Rate ... so that is .03 ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Replies: 0
    Last Post: 11 Sep 2014, 03:54 PM
  2. does fedex module allow for two shipping from addresses?
    By cem1 in forum Addon Shipping Modules
    Replies: 2
    Last Post: 12 Jul 2011, 12:00 AM
  3. FEDEX 1.4.5 Module calculates incorrect Shipping Weight
    By sgt_slaughter in forum Addon Shipping Modules
    Replies: 1
    Last Post: 21 Feb 2010, 07:01 PM
  4. Shipping incorrectly calculating using weight not Shipping table
    By Tihumatech in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 13 Dec 2008, 05:21 AM
  5. Shipping tare weight/boxes configuration does not work for FedEx
    By fpbear in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 28 Jul 2008, 04:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg