Results 1 to 5 of 5
  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
    Ohio
    Posts
    6,068
    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?
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    May 2006
    Location
    Charlottesville VA
    Posts
    1,193
    Plugin Contributions
    18

    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.

  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. FedEx / Estimate Shipping Button Returns "Data Sent to FedEx fo Rating"
    By sportbiker in forum Addon Shipping Modules
    Replies: 7
    Last Post: 5 Aug 2010, 02:47 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. Replies: 0
    Last Post: 19 Jan 2010, 03:46 AM
  4. Dimensional Shipping Rates
    By Muddler in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 8 Dec 2006, 07:33 PM

Bookmarks

Posting Permissions

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