Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

UPS XML helps indeed!!


osCommercer

Recommended Posts

I've followed the instructions in UPSXML but couldn't find it

 

In catalog/admin/includes/functions/general.php

*****************************************
Find This code somewhere around line 767:
*****************************************

////
// Alias function for module configuration keys
 function tep_mod_select_option($select_array, $key_name, $key_value) {
   reset($select_array);
   while (list($key, $value) = each($select_array)) {
     if (is_int($key)) $key = $value;
     $string .= '<br><input type="radio" name="configuration[' . $key_name . ']" value="' . $key . '"';
     if ($key_value == $key) $string .= ' CHECKED';
     $string .= '> ' . $value;
   }

   return $string;
 }

 

Thanks in advance

Link to comment
Share on other sites

What does this error mean? 110108: Missing/Illegal Shipper/CountryCode  :(

It means UPS XML is communicating with the UPS server, so that is a good thing. The error might have something to do with the data you put into the admin part. UPS apparently does not like what you put there (or did not fill in or didn't use capitals: us instead of US, something like that?)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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