Page 1 of 2 12 LastLast
Results 1 to 10 of 30

Hybrid View

  1. #1
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default FedEx Web Services Shipping [Unofficial Discussion Thread]

    It looks like there is no much discussion nor support thread for the numinix FedEx shipping module. So I start this thread here.

    The latest version (v1.8.1, updated on 1/22/2021) can be downloaded from numinix directly:
    https://www.numinix.com/zen-cart-plu...vices-shipping

    Compatible with: Zen Cart 1.3.8a, 1.3.9h, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5a, 1.5.5b, 1.5.5c, 1.5.5d, 1.5.5e, 1.5.5f, 1.5.6, 1.5.6a, 1.5.6b, 1.5.6c

    By my test, it seems that it is working fine with the latest zen cart version 1.57d.

    An old FedEx module version (v1.5.4, updated on 6/15/2016) can be downloaded from Zen Cart
    https://www.zen-cart.com/downloads.php?do=file&id=1784

    Compatible with: Zen Cart v1.3.8, v1.3.9, v1.5.0, v1.5.1, v1.5.2, v1.5.3, v1.5.4, v1.5.5

    Disclaimer: I have no relationship with numinix and I'm not a professional developer.
    Last edited by njcyx; 18 Aug 2022 at 03:34 PM.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,180
    Plugin Contributions
    11

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    If you have a large volume of shipping, I would go with DrByte's mod at https://www.zen-cart.com/downloads.php?do=file&id=1324

    It ties your site into ShipStation with UPS, USPS, and FedEx.

  3. #3
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Unfortunately, our site use Shipworks for many years... Shipworks doesn't offer eCommerce plan any more and Shipstation is recommended for new users. (Shipworks and ShipStation are owned by the same company)

  4. #4
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    I tested the v1.8.1 plug-in from numinix with zen cart 1.5.8 dev and php 8.0.22. No surprisingly, I received a lot of warnings and errors from this plug-in. I spent some time to edit the code so now it is no more bugs showing on my testing site. If you like to try my code, please find the link below:

    https://github.com/njcyx/fedexwebservices

  5. #5
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    The link in the previous post sometimes may not work. Not sure how it happens. Anyway the following link should work then.

    https://github.com/njcyx/fedexwebservices.git

    It is just a temporary solution. Hopefully Numinix will update this plug-in in a more professional way soon.

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,751
    Plugin Contributions
    124

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    It might be a permanent solution and you might be the proud new owner of this plugin. :) Numinix is not that active on the Zen Cart forum these days.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #7
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Quote Originally Posted by njcyx View Post
    The link in the previous post sometimes may not work. Not sure how it happens. Anyway the following link should work then.

    https://github.com/njcyx/fedexwebservices.git

    It is just a temporary solution. Hopefully Numinix will update this plug-in in a more professional way soon.
    I just posted 1.9.1A to my Github above. Mod based on numinix 1.9.1.

    Changelog:

    1. Add support for FedEx International Connect Plus
    2. Now using RateService_v31 file.
    3. Corrected the bug in the original file, which not displaying FedEx International Priority.
    4. Other bug fixes.

  8. #8
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Quote Originally Posted by dbltoe View Post
    If you have a large volume of shipping, I would go with DrByte's mod at https://www.zen-cart.com/downloads.php?do=file&id=1324

    It ties your site into ShipStation with UPS, USPS, and FedEx.
    Does this also provide Fedex shipping rate quotes to customers? We already use Shipstation, but I need to allow our customers to choose Fedex as their shipping method.

  9. #9
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Never mind the previous question--I just checked and we're already using that Shipstation interface. It does not provide Fedex shipping rate quotes.

  10. #10
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Numinix updated this plug-in on Nov 29, 2022 (v1.9.0)! Now it supports zc 1.5.8 officially.

    https://www.numinix.com/zen-cart-plu...vices-shipping

    Changelog:
    Code:
    Version notes
    
    - Updating rates.
    - Supporting ZC v1.5.8
    Added
    
    ZC1.5.8/includes/languages/english/modules/shipping/lang.fedexwebservices.php
    ZC1.5.8/includes/library/fedex-common.php5
    ZC1.5.8/includes/modules/shipping/fedexwebservices.php
    ZC1.5.8/includes/modules/shipping/fedexwebservices/wsdl/AddressValidationService_v4.wsdl
    ZC1.5.8/includes/modules/shipping/fedexwebservices/wsdl/RateService_v31.wsdl
    docs/fedex_web_services_shipping/images/american-express.png
    docs/fedex_web_services_shipping/images/discover.png
    docs/fedex_web_services_shipping/images/maestro.png
    docs/fedex_web_services_shipping/images/numinix-emblem.png
    docs/fedex_web_services_shipping/images/paypal.png
    docs/fedex_web_services_shipping/images/visa.png
    includes/modules/shipping/fedexwebservices/wsdl/RateService_v31.wsdl
    Modified
    
    docs/fedex_web_services_shipping/css/sh_style.css
    docs/fedex_web_services_shipping/css/stylesheet.css
    docs/fedex_web_services_shipping/readme.html
    includes/languages/english/modules/shipping/fedexwebservices.php
    includes/modules/shipping/fedexwebservices.php
    Removed
    
    includes/modules/shipping/fedexwebservices/wsdl/RateService_v20.wsdl
    Last edited by njcyx; 1 Dec 2022 at 09:27 PM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 22 Jan 2018, 10:00 PM
  2. v150 FedEx Web Services - how to get sales tax on shipping insurance?
    By jeff-wolfpaw in forum Addon Shipping Modules
    Replies: 0
    Last Post: 6 Feb 2013, 02:54 PM
  3. Replies: 0
    Last Post: 19 Dec 2012, 11:50 PM
  4. v139h FedEx Web Services Shipping stopped
    By catach in forum Addon Shipping Modules
    Replies: 7
    Last Post: 8 Jun 2012, 08:54 PM
  5. Shipping with FedEx Web Services
    By rdub in forum Addon Shipping Modules
    Replies: 18
    Last Post: 7 Nov 2011, 11:41 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR