kdogg Posted April 8, 2008 Posted April 8, 2008 I have USPS shipping for my international orders. It's not been working for over two weeks now and I've lost almost every sale over seas. When the customer gets to the area where he wants to pick his shipping options, it works fine, displays the correct ammounts but lets say the customer picks priority for $24 dollars, when he gets to the http://www.mywebsite.com/checkout_confirmation.php part of the check out, it's set itself to the highest shipping option like: United States Postal Service (1 x 4lbs) (Global Express Guaranteed): $51.50 It always does this. Most customer see this and assume we are trying to screw them and they don't order. Can someone PLEASE PLEASE help me? I have no idea whats wrong. I remember about a month ago all the types of shipping were changes to GXG Global Express and I had to play with the "1", "2" "3", etc international shipping options to make it display the ones I wanted but I cant figure out this part. Please help :( Quote
web-project Posted April 8, 2008 Posted April 8, 2008 you try different USPS shipping contribution. Quote Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
bpopelar Posted April 21, 2008 Posted April 21, 2008 I have USPS shipping for my international orders. It's not been working for over two weeks now and I've lost almost every sale over seas. When the customer gets to the area where he wants to pick his shipping options, it works fine, displays the correct ammounts but lets say the customer picks priority for $24 dollars, when he gets to the http://www.mywebsite.com/checkout_confirmation.php part of the check out, it's set itself to the highest shipping option like: United States Postal Service (1 x 4lbs) (Global Express Guaranteed): $51.50 It always does this. Most customer see this and assume we are trying to screw them and they don't order. Can someone PLEASE PLEASE help me? I have no idea whats wrong. I remember about a month ago all the types of shipping were changes to GXG Global Express and I had to play with the "1", "2" "3", etc international shipping options to make it display the ones I wanted but I cant figure out this part. Please help :( I had the same problem with the domestic side of USPS shipping. Look here for my solution. I suspect you will need to make the same change of Service names from mixed-case to upper-case. The international shipping services are defined right below the domestic services (near line 51). Ben Quote
Silvesti Posted April 25, 2008 Posted April 25, 2008 I suspect you will need to make the same change of Service names from mixed-case to upper-case. The international shipping services are defined right below the domestic services (near line 51). I'm having the same issue, but my code was already changed to upper case. $this->types = array('EXPRESS' => 'Express Mail', 'FIRST CLASS' => 'First-Class Mail', 'PRIORITY' => 'Priority Mail', 'PARCEL' => 'Parcel Post'); $this->intl_types = array('GXG DOCUMENT' => 'Global Express Guaranteed Document Service', 'GXG NON-DOCUMENT' => 'Global Express Guaranteed Non-Document Service', 'EXPRESS' => 'Global Express Mail (EMS)', 'PRIORITY LG' => 'Global Priority Mail - Flat-rate Envelope (large)', 'PRIORITY SM' => 'Global Priority Mail - Flat-rate Envelope (small)', 'PRIORITY VAR' => 'Global Priority Mail - Variable Weight Envelope (single)', 'AIRMAIL LETTER' => 'Airmail Letter Post', 'AIRMAIL PARCEL' => 'Airmail Parcel Post', 'SURFACE LETTER' => 'Economy (Surface) Letter Post', 'SURFACE POST' => 'Economy (Surface) Parcel Post'); Any other suggestions? It's definitely defaulting to Global Express. Thanks! Quote
Jack_mcs Posted April 25, 2008 Posted April 25, 2008 It takes more than just changing the case. Installing the USPS Methods contribution will fix it. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.