osCommercer Posted September 15, 2005 Share Posted September 15, 2005 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted September 15, 2005 Share Posted September 15, 2005 think it starts on line 755 Quote Link to comment Share on other sites More sharing options...
osCommercer Posted September 15, 2005 Author Share Posted September 15, 2005 What does this error mean? 110108: Missing/Illegal Shipper/CountryCode :( Quote Link to comment Share on other sites More sharing options...
Jan Zonjee Posted September 15, 2005 Share Posted September 15, 2005 What does this error mean? 110108: Missing/Illegal Shipper/CountryCode :( <{POST_SNAPBACK}> 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?) Quote Link to comment Share on other sites More sharing options...
osCommercer Posted September 16, 2005 Author Share Posted September 16, 2005 10002: The XML document is well formed but the document is not valid am i missing anything here? Quote Link to comment Share on other sites More sharing options...
osCommercer Posted September 16, 2005 Author Share Posted September 16, 2005 update: problem solved! :) thanks a lot guys 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.