• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

LEBaxter
#1 Posted : Sunday, February 12, 2012 3:56:31 PM(UTC)
LEBaxter

Rank: Member

Joined: 11/13/2008(UTC)
Posts: 26

USPS does not show as a shipping option if the cart total weight is under 0.05
Any work-arounds or fixes for this?

LB
Marcus
#2 Posted : Tuesday, February 14, 2012 8:12:48 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

We made a minor code change to better First Class Mail situations with v4 of the USPS API. According to their specifications, a weight of zero is allowed but in practice if ounces aren't at least 0.1 then first class mail rates don't return.

Line 212 of the DomesticProvider.cs class in the BVSoftware.Shipping.USPostal.DLL library was updated with these additional lines:

Code:

if (pak.Pounds < 1 && pak.Ounces <= 0)
{
pak.Ounces = 0.1m;
}


We are attaching the updated files. To Install:

a) Make sure you're running BV Commerce 5.8 (only this version will work with this patch)
b) Download the attached zip file
c) Unpack the zip file using a tool like 7-zip
d) Copy the two files from the zip into the /bin folder of your web site overwriting the current ones.

Your web site will automatically reboot and you'll have the patch installed.

You can verify by creating an item that weighs 0 or 0.01 ounces and check to ensure First Class mail rates return.
File Attachment(s):
BVCommerce_5.8_USPostalPatch_20120214.zip (50kb) downloaded 68 time(s).

You cannot view/download attachments. Try to login or register.
LEBaxter
#3 Posted : Wednesday, February 15, 2012 5:55:25 AM(UTC)
LEBaxter

Rank: Member

Joined: 11/13/2008(UTC)
Posts: 26

Thank you so much
That did the trick!!

LB
LEBaxter
#4 Posted : Wednesday, February 15, 2012 5:55:31 AM(UTC)
LEBaxter

Rank: Member

Joined: 11/13/2008(UTC)
Posts: 26

Thank you so much
That did the trick!!

LB
Marcus
#5 Posted : Wednesday, February 15, 2012 10:54:44 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Glad to know it worked for you.
LEBaxter
#6 Posted : Monday, February 27, 2012 2:24:42 PM(UTC)
LEBaxter

Rank: Member

Joined: 11/13/2008(UTC)
Posts: 26

Sorry to bother you again with USPS First Class, but we see another bug.
It's now allowing any orders, no matter the weight, to show USPS First Class as a shipping option
The weight Cut-off for this shipping option should be 13 ounces (0.8125)

Thank you,
LB
LEBaxter
#7 Posted : Friday, June 22, 2012 6:07:12 PM(UTC)
LEBaxter

Rank: Member

Joined: 11/13/2008(UTC)
Posts: 26

Any Fix for this yet???

It's allowing any orders, no matter the weight, to show USPS First Class as a shipping option
The weight Cut-off for this shipping option should be 13 ounces (0.8125)

Thank you,
LB
Back to Top
Marcus
#8 Posted : Saturday, June 23, 2012 8:43:50 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Some merchants sell small items and are happy to ship large orders as split up groups via first class mail. Let me think about how we can practically support both their scenarios and your scenarios.
LEBaxter
#9 Posted : Wednesday, June 27, 2012 6:42:13 AM(UTC)
LEBaxter

Rank: Member

Joined: 11/13/2008(UTC)
Posts: 26

I understand what you are saying, and if we only sold SMALL items, that would be fine. We can't cut dartboards or cases into pieces so we can ship multiple packages to them first class.

I would get rid of first class as an option, but we do have many customers that order only a few sets of flights or shafts and if they didn't have first class as an option, they would leave our site and we would lose those sales.

How about a fix for those who are losing money daily on shipping because customers are paying for first class and that method is not allowed for packages over 13 ounces?

Then if they don't want it fixed, they don't have to use the patch!!!
LEBaxter
#10 Posted : Friday, June 29, 2012 6:52:58 AM(UTC)
LEBaxter

Rank: Member

Joined: 11/13/2008(UTC)
Posts: 26

Not sure if this is okay to post here (Marcus, I apologize if it isn't)

For those who are also frustrated about this ...

Someone suggested "Shipping Rate Rule Provider"
http://structured-soluti...x?ProductID=RULEPROV-BV5

It WORKS GREAT for this issue and is a very useful shipping add-on
I Purchased it 2 days ago and have created 3 new ship methods (Free ground shipping when certain products are ordered, Customer pick-up, and Fed-Ex Flat Rate), plus I put rules on first-class so it does not show as an option if the weight is over 13 ounces!!!

Thanks :)

LB
Marcus
#11 Posted : Friday, June 29, 2012 6:56:20 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Perfectly okay to post. The "Shipper" add on is a nice option for BV5.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012