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 checkout page, FedEx 2 day and Fedex 2 Day (Saturday Delivery) quotes shown under the shipping method section properly. If I selected FedEx 2day option, on the page bottom, below Sub-Total, it would show FedEx 2 day and its quote properly. But if I clicked on Fedex 2 Day (Saturday Delivery) under the shipping method section, there is no change under the sub-total section. It still shown "FedEx 2 day" with the "FedEx 2 day" quote.
If I selected FedEx ground at first then select FedEx 2day saturday later, the sub-total section still shows Fedex 2day and its quote.
All the other shipping methods are updated properly, such as Fedex ground, USPS and UPS. But Fedex 2 day and Fedex 2day saturday delivery both show FedEx 2day and its quote.
Re: FedEx Shipping using REST API
Thanks for reporting. I will have a look.
Re: FedEx Shipping using REST API
You have to set the "Show Estimated Transit Time" setting in the config to "True" to see this data.
Re: FedEx Shipping using REST API
Quote:
Originally Posted by
njcyx
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 checkout page, FedEx 2 day and Fedex 2 Day (Saturday Delivery) quotes shown under the shipping method section properly. If I selected FedEx 2day option, on the page bottom, below Sub-Total, it would show FedEx 2 day and its quote properly. But if I clicked on Fedex 2 Day (Saturday Delivery) under the shipping method section, there is no change under the sub-total section. It still shown "FedEx 2 day" with the "FedEx 2 day" quote.
If I selected FedEx ground at first then select FedEx 2day saturday later, the sub-total section still shows Fedex 2day and its quote.
All the other shipping methods are updated properly, such as Fedex ground, USPS and UPS. But Fedex 2 day and Fedex 2day saturday delivery both show FedEx 2day and its quote.
Github discussion link regarding this issue.
https://github.com/scottcwilson/zenc...sue-2215956989
If you have the same issue as mine, you can try my "band-aid" solution in the link above.
Or maybe I'm the only one who offer FedEx Saturday delivery service...
Re: FedEx Shipping using REST API
Version 1.3 released; fixes Saturday delivery issue.
Note that you must have "Show Estimated Transit Time" setting in the config to "True" to do Saturday Delivery.
Re: FedEx Shipping using REST API
version 1.3.1 released - version 1.3 was accidentally built from the wrong files; please re-download if you downloaded it this morning.
Re: FedEx Shipping using REST API
I am testing this on a ZC 1.5.8.a running PHP 8.3 and OPC plugin 2.4.6.
I am getting this error in the logs even though the plugin seems to be displaying prices just fine:
--> PHP Warning: Attempt to read property "delivery" on null in /home/domain/public_html/store/includes/modules/shipping/fedexrest.php on line 123.
--> PHP Warning: Trying to access array offset on value of type null in /home/domain/public_html/store/includes/modules/shipping/fedexrest.php on line 123.
Re: FedEx Shipping using REST API
Grab the latest update; this issue is fixed.
Re: FedEx Shipping using REST API
Quote:
Originally Posted by
swguy
Grab the latest update; this issue is fixed.
Is there a later version than 1.3.1, because that is what I was running when experiencing the error.
Re: FedEx Shipping using REST API
Why yes there is. Take a look in the plugins library and you'll see it.
https://www.zen-cart.com/downloads.php?do=file&id=2375