I follow tha steps that katiek648 post there is something else that we need to do? This steps are in wiki/tutorials ?
katiek648 - 21 May 2008 09:44 AM
Has anyone else gotten the UPS XML to work? If so, can you provide the steps you took to get this going. I have tried everything suggested in this thread, except for contacting UPS to switch to production server which I just sent in a request now.
I follow tha steps that katiek648 post there is something else that we need to do? This steps are in wiki/tutorials ?
katiek648 - 21 May 2008 09:44 AM
Has anyone else gotten the UPS XML to work? If so, can you provide the steps you took to get this going. I have tried everything suggested in this thread, except for contacting UPS to switch to production server which I just sent in a request now.
When I test the “Estimated Shipping and Tax” box it gives me the regular quote, not our discounted quote.
Any help would be appreciated! Thanks!
It works. I was stuck with the same problem, but yesterday, fortunately, I found where is the problem.
Doing some debugging in Ups.php, I saw that the item on my cart had no value in weight attribute. By putting a weight, it worked perfectly.
I also turn the script to its original state (I remove the options in curl pointed by bott), and I got the same result. (Sorry for my bad english).
I have a pre-existing XML key and account that I have been using with osCommerce for the last year. I copied the information over from there, and nothing. I did the curl edit in Ups.php, and updated my URLs. All I get is the standard error..
United Parcel Service
* This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.
Any way to make this thing spit out any kind of useful debug?
@nester
make sure that you have shipping methods selected in the “Allowed methods” mufti select box.
Once you switch from UPS to USP XML they get cleared and you have to select the one that you want to offer customers with UPS XML
Re-requested my XML key, updated it in Magento.. still doesn’t work. Anyone got any ideas here? I want to dump OSC pretty badly, but if I can’t get UPS to work, I’m hard pressed to push this thing live.
It’s been some time since I’ve tried to successfully configure our UPS shipping XML online tools to correctly display rates. Do remember our efforts previously?
I have been in contact with UPS, and am getting very close - but am running up against a barrier that we’re trying to figure out.
Would it be possible for you to be included in the conversation, which may result in providing a solution that we can add into the Magento community?
Maybe I can cc: you into the email I sent them so they (UPS tech support) can overlook my customization.
Would you be able to provide me an email address to use for this so I can cc: you (via PM)? Would it be possible to have either you or another developer from within the Magento team add into the final dialogue?
I was receiving all of the same errors and issues that others were in this thread and was able to fix my problem. The issue was stemming from cURL not having OpenSSL compiled in it. We recompiled with OpenSSL and the issue was fixed.
We were able to fix all issues regarding both Authorize.net and UPS XML shipping by recompiling cURL with OpenSSL.
...When I test the “Estimated Shipping and Tax” box it gives me the regular quote, not our discounted quote.
Any help would be appreciated! Thanks!
I thought I would mention although we did get our UPS XML working as I said in my last post, I still only get the “regular quote,” not my “discounted quote,” just as katiek648 mentioned in her post. I really don’t understand why that would be.
Please, can someone confirm whether this is a Bug, Feature Not Yet Implemented, or Misconfiguration?
Would you mind referencing the url where the quote from @katiek648 is located? Just for reference, as I had not been aware of it earlier.
We have just worked and successfully integrated UPS “Negotiated Rates” for our client (http://awcoffees.com) after much collaboration with UPS. There are more features we hope to roll out with in the future to complement this main functionality (such as locating the destination type via RSS UPS Online Tools).
In answer to your question, if you are referring to UPS “Negotiated Rates” - the functionality has not been implemented natively to Magento yet, and thus is a “Feature Not Yet Implemented.” It’s been up for discussion for some time now, and we’ve finally got it working correctly.
We’re not sure how we’re going to present this to the community yet, though I’m available via PM and email for further dialogue on getting this functionality made available.
Hopefully @katiek648 is able to view this as well - as it’s been a very helpful solution to have UPS negotiated rates integrated within the Magento application.
UPS type : UPS XML
Password / Access key / login - 100% correct , I use my account on another my site
Show method if not applicable : NO
Ship to applicable countries : USA
I properly set up my origin : state / zip code / city
My products have proper weight....
my cURL works fine and has SSL support....
But still checkout page shows error message:
United Parcel Service This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.
I tried to put
var_dump($xmlResponse); die;
but checkout page just stops functioning - nothing happens after I click SUBMIT…
Also I believe that since I selected Show method if not applicable : NO, UPS should not even be displayed. in the list of shipping methods
I have a really simple question ... To send tracking information to the customer once the order / shipping has been dealt with .. do you have to be using the UPS XML service .. or can you just use the standard UPS option?
We are currently set to plain ol’ UPS in the admin .. and when I try and “send tracking information” I get a “shipment info can not be sent” notification.