Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 03-15-2011 01:58:32

Mr. Pink
Member
From: USA
Registered: 02-25-2006
Posts: 121
Website

USPS problem

Hello,

This is a topic that seems to have been resolved in the following thread:

https://forum.kryptronic.com/viewtopic.php?id=28255

However, I had some personal priorities and was unable to tackle this problem until now. My cart is not calculating any First Class Mail International charges.


As I understand the solution is to add the following string...

<sup>®</sup>

...to all service names. I did that, but I can only get Priority Mail International to work, but none of the First Class International services.

Currently, I have the following service names, that stopped working:

First-Class Mail International Letter
First-Class Mail International Large Envelope
First-Class Mail International Package

I did add the string <sup>®</sup> in various places, but could not get these 3 services to work.

Does anyone have the proper service names for First Class Mail International?

thank you...


If I didn't have to waste my time on stupid things, such as doing my laundry, I would be a rich man.
If I were a rich man, I wouldn't have to waste my time on stupid things, such as doing my laundry.

Offline

 

#2 03-15-2011 21:40:33

Mr. Pink
Member
From: USA
Registered: 02-25-2006
Posts: 121
Website

Re: USPS problem

I also wrote to USPS and this is what they said:

Dear USPS Customer,

Coding for our Webtools API's regarding the recent rate change was updated on Jan 2nd, 2011. If you are experiencing problems with your shopping cart you should contact them for assistance. They should be aware of the recent changes and have a fix/solution for you.

Thank you,



Wade
USPS Internet Customer Care Center
icustomercare@usps.com

It would appear that Kryptonic should be able to post the new codes for the 3 services I am inquiring about.

Again, I am just interested in these three:

First-Class Mail International Letter
First-Class Mail International Large Envelope
First-Class Mail International Package

Assistance much appreciated.

thank you...


If I didn't have to waste my time on stupid things, such as doing my laundry, I would be a rich man.
If I were a rich man, I wouldn't have to waste my time on stupid things, such as doing my laundry.

Offline

 

#3 03-16-2011 14:40:37

Mr. Pink
Member
From: USA
Registered: 02-25-2006
Posts: 121
Website

Re: USPS problem

Hello again,

I was hoping Kryptonic would be able to do a quick reply to this inquiry and provide me with the current service names. It's only 3 lines of text. Please...


If I didn't have to waste my time on stupid things, such as doing my laundry, I would be a rich man.
If I were a rich man, I wouldn't have to waste my time on stupid things, such as doing my laundry.

Offline

 

#4 03-16-2011 15:23:52

larry
Member
Registered: 07-21-2003
Posts: 437

Re: USPS problem

This was addressed in the release of V 7.1.3.   Here's the code list that is in the 7.1.3 usps.php file.  Not sure if the functions changed.  Might be best to retrieve a copy of V 7.1.3 to get the entire usps.php file.

Code:

var $usps_domcodes  = array('Express Mail'                => 'Express',
                            'Express Mail Commercial'     => 'Express Commercial',
                            'Express Mail PO to PO'       => 'Express',
                            'First-Class Mail'            => 'First Class',
                            'Media Mail'                  => 'Media',
                            'Parcel Post'                 => 'Parcel',
                            'Priority Mail'               => 'Priority',
                            'Priority Mail Commercial'    => 'Priority Commercial',
                            'Priority Mail Flat-Rate Box' => 'Priority');

var $usps_intlcodes = array('Global Express Guaranteed'                              => 'GEG',
                            'Global Express Guaranteed Non-Document Rectangular'     => 'GEGNDR',
                            'Global Express Guaranteed Non-Document Non-Rectangular' => 'GEGNDNR',
                            'Express Mail International'                             => 'EMI',
                            'Express Mail International Flat Rate Envelope'          => 'EMIFRE',
                            'Priority Mail International'                            => 'PMI',
                            'Priority Mail International Flat Rate Envelope'         => 'PMIFRE',
                            'Priority Mail International Flat Rate Box'              => 'PMIFRB',
                            'First-Class Mail International Letters'                 => 'FCMIL',
                            'First-Class Mail International Flats'                   => 'FCMIF',
                            'First-Class Mail International Package**'               => 'FCMIP');

Laurie Stephens




Offline

 

#5 03-17-2011 00:09:44

Mr. Pink
Member
From: USA
Registered: 02-25-2006
Posts: 121
Website

Re: USPS problem

Larry,

Thank you. That did help. It put me on the right track and I was able to figure out what to do.


If I didn't have to waste my time on stupid things, such as doing my laundry, I would be a rich man.
If I were a rich man, I wouldn't have to waste my time on stupid things, such as doing my laundry.

Offline

 

#6 06-06-2011 16:06:08

jensme
Member
Registered: 04-29-2010
Posts: 392

Re: USPS problem

I, however, have no idea what to do!  I only seem to have Priority International as an option.  HOw can I change that?

Offline

 

#7 06-06-2011 18:40:23

Mr. Pink
Member
From: USA
Registered: 02-25-2006
Posts: 121
Website

Re: USPS problem

What version of Click Cart Pro do you have?


If I didn't have to waste my time on stupid things, such as doing my laundry, I would be a rich man.
If I were a rich man, I wouldn't have to waste my time on stupid things, such as doing my laundry.

Offline

 

#8 06-06-2011 18:42:23

jensme
Member
Registered: 04-29-2010
Posts: 392

Re: USPS problem

7

Offline

 

Board footer