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.
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...
Offline
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...
Offline
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...
Offline
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.
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');
Offline
Larry,
Thank you. That did help. It put me on the right track and I was able to figure out what to do.
Offline
I, however, have no idea what to do! I only seem to have Priority International as an option. HOw can I change that?
Offline
What version of Click Cart Pro do you have?
Offline