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