Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Posted
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 Code

Enter the 3 letter currency code for your country of origin. United States (USD)

Posted
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.

  • 1 year later...
Posted

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 in

TimeInTransit 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?

Posted
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.

  • 3 years later...
Posted

@@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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...