VirtueMart Forum

VirtueMart 1.1.x [ Old version - no longer supported ] => Shipping VM 1.1 => UPS VM 1 => Topic started by: tao on May 22, 2008, 23:23:14 PM

Title: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: tao on May 22, 2008, 23:23:14 PM
I'm using VirtueMart 1.1.0 beta3 with Joomla 1.5.

When I go through the checkout process logged in as admin., the UPS module works.  However, when a new shopper create an account and check out the same product, the UPS module disappears on the shipping page. So no one can check out.

I also change a new shopper to admin/administrator priviliage,same thing happens, the UPS module is not there.

So weired!!!  Any suggestions would be much appreciated!

Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: Redman on May 26, 2008, 22:32:42 PM
I am having the same problem with Joomla 1.5.3 and VM 1.1.0 stable.

Any UPS module gurus in here?

I managed to get a bit past the "nothing appears stage".

It appears that you must have all the weights and dimensions defined for each product.

You need to have SSL extensions enabled on Apache AND PHP.
   - go here for the Apache details and read all the way to the end as the last important piece is at the very end.  http://www.wampserver.com/phorum/read.php?2,28731

UPS.php bombs because getText() on lines 172 and 176 appear to be looking for something that is not present while parsing the XML response from UPS.
If I comment out the getText() lines it gets a bit further.

vmLogfile shows
12:33:21 AM 5/27/2008 VirtueMart [DEBUG] [127.0.0.1] [MickD] Starting Shipping module: ups
12:33:21 AM 5/27/2008 VirtueMart [DEBUG] [127.0.0.1] [MickD] Connection opened to www.ups.com
12:33:21 AM 5/27/2008 VirtueMart [DEBUG] [127.0.0.1] [MickD] Now posting the variables.
12:33:22 AM 5/27/2008 VirtueMart [ERR] [127.0.0.1] [MickD] UPS was not able to process the Shipping Rate Request.. Error Code: , Error Description:

So I know it is getting to UPS.com and sending the variables for a shipping quote.
and I get this on my shopping cart:
Error: UPS was not able to process the Shipping Rate Request.. Error Code: , Error Description:


Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: powder on June 27, 2008, 11:44:16 AM
Dodi you find any solution for your problem?

We are having the same problem.

Regards Powder
Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: artguy101 on September 03, 2008, 17:47:48 PM
I am getting this:

Debug: <span class="message">UPS was not able to process the Shipping Rate Request.</span><br/>Error Code: 111057<br/>Error Description: This measurement system is not valid for the selected country.<br/>
Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: trendsettingdesign on September 04, 2008, 20:12:07 PM
I had a problem and just solved it by making sure I had all the necessary User Fields visible and required.  Specifically, I had to have Country, State and Zip published, visible in all locations and required for the module to work.  The User Fields can be found either in the Store menu or the Admin menu of VM.
Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: artguy101 on September 19, 2008, 03:48:52 AM
Under Admin --> Users, i don't anywhere to make fields visible or required.

Are you talking about a config setting?
Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: madebychad on September 24, 2008, 23:46:33 PM
I also saw the default text in the UPS shipping module OVERRIDE_FROM_ZIP in the zipcode... make sure to delete this if you are not going to fill in an override for the zip code, because if it is not a valid zip or blank, you WILL get an error that it could not process the shipping rate requiest, as in artguy101, just delete the text in the zip field... and make sure that in your store>Edit Store that the zip is set (or in any vendors that you have setup)
Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: VGarcia on November 02, 2008, 14:50:36 PM
Quote from: madebychad on September 24, 2008, 23:46:33 PM
OVERRIDE_FROM_ZIP

Yes! Thank you. I just deleted this text from the UPS.com shipping module configuration screen ("ship from zip code" field), and it works now. Thanks so much.
Title: Re: PLEASE PLEASE PLEASE HELP! I'm going crazy with UPS shipping module
Post by: madebychad on December 17, 2008, 02:46:27 AM
Glad that helped VGarcia :)