Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

UPS Choice Shipping Module...I don't see step four anywhere?


jdice

Recommended Posts

I don't see step 4 anywhere. it says to do this:

 

Does anyone see it?

		if ($action == 'buysafe_edit') break;
// }}
  case 'save':
	reset($HTTP_POST_VARS['configuration']);
	while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) {
	  tep_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'");
	}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...