Australia Day Extension Release

To celebrate Australia Day, we're pleased to announce the release of version 2.0 of the Fontis Australia Extension for Magento. This is a major update to the extension, and includes new functionality to support the flexible generation of data feeds for three comparison shopping sites (Getprice, MyShopping and ShopBot) for member merchants.

In addition to the feed generators, there are some incremental improvements to the rest of the extension, most notably in the BPAY and direct deposit functionality, which now have their own order statuses to help administrators determine at a glance which payment method was used to place an order.

We hope these changes will continue to provide Australian online retailers with commonly desired functionality for running a Magento website in Australia. We've had great feedback on the extension so far, and are keen to hear any comments or suggestions that members of the community may have for future versions.

We should also mention that in true Australia Day tradition, version 2.0 is best enjoyed with a cold beer and a snag fresh off the barbie! Happy Australia Day everyone.

Comments

Hi Guys,

Small bug in the autocompleter, it doesn't allow for table prefixes.
Workaround posted in the forums:
http://www.magentocommerce.com/boards/viewthread/223408/

Cheers,
Ben

it is working fine with new version. thanks chris for the resolving the issue.

Hey Chris,

I think I might have found a bug in your Australia Post module.

The file is Australiapost.php

When you choose to use registered post, you're creating an extra payment method for with 'extra cover' for both standard and express.

This piece of code:

$method = $this->_createMethod($request, $shipping_method, $title, $charge, $charge);

is creating the same input ids (s_method_australiapost_STANDARD & s_method_australiapost_EXPRESS) for both the insurance and non-insurance methods.

This was causing the cart to always select the method without insurance, as its the first in the list. But visually, the option with insurance will be selected as its the last option in the list.

Simple fix was altering the $shipping_method for the insurance method like so:

$method = $this->_createMethod($request, $shipping_method."_INS", $title, $charge, $charge);

Hope this helps someone.

Tom.

Thanks for picking that one up - I've rolled in the fix to the latest release (2.0.3) which is now available on Magento Connect.

Will this plugin be updated to work with Magento 1.4.0.1 (stable)?

We've released a new version of the Australia extension which fixes a minor issue and has been tested against version 1.4.0.1. Older versions of the extension should still work with current Magento versions without any problems, although we can't guarantee that this will be the case for all websites. Try it out on a test copy and let us know if you run into any problems.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <apache>, <bash>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <perl>, <php>, <python>, <ruby>, <xml>. The supported tag styles are: <foo>, [foo].

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.