Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Oct 2011
    Posts
    36
    Plugin Contributions
    0

    red flag fedex webservices shipping quote

    Hello All,

    I would like to show the estimated shipping cost in the product info page. can anyone help me how to do this?

    I have installed "FedEx Web Services" in the shipping module. But it is showing up "Error in processing transaction". Well, I guess that it will show the shipping cost in the checkout page. But I want some thing click here and see "Instant Shipping Quote" section. I am looking for this feature using fedex webservices.

    Can anyone help me in this or guide me how to do this?

  2. #2
    Join Date
    Feb 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    I'm having a similar problem. I cannot use the web services api at all. The error message is very helpful...
    "Error in processing transaction."

    I can't even proceed to the checkout page.

    If I disable numinex's addon and change it to flat rate, it works perfectly.

    I am using php 5.3 as required.

    Please help!

  3. #3
    Join Date
    Sep 2007
    Location
    Illinois
    Posts
    16
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    It is my nderstanding after talking to FedEx that they are no longer supporting the API system. They want everyone to switch over to web services system that will require password, acct number, meter number and a production URL in order to access it.
    Just learned this today and am trying to get tthe next step to convert to this system.

  4. #4
    Join Date
    Feb 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    Please see the attached error. This is during step 1 of 3 "Delivery Information"

    Does anyone actually have this module working?

    Name:  ordererror.jpg
Views: 1666
Size:  20.3 KB

  5. #5
    Join Date
    Oct 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    Quote Originally Posted by taerox View Post
    Please see the attached error. This is during step 1 of 3 "Delivery Information"

    Does anyone actually have this module working?

    Name:  ordererror.jpg
Views: 1666
Size:  20.3 KB
    Hello Taerox,

    I was able to fix my issue. As Jim Crown told FedEx no longer supports API, We need to move on with FedEx webservices. First of all, you need to register with fedEx and need to get "Test Account Number,Test Meter Number, Developer Test Key and Developer Password". These will be provided by FedEx. Then download the Zencart Module from "https://www.numinix.com/fedex-web-services-shipping". Extract the zip folder and Modify the below files and upload the files to your server retaining the folder structure or follow docs/readme.txt file from the zip.

    1. includes/library/fedex-common.php5
    Change XXX/YYY in the below lines with the information provided by FedEx.
    if($var == 'shipaccount') Return 'XXX'; //FedEx Test Account Number
    if($var == 'billaccount') Return 'XXX'; //FedEx Test Account Number
    if($var == 'meter') Return 'XXX'; //FedEx Test Meter Number
    if($var == 'key') Return 'XXX'; //FedEx Developer Test Key
    if($var == 'password') Return 'XXX'; //FedEx Developer Password

    2. includes/modules/shipping/fedexwebservices.php
    Change the below lines
    @define('MODULE_SHIPPING_FEDEX_WEB_SERVICES_KEY', 'PpFEn9QGjnR4Wdb2'); // FedEx Developer Test Key
    @define('MODULE_SHIPPING_FEDEX_WEB_SERVICES_PWD', 'u4hXPKKcpKBw9RQ4n1hBvsJAH'); //FedEx Developer Password

    3. includes/wsdl/RateService_v9.wsdl
    Go to end of the file and find the Below section
    <service name="RateService">
    <port name="RateServicePort" binding="ns:RateServiceSoapBinding">
    <s1:address location="https://gateway.fedex.com/web-services/"/>
    </port>
    </service>
    In this, replace "<s1:address location="https://gateway.fedex.com/web-services/"/>" with the test FedEx service URL "<s1:address location="https://gatewaybeta.fedex.com/web-services/"/>"

    That's it... You are ready to test the FedEx webservices online on your store.
    Once you are satisfied with your testing, modify the above files with your Original Info that was given by FedEx.

    Hope this helps you..
    Thanks,
    Aditya
    Last edited by aditya369; 23 Feb 2012 at 01:30 PM.

  6. #6
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    Aditya,

    Thanks so much for providing this, you are an angel.
    I'm having trouble finding the "developer password" though. I have the developer key, test account # and test meter # but the only password I have is for account on fedex.com website, which doesn't work.

    -Matt

  7. #7
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    Nevermind, they send this in a separate e-mail I think. I just didn't get it because it went to the store owner e-mail. D'oh.

  8. #8
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    Also when you're changing your testing credentials to the production credentials, don't forget to go change "gatewaybeta.fedex.com" back to "gateway.fedex.com" in the rateservice file.
    Mine's working now, in zen cart 1.5.

  9. #9
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    and it's quoting accurately, to the penny, what she has to end up paying. Thank you aditya, numinix, and zen cart team.

  10. #10
    Join Date
    Oct 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: fedex webservices shipping quote

    Quote Originally Posted by mattgulden View Post
    Also when you're changing your testing credentials to the production credentials, don't forget to go change "gatewaybeta.fedex.com" back to "gateway.fedex.com" in the rateservice file.
    Mine's working now, in zen cart 1.5.
    Hi Matt,

    Happy to Help You...

    and thanks for your quote "Also when you're changing your testing credentials to the production credentials, don't forget to go change "gatewaybeta.fedex.com" back to "gateway.fedex.com" in the rateservice file."

    Thanks,
    Aditya

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 FedEx Webservices - PEAR::SOAP?
    By rooster_cogbern in forum Addon Shipping Modules
    Replies: 8
    Last Post: 30 Oct 2018, 01:09 AM
  2. v153 FedEx Webservices module - No Saturday shipping quote
    By saftek in forum Addon Shipping Modules
    Replies: 1
    Last Post: 6 May 2016, 10:22 PM
  3. Help Installing Numinix FedEx webservices Module
    By raphael in forum Addon Shipping Modules
    Replies: 4
    Last Post: 16 Sep 2014, 03:49 AM
  4. v151 Lower 48 zones with Fedex Webservices?
    By CabinetGuy in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 10 May 2014, 05:20 PM
  5. v139h FedEx Webservices module bug
    By michaelchu in forum Addon Shipping Modules
    Replies: 1
    Last Post: 2 Mar 2012, 06:56 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