Jump to content


Corporate Sponsors


Latest News: (loading..)

chrisytsma

Member Since 01 Sep 2005
Offline Last Active Feb 05 2012, 15:40
-----

Posts I've Made

In Topic: [Contribution] - USPS Methods

01 February 2012, 22:15

View Postsml, on 29 January 2012, 00:25, said:

Ok, here is what I did, I uninstall 6.1a, reinstall 5.2.2 and change 3 lines of code and it works like a charm.

'First-Class Mail Int Package' => 'First-Class Mail regimark International Package**',
to
'First-Class Mail Int Package' => 'First-Class Mail regimark International Parcel**',

'First-Class Mail regimark Package';
to
'First-Class Mail regimark Parcel';

case 'First-Class Mail regimark Package':
to
'First-Class Mail regimark Parcel';

This worked perfectly. But I tend to agree that this contrib makes A LOT of database queries that seem unnecessary. When USPS Rate V4 Intl Rate V2 - v.1.0 has a little more functionality, like adding handling fees to different classes, I think I will install this so my site runs more efficiently. Thanks again!!!