Jump to content

Australia Post Shipping stoped working


Guest George Nicolaou

Recommended Posts

Guest George Nicolaou

Have been using the Australia Post Shipping module over 8 months now. No issues. Last night received 3 emails from people that they are getting an error.

Error - 10001. Unfortunately there are no Suitable shipping methods available for your order.

To get around this, I have enabled flat rate shipping, but is any over seas orders are placed I will be loosing money,

Help please. How can I diagnose and fix the issue?

Link to comment
Share on other sites

Guest soulscape

Hi George

Australia Post is the culprit. It seems they changed the IP of their shipping calculator. You can read more about it here: http://forums.whirlpool.net.au/archive/1770950

Try replacing the following line in modules/shipping/AusPost/calc.php:

$ch = curl_init('http://drc.edeliver.com.au/ratecalc.asp');




with this:




$ch = curl_init('http://155.144.24.22/ratecalc.asp');

Hope that helps!

Link to comment
Share on other sites

Guest George Nicolaou

Thanks Soulscape,

Yes I actually found more information this morning.

I have appied the fix, but that is a temp fix, as they will decommission the old site soon I am sure..

I have sent that info to the CC support guys, hoping they will be ale to make the appropriate changes. ie. changing from POST to GET.

George

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...