![]() |
Fedex and estimated delivery dates |
Post Reply ![]() |
Author | |
Planetlava_com ![]() Newbie ![]() ![]() Joined: 01-December-2005 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 16-September-2009 at 9:46pm |
Has anyone modified PC so you can add at least one business day to the delivery dates shown using Fedex, basically add 1 day to the ship date passed to Fedex before they return their delivery dates in the ship array.
If I am checking out at 10PM EST, it shows a delivery date of the next day for overnight shipping which isn't possible, as Fedex doesn't usually pick up that late. Is the ship date variable loaded prior to being sent to the encrypted Fedex code? If so, I guess you could even code your own cutoff time and have it add a day to the ship date if it is passed 3PM say... Any ideas? Thanks, T-Bone |
|
![]() |
|
Greg Dinger ![]() Certified ProductCart Developers ![]() ![]() Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
![]() ![]() ![]() ![]() ![]() |
I have not done this but I do have some ideas. The encrypted shipping rate scripts return a string containing the different service offerings. I have done mods where, for example, we pull "Fedex Ground" out of the returned rates when Ship To is Canada and the merchant is in the US. It's likely that the string can be pulled apart and the date replaced. You may be up to that, or hire a developer.
|
|
![]() |
|
Planetlava_com ![]() Newbie ![]() ![]() Joined: 01-December-2005 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Thanks for the reply.
I also have "intercepted" the returned shipping array and manipulated the data within, doing something very similar to what you mentioned with the Canada situation. I was just wondering if anyone had found a way to cleanly just alter the ship date passed to the carriers outside of the encrypted code. The way it shows the delivery dates now is a little misleading. It would actually be a useful feature if you could put a shipment cutoff time in for a carrier and this could be used to calculate the ship date when requesting rates and therefore show more accurate data. You could do this and manipulate the returned array, it just seems cleaner to originally pass the correct date to the carrier to begin with and let their system return the proper calculated delivery dates. Just some thoughts... T-Bone |
|
![]() |
|
Greg Dinger ![]() Certified ProductCart Developers ![]() ![]() Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
![]() ![]() ![]() ![]() ![]() |
The challenge as you likely discovered is that the shipping rate modules are encoded and not readable, so they cannot be altered. This protects EI's certification status. So there is only so much that can be done. If you need assistance please contact me directly.
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |