Quote Originally Posted by jazzah View Post
Hi Rod, I followed the instructions that I requested in a post about how to upgrade, I did not read the instructions page that was included in the download.
Same instructions.

Quote Originally Posted by jazzah View Post
I will ask my programmer where he located the file of images, maybe then I can see how I got it wrong.
No need to ask. I can tell you... he placed them in the location that I keep specifying. namely. in images/icons/ozpost.
I know this as fact, because they simply won't load from anywhere else.

Quote Originally Posted by jazzah View Post
But I have another issue now. A while ago you provided some code to add a day to Fastway, as we are in outer Melbourne and they take an extra day. My programmer is now saying

"tell him you need it for the latest ozpost version, that specific piece of code he posted that should be replaced doesn't exist
Wow! This peice of code hasn't existed since V2.0.9 ,,, That's four versions ago!!

Quote Originally Posted by jazzah View Post

Would you be able to assist?
Sure. Tell him to look for the line that reads:

$estimateddays = $quote->days ;

Then immediatly after that add something like

if ( substr($quote->id, 0, 2) == "FW") $estimateddays = $estimateddays + 1 ;


--------------------------------------

IMPORTANT: For this to work you MUST select "days" for the Estimated Delivery Format. If you wish to use the 'date' format your programmer will need to manipulate the date string, which is a little more difficult.

Cheers
Rod