
Originally Posted by
RodG
This usually only shows when the icon is missing (or no permission to view), but after a number of tests/checks there does appear to be something amiss that I haven't quite put my finger on yet.
Meanwhile, the best fix is to load
/includes/modules/shipping/ozpost.php into a text editor, navigate to line #315, which currently reads:
$ozicon = ( $_SERVER['QUERY_STRING'] == "main_page=checkout_shipping" ) ? $this->logo:" " ;
Then replace this line with
$ozicon = " " ;
(That is a space character enclosed by quotes, followed by a semi colon).
Resave the file.
Cheers
Rod