Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    21
    Plugin Contributions
    0

    Default fedex dimensional shipping not working

    Hello,

    I have installed Zen Cart 1.3.9h, and have version 1.4.5.2 of the Fedex Module. My client would like to enable dimensional support for the shipping calculations, so I checked up on the threads here and saw I had to install the latest version (1.0) of "attribute dimensions". I did that, executed the SQL code, and then went to the Attribute Controller area of my Zen cart admin and tried to add some dimensions to a given product. When I put in some and hit "insert" , it simply went right back to the admin homepage without any altering of the database.

    Has anyone been able to get this to work? I'm not getting any errors, but it's not inserting any dimensions, either.

    One thing to note is that the instal.sql file had the tables listed differently - I had to add a zen_ before each ALTER line of code. But other than that, everything is installed normally.

    Thanks all-
    Mike

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: fedex dimensional shipping not working

    Who is the author of this dimensional shipping module and is there a way to contact them?

  3. #3
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: fedex dimensional shipping not working

    The support for dimensions in the fedex module means that further work will be needed in order to get your cart ready - you cannot use the attributes to put in the dimensions. The length and width fields have to be added to the database and then your admin files have to be changed to add that to your products.

    In the readme - it says at the very bottom that this module has to be used for dimensional support: (requires Auction Site Attributes module). Don't think that's available now.

    There's been 3 folks who have worked on this mod and it has been under some trying situations with Fedex but none of three are supporting it any longer.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #4
    Join Date
    Jun 2011
    Posts
    8
    Plugin Contributions
    0

    Default FedEx lack of dimension issues

    Do anyone know of a solution to this lack of dimensions support issue as of yet? I have installed the FedEx module however without dimension support this module is useless to me, because a lot of my packages I send out are large.

    thanks

  5. #5
    Join Date
    Jun 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: fedex dimensional shipping not working

    I changed the code lines 581 to line 583 of fedexground.php from this
    if (MODULE_SHIPPING_FEDEX_GROUND_DIMENSIONS == 'True') {
    $max_length = (MODULE_SHIPPING_FEDEX_GROUND_WEIGHT == "KGS") ? 274 : 108;
    $max_girth = (MODULE_SHIPPING_FEDEX_GROUND_WEIGHT == "KGS") ? 419 : 165;
    to this

    if (MODULE_SHIPPING_FEDEX_GROUND_DIMENSIONS == 'True') {
    $max_length = (MODULE_SHIPPING_FEDEX_GROUND_WEIGHT == "KGS") ? 1 : 1;
    $max_girth = (MODULE_SHIPPING_FEDEX_GROUND_WEIGHT == "KGS") ? 4 : 1;
    This changed fixed my issues. Before I made this change my quote would come back at less than half of the actual shipping cost.

 

 

Similar Threads

  1. Working around dimensional weight for USPS?
    By bigbusybee in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 12 Jul 2022, 05:37 PM
  2. Dimensional Weight shipping for Fedex?
    By malice95 in forum Addon Shipping Modules
    Replies: 4
    Last Post: 29 Jul 2010, 11:29 PM
  3. FedEx Not Working Again.....
    By Delights in forum Addon Payment Modules
    Replies: 2
    Last Post: 9 Jun 2009, 08:34 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