Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / When will there be a fix for the UPS shipping Module

When will there be a fix for the UPS shipping Module

Views: 5,839

Results 21 to 31 of 31
8 Feb 2011, 5:18 PM
#21
tprint1 avatar

tprint1

New Zenner

Join Date:
Jan 2011
Location:
Hamilton, MI
Posts:
4
Plugin Contributions:
0

When will there be a fix for the UPS shipping Module

Well, I apparently did something wrong. I loaded in all the UPSXML files where they are supposed to go. I double checked their locations and everything looks correct. I went back to my admin/modules/shipping and all of the configuring for all of the shipping modules is gone. I have no idea what I coudl have done. I am wondering if anyone knows where to look to fix this problem?

8 Feb 2011, 6:58 PM
#22
mikestaps avatar

mikestaps

Zen Follower

Join Date:
Aug 2010
Location:
Grand Blanc, MI
Posts:
305
Plugin Contributions:
1

Re: When will there be a fix for the UPS shipping Module

tprint1:

Well, I apparently did something wrong. I loaded in all the UPSXML files where they are supposed to go. I double checked their locations and everything looks correct. I went back to my admin/modules/shipping and all of the configuring for all of the shipping modules is gone. I have no idea what I coudl have done. I am wondering if anyone knows where to look to fix this problem?

The first thing I would do is use a FTP to download the most recent myDEBUG-admin file from your /store/cache dir. This will tell you where the error is occuring...

15 Mar 2011, 4:59 PM
#23
atl2rva avatar

atl2rva

New Zenner

Join Date:
Feb 2010
Posts:
81
Plugin Contributions:
0

Re: When will there be a fix for the UPS shipping Module

I have an issue with my UPSXML returning a blank shipping page only with certain international zip codes. It happens when you either click "Estimate Shipping" or you proceed to the checkout_shipping page. For example when an Australian zip code of 2065 is used, I get a blank page, when I use a different AU zip code it displays fine. I have confirmed the zip code to be valid. This has come up before with other countries, but I have just discovered it was the UPSXML causing the error. I also enable USPS for certain international countries and the same zip codes display fine when I disable UPSXML for those countries. Is there an update to UPSXML I could download? The only one I see in addons and contributions is from 2006.

Thanks
http://www.proskit.com

15 Mar 2011, 5:09 PM
#24
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: When will there be a fix for the UPS shipping Module

The other day I had something come up with UPS XML ...

I forget the original code, but around line 261, I changed the code to be:

                if (isset($this->servicesTimeintransit[$type]) && isset($this->servicesTimeintransit[$type]["date"])) {
                    $eta_array = explode("-", $this->servicesTimeintransit[$type]["date"]);
                    $months = array (" ", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
                    $eta_arrival_date = $months[(int)$eta_array[1]]." ".$eta_array[2].", ".$eta_array[0];
                    $_type .= ", ETA: ".$eta_arrival_date;
                }

Does that correct any issues for you? :unsure:

15 Mar 2011, 5:24 PM
#25
atl2rva avatar

atl2rva

New Zenner

Join Date:
Feb 2010
Posts:
81
Plugin Contributions:
0

Re: When will there be a fix for the UPS shipping Module

:clap:
Wow, that seems to have fixed it! At least with the known non-working zip code. Thanks for such a quick response. :bigups:

15 Mar 2011, 5:29 PM
#26
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: When will there be a fix for the UPS shipping Module

Thanks for the update that this worked for you ... good thing I tripped on that one the other day ... :lamo:

20 Apr 2011, 7:13 PM
#27
dkoehler avatar

dkoehler

New Zenner

Join Date:
Jul 2008
Posts:
19
Plugin Contributions:
0

Re: When will there be a fix for the UPS shipping Module

Thanks, Ajeh -- I had the same problem as atl2rva and your solution solved it!

21 Apr 2011, 2:45 PM
#28
chuckb avatar

chuckb

New Zenner

Join Date:
Apr 2011
Posts:
4
Plugin Contributions:
0

Re: When will there be a fix for the UPS shipping Module

I have a test product that is 3.0 lb

When I check out the module seams to double the weight for shipping calculations.

United Parcel Service (1 pkg x 6.00 lbs total)

I changed the weight of the test product and the weight above went double. So if I put 4.0 then I get

United Parcel Service (1 pkg x 8.00 lbs total)

How do I fix this?

Thanks.

21 Apr 2011, 2:48 PM
#29
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: When will there be a fix for the UPS shipping Module

Check your Tare Rate settings in the Configuration ... Shipping/Packaging ... to see how much weight is being added to the order ...

To turn them off, set them to 0:0 ...

4 May 2011, 12:10 PM
#30
delights avatar

delights

Zen Follower

Join Date:
May 2006
Location:
Queensland, Australia
Posts:
254
Plugin Contributions:
0

Re: When will there be a fix for the UPS shipping Module

Ajeh:

Check your Tare Rate settings in the Configuration ... Shipping/Packaging ... to see how much weight is being added to the order ...

To turn them off, set them to 0:0 ...

I checked the file that i am using for USPS and noticed the date on the top was;

  • USPS Module for Zen Cart v1.3.x
  • RateV3 Updates to: January 4, 2010

Which is the same in the 1.3.9 H files i downloaded, you said there is a 2011 version of USPS, where is that download ?

4 May 2011, 12:51 PM
#31
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: When will there be a fix for the UPS shipping Module

Check post #26 of:
http://www.zen-cart.com/forum/showthread.php?t=171314

and follow the instructions ...