Magento - Remove Express Post from Fontis Australia
Sometimes Express Post is not required in a shop. Thankfully, removing it from the Fontis Australia extension is easy!
Posted on 20 Aug 2012 in Online Shopping / 6,905 Views
Australia Post Express Postage is not always a great option for some online shops. Fontis provide a great extension for Australia, however by default both Standard and Express are options.
To remove Express Post, open /app/code/community/Fontis/Australia/Model/Shipping/Carrier/Australiapost.php and look for the following (should be around line 82):
$shipping_methods = array('STANDARD', 'EXPRESS');
Simply remove EXPRESS so the line looks like this:
$shipping_methods = array('STANDARD');
And you're all done! Happy shopping!