Quote Originally Posted by RodG View Post
In the ozpost.php file, search for the line that reads:
$description = ($xml->quote[$i]->description);

Then immediately after this, add the following:

if ( $description == "3kg Prepaid Satchel Express") {
$description = "Express Satchel" ;
}

I *think* that should work without any repercussions, but haven't actually tried it.

Cheers
Rod
Your blood is worth bottling... worked perfectly

Thanks Rod...