Page 9 of 9 FirstFirst ... 789
Results 81 to 90 of 90
  1. #81
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,310
    Plugin Contributions
    125

    Default Re: FedEx Shipping using REST API

    If you pull my changes they should fix this issue.
    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.

  2. #82
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: FedEx Shipping using REST API

    Quote Originally Posted by swguy View Post
    If you pull my changes they should fix this issue.
    I have version 1.3.4 pulled from the github repository and still have been disabled.

  3. #83
    Join Date
    Jan 2008
    Posts
    173
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    How do I set up the AP in FedEx? This may sound dumb. I created an API in account in FedEx using our account number.

  4. #84
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,310
    Plugin Contributions
    125

    Default Re: FedEx Shipping using REST API

    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.

  5. #85
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    333
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    I currently have ground, express, and LTL freight enabled on the plug in.

    Sometimes only ground and express will show and at other times only freight will show depending on the weight.

    I need to configure this so that all options will show all the time.

    Reason being because in most cases I can either "Split in to boxes" or ship an entire pallet.

    Thanks in advance

  6. #86
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,310
    Plugin Contributions
    125

    Default Re: FedEx Shipping using REST API

    Not sure this is possible.
    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. #87
    Join Date
    Apr 2019
    Posts
    296
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    I just noticed a bug. Not sure it is from the FedEx plug-in, or paypal express checkout, or OPC.

    So if I used the paypal express checkout button to checkout in the shopping cart page, during the shipping method selection (it is the traditional 3-page checkout), I can see both FedEx 2day and 2day saturday delivery. But if I selected 2day saturday delivery, in the next page, it will display the regular fedex 2day, not saturday delivery. The quote is the same as non-saturday delivery option.

    There is no such issue under the OPC one-page checkout.

  8. #88
    Join Date
    Apr 2019
    Posts
    296
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    Quote Originally Posted by njcyx View Post
    I just noticed a bug. Not sure it is from the FedEx plug-in, or paypal express checkout, or OPC.

    So if I used the paypal express checkout button to checkout in the shopping cart page, during the shipping method selection (it is the traditional 3-page checkout), I can see both FedEx 2day and 2day saturday delivery. But if I selected 2day saturday delivery, in the next page, it will display the regular fedex 2day, not saturday delivery. The quote is the same as non-saturday delivery option.

    There is no such issue under the OPC one-page checkout.
    Ok, please disregard my last message. it is not related to fedex plug-in. I believe I messed it up somehow.

  9. #89
    Join Date
    Apr 2019
    Posts
    296
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    Here is what I found.

    If I force sort the result from high price to low, there is no such issues. I can select both regular 2 day or saturday 2day. But if I sort the result from low price to high, the issue shows up.

    Here is my code to sort the result.

    if (!function_exists('fedex_sort_Price')) {
    function fedex_sort_Price ($a, $b) {
    $c=(float)$a['cost'];
    $d=(float)$b['cost'];
    if ($c==$d) return 0;
    return ($c>$d?1:-1);
    }}

    Then above the line " $quotes['methods'] = $methods;", add

    usort($methods,'fedex_sort_Price');

    Again, this mod works fine with OPC one-page checkout. This issue/bug only affect the 3-page checkout.

  10. #90
    Join Date
    Apr 2019
    Posts
    296
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    One more update...

    I did some tests. So if the Saturday delivery option is displayed below the regular non-sat method (like low to high sorting) the Sat option will be changed to the non-sat option in the next page automatically. But if the Saturday is displayed above the regular method (like high to low sorting), both options can be selected.

    From my chrome developer tool, for both options, they have a different id, title and class.

    This issue affects all Sat delivery methods, such as 2day and priority overnight.

    I have no clues for now. The strange part is, OPC works perfectly fine but not 3-page checkout (paypal express checkout)!

 

 
Page 9 of 9 FirstFirst ... 789

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 159
    Last Post: 26 May 2025, 12:31 PM
  2. PayPal Express Checkout with REST API
    By kanine in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 19 Jun 2022, 05:23 AM
  3. Rest api?
    By skywalker826 in forum General Questions
    Replies: 4
    Last Post: 31 Aug 2013, 04:30 PM
  4. Suomen verkkomaksut (SVM) REST API payment module
    By pasi in forum Addon Payment Modules
    Replies: 3
    Last Post: 9 Mar 2013, 09:57 AM
  5. Fedex Signature required option in fedex api
    By jeba in forum Addon Shipping Modules
    Replies: 0
    Last Post: 15 Oct 2009, 08:48 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