

sam_a
Members-
Content count
31 -
Joined
-
Last visited
Profile Information
-
Real Name
Sam Abrams
-
Yes, that fixed it. In my exhaustioni, I missed it. Thank you.
-
I'm having this exact same problem. Have you made any progress on this yet? Anyone have any ideas where to look? I can see the file name being written in general.php. A function in fedexdc.php is then supposed to write the contents. But the contents are not being written.
-
When I paste an html table into the Long Answer box, it appears in Preview with about 6 inches of space above it. Does anyone know how to fix this? When I paste normal text into the box, everything appears correctly. Do the HTML tages break FAQdesk? Thanks!
-
Chemo - When debugging, I'm finding the page cache contribution adds a double slash as follows. Is this a problem, or something I should try and fix: [cache_dir] => /home/jim.com//cache/ [cache_file] => /home/jim.com//cache/_index.php__english_USD.cache Thanks, and happy new year !!
-
Well, I think I got it working by hard coding the cancelData array, and blowing away the fedex_keys array. I probably broke something else in the process, but gorcsos' great logging code suggests to me this works. $cancelData = array ( 0 => '023', 1 => 'delete', // order number, optional 10=>MODULE_SHIPPING_FEDEX1_ACCOUNT, 29 => $fedex_tracking, 498=>MODULE_SHIPPING_FEDEX1_METER, 3025 => $ship_type ); // $cancelData = $fedex_keys+$cancelData; $cancelData = $cancelData;
-
The latest Fedex Realtime Quotes doesn't provide international quotes. The previous version did. Does anyone know if this is an intended limitation of the new module? Or perhaps an install error on my part. Thanks !
-
Can someone tell me how to turn logging on, so I can capture the above info, and get Cancel working for all of us? Thanks !
-
Are you folks able to get fedex international quotes, from US/Canada to other countries? I'm not able to, even with a fresh install, and am wondering if it's just a limitation of the module. The old fedex module worked fine internationally out of the box. Thanks !
-
I'm unable to get any fedex international quotes. Are other people having this problem too? Or is this just my installation?
-
Ok, I've spoken with Fedex, and basically the Cancel feature does not appear to cancel anything. If someone can provide me with the following, I (or anyone that wants) can work with fedex to identify what's missing: * sample of what the module sends to FedEx when requesting a label * sample of FedEx's response * sample of what the module sends to FedEx when attempting to cancel a shipment * sample of FedEx's response
-
The cancel button doesn't fully cancel shipments. I just got my credit card statement, and found I was billed a residential surcharge even though the package itself was cancelled. I'm also now being billed a weekly pickup fee, from when I scheduled a single pickup but later cancelled it. Is there some additional information we can add to the cancellation XML to avoid the fedex billing trap?
-
New UPS XML Shipping Module available
sam_a replied to torinwalker's topic in General Add-Ons Support
Thanks for your quick reply Jan. That's exactly what I was looking for ! :D Any chance you'd also know how to resort these services? I tried to sort from highest to lowest, but got nowhere. Have a great holiday weekend everyone !!! -
New UPS XML Shipping Module available
sam_a replied to torinwalker's topic in General Add-Ons Support
Actually, Next Day Air Saver disappeared because I changed it to "Next Day Air 3:00". Oish, isn't there anyway to rename these things to something normal human beings understand? -
New UPS XML Shipping Module available
sam_a replied to torinwalker's topic in General Add-Ons Support
I can't get UPS Next Day Air Saver to come up under any circumstances. All other services come up fine. Anyone else having this problem? -
New UPS XML Shipping Module available
sam_a replied to torinwalker's topic in General Add-Ons Support
Forgive me if this question's already been asked. I'm trying to update the names in english/modules/upsxml.php. But when I change "UPS 3 Day Select" to "3 Day Shipping", it no longer comes up in searches. Is there any way to do this? Thanks, Sam