Guest heraldmonkey Posted March 17, 2009 Share Posted March 17, 2009 Known issue from the Cubecart buglist: This code in USPS calc.php ignores SHIPPING ZIP code. It always forces billing ZIP code: if ($basket["delInf"]["postcode"] !== $cc_session->ccUserData['postcode']) { $GLOBALS['basket']['delInf']['postcode'] = $cc_session->ccUserData['postcode']; } When billing address is different country than US and the billing zip code does not match any US code this error appears: USPS Error: Please enter a valid ZIP Code for the recipient. I need a workaround. How can I tell the USPS calc.php to grab the delivery zipcode instead of the billing zipcode? Thanks /\/\ Meir Quote Link to comment Share on other sites More sharing options...
Guest Big Ben Posted December 2, 2009 Share Posted December 2, 2009 Sorry about bringing up an old post. But I am wondering if there has there been a solution found for this issue as of yet? Thank you, Ben Quote Link to comment Share on other sites More sharing options...
Guest SeanMarlow Posted December 12, 2009 Share Posted December 12, 2009 Someone PLEASE help us on this! I'm losing my shirt on shipping charges because I have people on the east coast buying from me but shipping to a west coast address. They get the shipping charges calculated based on their invoice zip code. Quote Link to comment Share on other sites More sharing options...
convict Posted January 6, 2010 Share Posted January 6, 2010 Please see bug report NOTES made a day after http://bugs.cubecart.com/view.php?id=1226 Quote Link to comment Share on other sites More sharing options...
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.