UPS ERROR CODE: 111210 ... During Checkout ... Please Help!

(1/1)

Smith:
I get the follwing error during checkout:

Quote

Error: <span class="message">UPS was not able to process the Shipping Rate Request.</span><br/>Error Code: 111210<br/>Error Description: The requested service is unavailable between the selected locations.<br/>

I have my UPS XML Access Key and Username & Password Setup in the UPS Module configuration.
I followed the instructions in this topic since I am hosted with GoDaddy http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=9635.0
I have entered the following code in the ups.php file:

Code:

curl_setopt ($CR, CURLOPT_HTTPPROXYTUNNEL, TRUE);
         curl_setopt ($CR, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
         curl_setopt ($CR, CURLOPT_PROXY, "http://64.202.165.130:3128");

I entered it below this code:

Code:

                      $CR = curl_init();
                                curl_setopt($CR, CURLOPT_URL, $protocol."://".$host.$path);
curl_setopt($CR, CURLOPT_POST, 1);
curl_setopt($CR, CURLOPT_FAILONERROR, true);
curl_setopt($CR, CURLOPT_POSTFIELDS, $xmlPost);
curl_setopt($CR, CURLOPT_RETURNTRANSFER, 1);

I am not sure why I am getting this error.  If anyone has any insight please help me.

Thank you!
Irvin

Smith:
I found that in order for the UPS Shipping to work both of the follwing need to be enabled.  I enabled the Standard shipping module and UPS seems to work fine.  Is it suppost to work like this?  = Also why does UPS have those weird charactors after Online?

Standard Shipping module with indiviual configured carriers and rates. RECOMMENDED ! 
UPS Onlineļæ½ Tools Shipping calculation 


Thanks.

Irvin

bcoloney:
I always assumed that the strang chars were a munging of either reg trademark (r) or copyright (c).

JayShoeaker:
I am having this same error code. What should I do? I have the UPS Onlineļæ½ Tools Shipping calculation module active... And when I enable the other one "Standard Shipping module with individual configured carriers and rates. RECOMMENDED !" It doesn't fix the problem.

Navigation

[0] Message Index