Results 1 to 10 of 29

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Problems with Austpost Module by Gerard Serna

    G'day,

    I'm suddenly getting the messages:

    AusPOST Express Post Parcel (ERROR: The delivery rate for this option cannot be determined at this time
    If you prefer to use this option as your shipping method, please contact the store owner.)

    AusPOST Parcel Post (ERROR: The delivery rate for this option cannot be determined at this time
    If you prefer to use this option as your shipping method, please contact the store owner.)
    from the Australia Post Module by Gerard Serna.

    I'm still developing the web site I'm using the Australia Post module on and haven't gone live as yet. About four weeks ago when I last tried a trial purchase from the site everything was working fine.

    Then when I went back to try another trial purchase yesterday, suddenly it's not working.

    All I can think of is that maybe the module isn't able to communite with Australia Post anymore. However, if this was the case I would have expected quite a few others would have reported the problem by now.

    Does anyone have any ideas as to where to look for a solution?

    Best Regards, Lloyd Borrett.
    Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Problems with Austpost Module by Gerard Serna

    If you know the IP or url of the AustPost server try to ping it first and maybe a traceroute.

    Verify that if is reachable
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: Problems with Austpost Module by Gerard Serna

    G'day,

    It looks like this problem may be as a result of a change at Australia Post.

    We haven't assigned weights to any of our products. Passing a weight value of 0 to the Australia Post Delivery Rate Calculator worked previously, but now appears not to work.

    Best Regards, Lloyd Borrett.
    Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42

  4. #4
    Join Date
    Mar 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: Problems with Austpost Module by Gerard Serna

    Same problem with me. I have had one instance working for over a year and all of a sudden I get the following error when using AusPOST Parcel Post:

    ERROR: The delivery rate for this option cannot be determined at this time
    If you prefer to use this option as your shipping method, please contact the store owner.

    I too believe there must have been a change at Australia Post.

  5. #5
    Join Date
    Jan 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Problems with Austpost Module by Gerard Serna

    Hi,

    I'm new to Zencart and just setting up a new shop... downloaded the aust post module and I am experiencing exactly the same error too. Have tried various weights.

    Has anyone figured this out yet?

  6. #6
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: Problems with Austpost Module by Gerard Serna

    G'day,

    I fixed the problem for my setup by changing from:

    Code:
    $sweight = $shipping_weight*1000;
    to...
    Code:
     
    $sweight = $shipping_weight*1000;
    if ($sweight < 1) {
     $sweight = 300;
    }
    in my various Australia Post module files.

    In other words, if the order has no weight, set it to 300 grams.

    Best Regards, Lloyd Borrett.
    Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42

  7. #7
    Join Date
    Apr 2007
    Location
    Melbourne Australia
    Posts
    1
    Plugin Contributions
    0

    Default Re: Problems with Austpost Module by Gerard Serna

    I have found a simple solution that has finally worked for me. I have been struggling with this issue for a couple of weeks now, until i looked up the auspost "postage assessment calculator".

    http://www1.auspost.com.au/pac/aus_parcel.asp

    Auspost only calculates parcels with a maximum weight of 20kilos (20000 grams). (packages of over 20kgs are calculated as multiple packages). Realising this, I simply went into the admin area of my online store, went to "configuration", then to "Shipping/Packaging"
    and then edited the section "Enter the Maximum Package Weight you will ship". I simply changed the the value from the default "100" to 20.

    I have tested this with thousands of kilos nad all is working well now.

    Hope this helps..

 

 

Similar Threads

  1. Austpost module v 3.02
    By pchappy in forum Addon Shipping Modules
    Replies: 1
    Last Post: 23 Feb 2009, 02:41 PM
  2. Replies: 3
    Last Post: 8 Jul 2008, 02:18 AM
  3. Problem with Austpost module
    By theshack in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Jan 2008, 12:00 PM
  4. More AustPost problems
    By saulylee in forum Addon Shipping Modules
    Replies: 3
    Last Post: 19 Sep 2007, 06:55 AM
  5. Australia Post Module by Gerard Serna
    By Redsea in forum Addon Shipping Modules
    Replies: 0
    Last Post: 29 Oct 2006, 02:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg