Search:

Type: Posts; User: njcyx

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    Github discussion link regarding this issue.

    https://github.com/scottcwilson/zencart_fedexrest/issues/6#issue-2215956989

    If you have the same issue as mine, you can try my "band-aid" solution...
  2. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Actually, I'm not sure if surepost is enabled in my account. We haven't signed anything from our UPS agent yet regarding surepost.

    Regarding the log, I just tried it on my end. In the log file...
  3. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Correct. Surepost/ground saver is not enabled by default. You need to contact your sales/account agent to enable it. I'm not sure if the API require the same thing or not.

    We haven't used...
  4. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    php7.4. zc 1.57d

    I just updated my site to one page checkout v1.5.0. The legacy fedex plug-in works fine. But fedex rest (v1.2) may have some issues for the Saturday delivery.

    So under the...
  5. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Hi @lat9, thanks for your updates! I just updated my site from 11i to 11j and it worked fine. I only entered the account password. All the settings are the same as before after the upgrade. It seems...
  6. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Thanks for your input! I just tried it on my end and it worked (Ground Advantage)!
  7. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Hi @lat9, thanks for your reply.

    It seems ground saver cannot be found under ups website. Maybe it is still a pilot program now. Here are some developer information I found which are surepost...
  8. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Any plan to support UPS ground saver? It seems cheaper than the regular UPS ground.

    https://blog.stamps.com/ups-ground-saver/

    stamps.com users can create shipping labels for UPS ground saver...
  9. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    I did some studies regarding the element rateSortOrder. Here are the available values:

    SERVICENAMETRADITIONAL - data in order of highest to lowest service (Default)
    COMMITASCENDING - data in...
  10. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    Hi @swguy,

    I just listed three issues and proposed potential fixes in your github. I tried and it worked on my end. Maybe you have a better idea.

    Three issues are following:

    1. Unable to...
  11. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    Thanks for your reply.

    I used production server for testing before, but today I received this email from FedEx. "Introducing transaction quotas and rate limits for FedEx API."

    20413

    Link is...
  12. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    I planed to do some test with this code under testing site. I changed the BASE_URL to https://apis-sandbox.fedex.com, and use our testing account number, key and secret in the settings. But I cannot...
  13. v157 Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Maybe it is time to say goodbye for this plug-in...

    https://www.fedex.com/en-us/developer/web-services.html

    Caution: FedEx Web Services Tracking, Address Validation, and Validate Postal Codes...
  14. v157 Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Github Update:

    1. I figured out a potential way to resolve the issue above (hopefully).

    2. I have been able to put smartpost/ground economy code into this fedex plug-in, so no need to use two...
  15. v157 Re: FedEx Ground Economy / SmartPost Shipping Module [Unofficial Discussion Thread]

    Github code updated, to correct issue that quote is still displayed for weight over 70lb.

    Ground Economy can only ship from 1lb to 70lb.
    ...
  16. v157 Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Soon or later, I can still receive the following warning note

    PHP Fatal error: Uncaught Error: Cannot use object of type stdClass as array in...
  17. v157 Re: FedEx Ground Economy / SmartPost Shipping Module [Unofficial Discussion Thread]

    For the other two issues you posted, I have updated the code according to your suggestion. Thanks again!
  18. v157 Re: FedEx Ground Economy / SmartPost Shipping Module [Unofficial Discussion Thread]

    Hi @lat9, you saved my day! I tried your suggested code and it worked! No more warning at all.

    I saw you also opened another two issues. I will take a look and do some tests...

    Appreciate your...
  19. v157 Re: FedEx Ground Economy / SmartPost Shipping Module [Unofficial Discussion Thread]

    Wait, this plug-in will still trigger some future PHP error warnings when the plug-in is not installed. After the plug-in is installed, no more warning.

    PHP Warning: Use of undefined constant...
  20. v157 FedEx Ground Economy / SmartPost Shipping Module [Unofficial Discussion Thread]

    Recently, we got a good deal from FedEx Ground Economy/Smartpost. I'm not sure why but the previous fedexwebservices plug-in doesn't quote Smartpost (I cannot find smartpost from the response log...
  21. v157 Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    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...
  22. v157 Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Update:

    I figured out why v1.9.1 doesn't show up the intl priority rate.

    When using RateService_v20.wsdl, the ServiceType for intl priority rate is INTERNATIONAL_PRIORITY. While in...
  23. Replies
    2,798
    Views
    382,563

    v155 Re: One-Page Checkout [Support Thread]

    Hi @lat9, my live site just updated to the 2.4.6 version and it worked smoothly. Thanks for your contribution!
  24. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    I just tested it according to @cloud9. My result is worse. I cannot get an intl/priority quote from Australia and Canada. I don't use Intl ground so I disabled it.

    1. No shipping quote to Sippy...
  25. v157 Re: Advise needed to change the format of INVNUM, to fight duplicated orders?

    Possibly yes. I used 60s in my PR.

    As it is said, "The first draft is always perfect"...lol.
  26. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    I just tried it on my end. I have the same "feature". When I change between online rate and retail rate, Ground advantage shows the same rate, but priority mail shows the different rate.

    It looks...
  27. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    Hi @carlwhat, I just tested your suggested code. Unfortunately, I received the following error:

    PHP Parse error: syntax error, unexpected '(', expecting identifier (T_STRING) or variable...
  28. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    I see. Thanks for pointing me out. I haven't paid attention to the 2nd line under this option...

    So if this option is set to true, transit time for ground and Saturday delivery options are all...
  29. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    My 2nd thought. This screenshot looks strange. Only two Saturday delivery options and ground show the estimate delivery date. All the other options (such as 2day, saver, regular overnight) don't show...
  30. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    That is so smart! Thanks!
  31. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    Hi @swguy, thanks. I have a new finding here.

    20343

    20344

    If I set "Show Estimated Transit Time" to false, there is no Saturday delivery option. But if I set it to true, I can get the...
  32. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Your first section of PHP code is located near line 547 and 583 in k11i file. Not exactly the same but very similar.

    "Try and error" is your good friend...Good luck.
  33. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    Thanks. Take time.

    I'm not sure if there is a way to test this feature other than Thursday and Friday...
  34. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    One more update. I just tried to get a quote today (Friday). Overnight with saturday delivery options didn't show up neither...
  35. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    Hi @swguy, can you please try and see if FedEx 2day Saturday delivery is displayed properly? My testing site didn't show it up today (Thursday), but only the regular FedEx 2day. Saturday Delivery...
  36. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    I just checked the latest USPS module (k11i), and the sorting function looks more professional (thanks @lat9 ). You may refer to it for this function:

    Near line 885


    // sort results
    ...
  37. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Direct github download link for K11i-beta:

    https://github.com/lat9/usps/archive/refs/heads/K11i.zip

    Here is how I find this link. Go to github project front page. Choose branch version on the...
  38. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    One more update. I just generally tested this plug-in (v0.9) and it worked great. One suggestion: I noticed that there is no option to resort the result. So by default, the highest quote shows at the...
  39. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    One more update. The latest github version works fine (K11i-beta1). Both domestic and international rates show up properly (including EMS Intl).

    Thanks @lat9.
  40. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Here is an update. No surprisingly, there is no first-class quote today via the old version plug-in. Let me try the latest github version...
  41. Replies
    55
    Views
    4,818

    Sticky: v158 Re: FedEx Shipping using REST API

    This FedEx developer portal is extremely hard to use. It will always show error page somehow and ask you contact FedEx support. Refresh the page sometimes works but sometimes doesn't. I also tried to...
  42. v157 Re: Advise needed to change the format of INVNUM, to fight duplicated orders?

    Update again: I just changed the INVNUM interval back to 60s. I used the 120s interval in the past two months. I haven't received any duplicated orders and this trick didn't trigger as designed. But...
  43. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Hi @lat9, unfortunately, I didn't turn on the debug option for this UPS...I used this plug-in in our live site for several days and no warning was received until now. It seems intermittent (I only...
  44. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    I received a warning today. Plug-in version v1.0.0. Zc 1.5.7d. PHP 7.4

    [26-Jun-2023 14:39:21 America/New_York] Request URI: /ajax.php?act=ajaxOnePageCheckout&method=updateShipping
    #1...
  45. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    That's great. Thank you so much for the update as always.
  46. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Hi @lat9, not sure if any updates for this EMS intl issue as I mentioned before... Though not many customers use it, but it is better to have it working.
  47. Replies
    378
    Views
    37,810

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    I just noticed the following news regarding the USPS rate change in July 2023:

    https://savepostage.com/july23-rate-increase.html

    Other than the periodical rate update/increase, there is a...
  48. v157 DHL XML Shipping [Unofficial Discussion Thread]

    Finally, I made this 8-year-old DHL code work for my site. Yeah. If you like to try my code, please use the link below:

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

    The original code link is the...
  49. v157 Re: FedEx Web Services Shipping [Unofficial Discussion Thread]

    Hi @swguy, that is a great news and thanks for your contribution!
  50. Sticky: v158 Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Hi @swguy and @lat9, thanks for your information.
Results 1 to 50 of 246
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR