Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

blackopstoys

Pioneers
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    blackopstoys reacted to kymation in NOTICE: USPS is Updating Their APIs Jan. 27th, 2013-Test Servers Available Now.   
    @@blackopstoys Look in your admin/modules.php. Does it have the code between the USPS comments shown here:
     

    case 'save': reset($HTTP_POST_VARS['configuration']); while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { // USPS START if( is_array( $value ) ) $value = implode( ', ', $value); // USPS END tep_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'"); } tep_redirect(tep_href_link(FILENAME_MODULES, 'set=' . $set . '&module=' . $HTTP_GET_VARS['module'])); break;
     
    If not, add that line of code and save your values in the module setup again.
     
    Regards
    Jim
×
×
  • Create New...