daclinz Posted November 14, 2013 Posted November 14, 2013 (edited) OK, Downloaded and installed USPS shipping methods this morning. Tried several different settings and I get this message on checkout "United States Postal Service (1 pkg, 8.00 lbs total) "An error occured with the USPS shipping calculations. If you would like to use USPS as your shipping method, please contact the store owner." Would I have something set incorrectly in the module options, The only thing I am looking for is Priority Mail (Domestic) and Priority Mail (International). To be perfectly honest I use USPS Prices as a general shipping quote. Currently using OSC V2.3 Edited November 14, 2013 by daclinz Quote
kieran_mullen Posted November 14, 2013 Posted November 14, 2013 I got it too. There was a fix posted. Just replaced the usps.php file and it worked easy peasy. What I would do is go into the admin area open the usps settings then duplicate the window...uninstall the module in the second window, then install again and copy the settings from the first window. http://addons.oscommerce.com/info/487 Quote
Simone-7137 Posted November 14, 2013 Posted November 14, 2013 I am having same issues even after adding the update file. Quote
♥kymation Posted November 14, 2013 Posted November 14, 2013 This mess was caused by changes in the response that USPS made on Saturday. There are fixes available for the commonly used modules. Check the support thread for the USPS module you are using. Regards Jim Quote See my profile for a list of my addons and ways to get support.
kieran_mullen Posted November 20, 2013 Posted November 20, 2013 You need to uninstall and reinstall the module. I had to update it again this morning since the fix still had a few errors. Open the shipping module hit edit, then right click on the tab and open a duplicate tab, then in the duplicate tab uninstall the module. When you uninstall the module it loses all the settings (which is stupid) reinstall the module click edit... then go to edit on the first tab you left open which should contain all the old info and then save it. Where is the official support thread? It should be posted in the help file and or description of the add on... I am having same issues even after adding the update file. Quote
sunrise99 Posted November 29, 2013 Posted November 29, 2013 Dears, I install update USPS module. also got this error: United States Postal Service (1 pkg, 0.50 lbs total) -2147219101 Missing value for Service. Would you please help to give your suggestion asap? Quote
sunrise99 Posted December 3, 2013 Posted December 3, 2013 Just fix it. You need change admin/modules.php from old // USPS START if( is_array( $value ) ) $value = implode( ', ', $value); // USPS END To // USPS START if( is_array( $value ) ){ $value = implode( ", ", $value); $value = preg_replace ("/, --none--/", "", $value); } // USPS END Quote
razgre Posted December 8, 2014 Posted December 8, 2014 hello Jim @kymation I installed your USPS Shipping method and I got the following error An error occured with the USPS shipping calculations.If you prefer to use USPS as your shipping method, please contact the store owner. How can I fix it? Quote
♥kymation Posted December 8, 2014 Posted December 8, 2014 I don't own a USPS Shipping method, or any part of the USPS for that matter. I would be making a lot of changes if that were the case. If you are referring to the USPS Methods Rates V4 Intl Rates V2 - 01-27-13 Update, the support thread is here. Read the last few posts and try the suggested fixes there. Regards Jim Quote See my profile for a list of my addons and ways to get support.
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.