Thread: AUSTPost module

Page 8 of 33 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 321
  1. #71
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by shpeedie View Post
    Hi,
    My AP module is working fine for Australian customers, however when testing international addresses that are being shipped to, i get
    AustPostERROR:Unable to obtain a valid quote from the Australia Post Server.

    Is there somewhere i should start looking to fix international rates or zones ?

    Thanks!
    Probably not. The zones are handled automatically, and the rates are obtained directly from the Australia Post server.

    Perhaps you are trying to ship to a destination via a method that isn't supported?

    The AP module is pretty smart in that it will not offer 'impossible' methods of shipping. The best way to fault find is to enable all shipping methods then try your test product/location again and see what options ARE considered valid.

    Cheers
    Rod

  2. #72
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by imperialis View Post
    Hi Rod,
    Me again it seems I have some sort of error when customers are checking out now it comes up saying
    ERROR:Unable to obtain a valid quote from the Australia Post Server.
    You may still checkout using this method and we will contact you

    but the server doesn't seem to be down
    could this be related to the other issue of not being able to offer regular postage even though it has been selected
    Seems to be working fine for me (Sat 14th).
    How did you test/check the server?

    Cheers
    Rod

  3. #73
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by gabbytwin View Post
    I have been having the same problem with my store as have a few otherpeople I know. Sorry hope someone can help as I am looking for the answers too.
    If you are indeed having the 'same problem', then it is probably working OK again now - The Australia Post DRC server was having intermittent issues yesterday.

    Care to let me know who these 'few other people' are, or is there some reason why they can't post questions to their own problems?

    In MY experience, most people that jump midway into a thread and proclaim "I'm having the same problem" more often than not actually have a totally different problem, albeit maybe with similar symptoms.

    Also, if only one or two people report any given problem I generally assume it is user error (and the assumption is usually correct), however, if several people report the same problem independently I take the reports far more seriously, so PLEASE could you ask these other people to speak up for themselves in future and report the symptoms of their problems for themselves, preferably with a URL whereby I can verify and help solve the issues.

    Sorry for rambling like this, but my alternative reply to your "same problem" question would be a nice short "same solution" (which I'm sure you'll agree, isn't very helpful either) ;-)

    Cheers
    Rod

  4. #74
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Hi All,

    Quick question, where in the austpost.php file can I add some text to display after the registered post "Estimated Delivery" icon?

    What im trying to do is add some text to tell customers that they need to select this optionf for a certain product.

    Thanks

    Brett

  5. #75
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by brettw View Post
    Hi All,

    Quick question, where in the austpost.php file can I add some text to display after the registered post "Estimated Delivery" icon?

    What im trying to do is add some text to tell customers that they need to select this optionf for a certain product.

    Thanks

    Brett
    If you only want it for registered post, you're on your own.
    If you want it globally, just change or add to the text string defined in:
    /catalog/includes/languages/english/modules/shipping/austpost.php

    Cheers
    Rod

  6. #76
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: AUSTPost module

    For anyone that is interested to add additional text for individual shipping options edit the following file.

    includes/modules/shipping/austpost.php

    The below will add a new line and text to the registered post shipping method

    Line 468 add the following before the ; at the end of the line
    . "<br>" . "Registered must be selected for full heli shipping"

    and Line 476 add the same after the ; at the end of the line.

    Line 468 should look similar to the following

    Code:
    $austpost_reg_addons = MODULE_SHIPPING_AUSTPOST_TEXT_INCLUDE . $handling_details_reg  .  " " .$currencies->format(($costREGaus * $xchange)) . " " . MODULE_SHIPPING_AUSTPOST_TEXT_REGISTERED . "<br>" . "Registered must be selected for full heli shipping";
    It will look similar to the image below.


    If you dont want the text on a new line remove the
    Code:
    . "<br>"
    Hope this helps someone.

    Cheers

    Brett

  7. #77
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Hi Rod,
    I'm still having the problem with regular post
    I have regular post enabled but it doesn show up when customers are shopping only satchels show up.
    So the only method of postage I can offer is satchels which doesn't work if an order is over 3kg

    Where have I gone wrong?

  8. #78
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by imperialis View Post
    Hi Rod,
    I'm still having the problem with regular post
    I have regular post enabled but it doesn show up when customers are shopping only satchels show up.
    Where have I gone wrong?
    I dunno. I've just tried a test by adding your 'double wine case" to my cart, and I can see that you do have a problem, BUT, the data being sent to the servers appears to be quite valid, so I really can't explain what is going wrong.

    What do you get if you click on the following links?
    http://drc.edeliver.com.au/ratecalc...._Type=STANDARD
    http://austpost.vcsweb.com//ratecalc..._Type=STANDARD

    These links are the as as what your server used to obtain a quote on the aforementioned item... deleivery to postcode 2121

    You can also try enabling/disable the 'cURL' option to see if that makes a difference.

    If still no luck, load the modules/shipping/austpost.php file into a text editor, search for the line that contains "debug = 0", chane it to 'debug = 1', resave, and see if the onscreen debugging text offers any further clues.

    It seems to me that your are only able to get valid data from the vcsweb.com server (fixed price items) and that there may be an issue connecting the the edeliver.com server (parcel rate calculations).

    Lemme know of your findings (seemingly useful or not) and I'll see if it gives me any other ideas.

    Cheers
    Rod

  9. #79
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by RodG View Post
    I dunno. I've just tried a test by adding your 'double wine case" to my cart, and I can see that you do have a problem, BUT, the data being sent to the servers appears to be quite valid, so I really can't explain what is going wrong.

    What do you get if you click on the following links?
    http://drc.edeliver.com.au/ratecalc...._Type=STANDARD
    http://austpost.vcsweb.com//ratecalc..._Type=STANDARD

    These links are the as as what your server used to obtain a quote on the aforementioned item... deleivery to postcode 2121

    You can also try enabling/disable the 'cURL' option to see if that makes a difference.

    If still no luck, load the modules/shipping/austpost.php file into a text editor, search for the line that contains "debug = 0", chane it to 'debug = 1', resave, and see if the onscreen debugging text offers any further clues.

    It seems to me that your are only able to get valid data from the vcsweb.com server (fixed price items) and that there may be an issue connecting the the edeliver.com server (parcel rate calculations).

    Lemme know of your findings (seemingly useful or not) and I'll see if it gives me any other ideas.

    Cheers
    Rod
    Hi

    When I click the links I get
    charge=8.3 days=2 err_msg=OK
    I have curl enabled doesn't seem to make a difference

    When I change the debug I get
    via sessionoverideoverideC 7147 - W 18.00 - H - L 23.00 - I
    via sessionoverideoverideC 7147 - W 18.00 - H - L 23.00 - I

  10. #80
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Hi Rod,
    Could this be the problem since i'm using gms
    if (MODULE_SHIPPING_AUSTPOST_WEIGHT_FORMAT == "kgs") { $sweight = $shipping_weight * 1000 ; }
    else { $sweight = $shipping_weight ; }

    When I change it to grams it comes up with parcel weights more than 20kgs

    I know it has to be something simple it always is

 

 
Page 8 of 33 FirstFirst ... 67891018 ... LastLast

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. Austpost module
    By crankyvirgo in forum Addon Shipping Modules
    Replies: 1
    Last Post: 15 Apr 2008, 05:51 AM
  3. AustPost Module Logos
    By tannersports in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 20 Mar 2008, 07:25 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR