Same instructions.
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.
Wow! This peice of code hasn't existed since V2.0.9 ,,, That's four versions ago!!
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
Bookmarks