Here is my issue: A customer used the wrong suffix in his email address and I would like to correct his order record for order notes.
Is this possible to edit? Using woocommerce.
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
Here is my issue: A customer used the wrong suffix in his email address and I would like to correct his order record for order notes.
Is this possible to edit? Using woocommerce.