terryd Posted September 7, 2007 Posted September 7, 2007 I get the following error in an e-mail when placing an order on our store. UPSXML TimeInTransit Error: 270014: Invalid Shipment Contents Currency experienced by customer with id 8 on 2007-09-05 14:59:14 Any idea what could be causing this? I currently have upsxml ver. 1.2.6 Thanks for any help you can offer. Quote
Jan Zonjee Posted September 7, 2007 Posted September 7, 2007 UPSXML TimeInTransit Error: 270014: Invalid Shipment Contents Currency Most likely you made a mistake when you entered the currency when editing upsxml in the admin: UPS Currency CodeEnter the 3 letter currency code for your country of origin. United States (USD) Quote
terryd Posted September 8, 2007 Author Posted September 8, 2007 Most likely you made a mistake when you entered the currency when editing upsxml in the admin: Thanks for the help. That corrected the problem. Quote
DeveloperMojoe Posted August 23, 2009 Posted August 23, 2009 Hi, We are very new to OSCommerce. We are taking over a site where the client is reporting following errors in their emails after online orders: "UPSXML TimeInTransit Error: 270006: Invalid Destination Country Code inTimeInTransit experienced by customer with id on" Where do we go about editing this? I have from Shipping Modules->United Parcel Service (XML)->[edit] and can confirm that Currency Code is 'USD' and so I don't find any error in that. Thanks! Irfan PS. Also, how can one make fake transactions? I see that Payment Modules->Authorize.net has a Module we can 'install' and then enter a fake credit card of 4111.... Is that the way for fake transactions? Quote
Jan Zonjee Posted August 23, 2009 Posted August 23, 2009 We are very new to OSCommerce. We are taking over a site where the client is reporting following errors in their emails after online orders: Where do we go about editing this? I have from Shipping Modules->United Parcel Service (XML)->[edit] and can confirm that Currency Code is 'USD' and so I don't find any error in that. PS. Also, how can one make fake transactions? I see that Payment Modules->Authorize.net has a Module we can 'install' and then enter a fake credit card of 4111.... Is that the way for fake transactions? The fact that the error message doesn't include a customer_id: experienced by customer with id on" indicates that UPSXML is not at fault but the osC shop itself. You are not supposed to hit the checkout_shipping.php page without being logged-in (line 16-20): // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Could be some bot/script that is hitting that page? There is no need to do fake transactions. If you open a test account and enter correct address information you can fill your cart and go to checkout_shipping.php to see UPSXML at work. Quote
videod Posted October 23, 2012 Posted October 23, 2012 @@Jan Zonjee I have ran into this error today, without any customer ID number. Could this be someone trying to hack, bot, or script? Is there anything I should/can do to prevent this from happening or just disregard these type of error messages? Thanks, Dave Quote
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.