Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2007
    Posts
    67
    Plugin Contributions
    0

    Default Cart not displayin FedEx Ground

    I just noticed that on two of my carts the display of Fedex ground shipping is not there...I do see Fedex Express. I can understand one store having the issue but not two.

    does anyone know if the code has changed or the targeted addess it goes too has changed?

    running zen 1.9h and 1.8 on other cart


    thank you

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

    Default Re: Cart not displayin FedEx Ground

    Which FedEx Add On do you have installed?

    What is the weight when it does not show?

    What are your settings in the Configuration ... Shipping/Packaging ...

    What is the Ship From and the Ship To that you are trying to use?
    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!

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

    Default Re: Cart not displayin FedEx Ground

    Note: yesterday another user with issues with FedEx Ground needed to make the follow change to the code:
    /includes/modules/shipping/fedexground.php

    Code:
            if ($this->packageType == '01' && $shipping_weight < 1) {
              $this->_setWeight(1);
            } else {
    //          $this->_setWeight(round($_SESSION['cart']->show_weight(),9));
              $this->_setWeight($shipping_weight);
            }
    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!

  4. #4
    Join Date
    Nov 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: Cart not displayin FedEx Ground

    fedex 2.4 is the module.... the weight seems to do nothing, it happens with any weight...the settings are as they a\have been for a year, i have not tuched it... i am not installing a new module, this is the module i have been using for ever.

    I am at a loss here... I was on the phone with fedex and they say the they are replying to the query just that my script is not understanding it, they say they are in the process of changing their system

  5. #5
    Join Date
    Nov 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: Cart not displayin FedEx Ground

    Just got off the phone with Fedex..... seems that they are changing their system over from API to something called Web Sevices... This is the reason for the error... the information being sent back to Zencart is different than it was before...They said that you can abtain the new information requested by contacting fedex.com/developers or something like that.....

 

 

Similar Threads

  1. Does Fedex ground and express not working anymore??
    By catangirl in forum Addon Shipping Modules
    Replies: 5
    Last Post: 20 Sep 2009, 04:15 AM
  2. Fedex Ground No Rates Return
    By vaige in forum Addon Shipping Modules
    Replies: 3
    Last Post: 25 Aug 2009, 11:19 PM
  3. FedEx only returns FedEx Ground rate (Home Delivery)
    By jaropales in forum Addon Shipping Modules
    Replies: 1
    Last Post: 24 Jul 2009, 03:15 AM
  4. Problem with FedEx Ground
    By bluealice in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 30 Jan 2009, 11:11 PM
  5. Fedex Ground MOD undercharging
    By rodi01 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 4 May 2007, 10:26 PM

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