Quote Originally Posted by RodG View Post
For those of you that have asked for 'ozpost' to support 5kg Express parcels, the server now supports this method.

If you don't want to wait for the next ozpost release to take advantage of this, you can enable it yourself by editing:
/includes/modules/shipping/ozpost.php, then locate the line that reads:

. if ((in_array("Prepaid Express Satchel", $this->allowed_methods)) && (( $id == "PPSE5" ) || ( $id == "PPSE3" )))

and change it to:

if ((in_array("Prepaid Express Satchel", $this->allowed_methods)) && (( $id == "PPSE5" ) || ( $id == "PPSE3" ) || ( $id == "PPSE5K" )))

Save your changes. That's it.

Cheers
Rod
Thanks Rod for providing this update, much appreciated. Is it possible to also provide similar for the 3kg XL Express Satchel? I also notice that the handling fee does not get added for the express satchel. Can you please confirm?
Thanks again.
Mark