Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Sudden 30% increase in UPS shipping charges.

Sudden 30% increase in UPS shipping charges.

Views: 8,011

Results 21 to 40 of 42
11 Jan 2011, 9:51 PM
#21
mikestaps avatar

mikestaps

Zen Follower

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

Sudden 30% increase in UPS shipping charges.

micmed:

Scratch my previous comment. I believe I have it working now.
Thanks Mike

Glad to hear its working now.

I just got off the phone with a UPS rep, They called me after I emailed them about this issue. I gave them a link to this forum and they are checking to see if it is indeed something on their end. :clap:

17 Jan 2011, 8:06 AM
#22
opticnoise avatar

opticnoise

New Zenner

Join Date:
Mar 2010
Posts:
5
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

Zencart recently had an issue where UPS shipping rates were always calculated at customer counter rates even when the RDP option was selected. Since UPS changed the label for the rate code used for the UPS pickup method, Zencart’s module now sends an incorrect label for the rate code. The online UPS tool used by the Zencart’s built-in UPS module will calculate rates based on customer counter if no code is provided or if the label is not recognized.

$this->_upsRateCode = 'Regular+Daily+Pickup';

in file:
/includes/modules/shipping/ups.php

needs to be updated to

$this->_upsRateCode = 'Daily+Pickup';

For a detail document, please see http://www.opticnoise.com/node/19

Thanks,

17 Jan 2011, 7:00 PM
#23
amenlaser avatar

amenlaser

New Zenner

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

Re: Sudden 30% increase in UPS shipping charges.

Was glad to see this fix for the old shipping module since I need dimensional weight figured in and the XML does not offer this.
However, this did not seem to fix the problem or change anything. UPS rates are still figuring too high. Any other thoughts or suggestions?

I have double checked that the line was changed and i even went into the shipping module and hit update just in case that might do something but no change in the price.

18 Jan 2011, 2:19 PM
#24
mikestaps avatar

mikestaps

Zen Follower

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

Re: Sudden 30% increase in UPS shipping charges.

amenlaser:

Was glad to see this fix for the old shipping module since I need dimensional weight figured in and the XML does not offer this.
However, this did not seem to fix the problem or change anything. UPS rates are still figuring too high. Any other thoughts or suggestions?

I have double checked that the line was changed and i even went into the shipping module and hit update just in case that might do something but no change in the price.

I would try uninstalling the module through the admin, then install the changed module... remember to keep a copy of the unchanged file jic this doesn't work.

18 Jan 2011, 5:51 PM
#25
opticnoise avatar

opticnoise

New Zenner

Join Date:
Mar 2010
Posts:
5
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

@amenlaser:

What UPS PickUP method do you have set in the Module through the Admin Interface?

CC - Customer Counter, RDP - Daily Pickup, OTP - One Time Pickup, LC - Letter Center, OCA - On Call Air

and are you getting a quote for RES (Residential) or Com (Commercial)?

Thanks,
Opticnoise Solutions Group - "Making life simpler"
http://www.opticnoise.com

18 Jan 2011, 8:13 PM
#26
amenlaser avatar

amenlaser

New Zenner

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

Re: Sudden 30% increase in UPS shipping charges.

@mikestaps

I will go ahead and give that a try. Thanks for the suggestion.
Ill post my results after I try it out.

@opticnoise

RDP is the pickup method and RES is the quote type.

19 Jan 2011, 10:23 PM
#27
amenlaser avatar

amenlaser

New Zenner

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

Re: Sudden 30% increase in UPS shipping charges.

Uninstalled the UPS module and installed it again. set up all the fields to how I had them with the RDP and still prices are coming out to high. I'm going to do a 3 times a charm look at the code again to make sure I didn't type it in incorrectly and its doing the default pickup method.

19 Jan 2011, 10:29 PM
#28
amenlaser avatar

amenlaser

New Zenner

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

Re: Sudden 30% increase in UPS shipping charges.

OK!!!:censored:

Its working now. I appreciate all the help I received with his problem but the original fix of the daily pickup code worked. Was a coding issue on my part :oops:

Again thank you for the quick responses and suggestions.

22 Jan 2011, 4:57 AM
#29
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

Would Zen Cart please consider an announcement of this fix.

$this->_upsRateCode = 'Regular+Daily+Pickup';

in file:
/includes/modules/shipping/ups.php

needs to be updated to

$this->_upsRateCode = 'Daily+Pickup';

26 Jan 2011, 4:04 PM
#30
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Sudden 30% increase in UPS shipping charges.

Hi,

opticnoise:

The online UPS tool used by the Zencart’s built-in UPS module will calculate rates based on customer counter if no code is provided or if the label is not recognized.

Thanks for this fix, it's greatly appreciated.

I was scouring the internet to see if I could find out where the documentation for this UPS qcostcgi.cgi API is and can't find it anywhere.. I guess its on the verge of being discontinued, all UPS's developer documentation refers to the XML and SOAP APIs only.

Where did you find this information? I'd like to see if anything else has changed that no-one has noticed?!

Thanks so much again.

All the best..

Conor
ceon

26 Jan 2011, 6:06 PM
#31
vglide avatar

vglide

New Zenner

Join Date:
Dec 2009
Posts:
28
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

MountainWilliam:

Hello Chandlers,
I switched from RES to COM and that did reduce the shipping cost some but it is still not right. We sell wood products, mainly cedar closet linings, so all of our shipments are UPS ground. On a 55 lb package to California the actual UPS ground shipping is $40.64 from my zip but the UPS shipping Module in Zen cart shows $59.80 That is a huge difference. My guess is that we are losing around $500.00 in orders per day because of this problem. I hope someone can help me solve this before its to late. I bet allot of Zen cart users are having this problem but do not know that they have it. Again everything worked fine until the 1/1/11
Paul Hall

OK, I did a quick check. Mine is doing the same thing. :cry:

26 Jan 2011, 6:25 PM
#32
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Sudden 30% increase in UPS shipping charges.

Hi,

VGlide:

OK, I did a quick check. Mine is doing the same thing. :cry:
Have you read the rest of this thread and applied the fix? Does it work for you? Or have you simply posted "I'm having a problem too"?

All the best..

Conor
ceon

26 Jan 2011, 6:28 PM
#33
vglide avatar

vglide

New Zenner

Join Date:
Dec 2009
Posts:
28
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

donhohler:

Has anyone found a resolution to this? I have tried every setting and nothing gets me close to what it should be. I have set the package tare to 0 and set UPS to COM and am still 20% too high.

I compared commercial and residential "orders" in zencart against UPS. What I found is UPS in zencart is pulling PUBLIC rates. Not my discounted contract rates. If I logged into UPS online with my account number, then the rates pulled were lower than the zencart UPS rates. Now, my UPS rep was just in for a visit. He said UPS & FedEx have both changed the dimensional rate calculations. May this be what is affecting some so much? I am just trying to help.

26 Jan 2011, 6:35 PM
#34
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Sudden 30% increase in UPS shipping charges.

Hi,

VGlide:

I compared commercial and residential "orders" in zencart against UPS. What I found is UPS in zencart is pulling PUBLIC rates. Not my discounted contract rates.

The Zen Cart module has nowhere for you to enter any account information so naturally it can only show public rates.

To use discounted rates you'd have to use the XML or SOAP APIs.. there is no Zen Cart module for the SOAP API and I'm not sure if the UPS XML addon works, it was released quite some time ago.

All the best..

Conor
ceon

27 Jan 2011, 6:12 PM
#35
opticnoise avatar

opticnoise

New Zenner

Join Date:
Mar 2010
Posts:
5
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

conor:

Hi,

Thanks for this fix, it's greatly appreciated.

I was scouring the internet to see if I could find out where the documentation for this UPS qcostcgi.cgi API is and can't find it anywhere.. I guess its on the verge of being discontinued, all UPS's developer documentation refers to the XML and SOAP APIs only.

Where did you find this information? I'd like to see if anything else has changed that no-one has noticed?!

Thanks so much again.

All the best..

Conor
ceon

Conor,
the way I was able to find that information was by applying the UPS XML module to one of our zencart sites. When I noticed it worked correctly then I went on the hunt to find out why. Since I had determine that the built-it UPS module was returning the costumer counter rates even when RDP was selected, I decided to check that same code in the UPS XML module and notice the label just being Daily+Pickup instead of Regular+Daily+Pickup. I had my web developer check the UPS SDK documentation and he confirm that it was Daily+Pickup for the XML. At that point, I decided to rename the label in the built-it UPS module and the issue was corrected. To further confirm, I rename the label back to Regular+Daily+Pickup and the issue returned. I have emailed UPS about this change, but I have not heard anything from them.

27 Jan 2011, 6:39 PM
#36
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Sudden 30% increase in UPS shipping charges.

Hi,

opticnoise:

the way I was able to find that information was by...

Thanks for getting back to me (well, everyone here!).

I was hoping that maybe you'd found some API documentation for this old API.. I'd been worried you'd found the information out from the XML API as I think that means there isn't any old API documentation anywhere! :(

Your solution was a good one in this case!

opticnoise:

I have emailed UPS about this change, but I have not heard anything from them.

I've been stunned by how unprofessional USPS are and am not overly impressed with UPS at the minute.. their API documentation seems to be more style than substance. I wish you luck in receiving a response! I e-mailed USPS on the 3rd to tell them about a problem and they let it linger for weeks, very disheartening! Hopefully you do indeed have better luck with UPS!

Thanks again for taking the time to bring this information to light and for the above explanation! :)

All the best..

Conor
ceon

27 Jan 2011, 9:00 PM
#37
frambrose avatar

frambrose

New Zenner

Join Date:
Feb 2009
Posts:
3
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

Thank you so much for all your detective work! We made the change in ups.php from regular+daily+pickup to daily+pickup and everything is back to normal now. This should really be a sticky so other people would find it more easily.
Fr. Ambrose
https://www.societystjohn.com
ver 1.3.9h

17 Feb 2011, 6:53 PM
#38
opticnoise avatar

opticnoise

New Zenner

Join Date:
Mar 2010
Posts:
5
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

Everyone,
I got a call from a Client today mentioning the problem had return. I reverted the changes thinking that UPS might had received many complaints and updated the code back to the original label name.

It appears that UPS has reverted the label name and now they are back to using Regular Daily Pickup instead of Daily Pickup.

NOTE: Test your site to make sure the UPS module is calculating rates correctly prior to making this change. If so, ignore the below.

REVERT THE CHANGES:

from Daily+Pickup to Regular+Daily+Pickup

17 Feb 2011, 9:17 PM
#39
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

Darn UPS. Thanks opticnoise

18 Feb 2011, 12:06 AM
#40
jacobbushnell avatar

jacobbushnell

New Zenner

Join Date:
Mar 2010
Location:
Bonners Ferry, Idaho
Posts:
69
Plugin Contributions:
0

Re: Sudden 30% increase in UPS shipping charges.

Thanks for sharing! Had the same problem.... :frusty:

Jacob