
Originally Posted by
RodG
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
Bookmarks