Thread: AUSTPost module

Page 7 of 33 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 321
  1. #61
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by greymouse View Post
    Hi Rod
    Is there a way to turn off "x days estimated delivery time"?
    Because I order my products from America as they are ordered through my site, I often get people expecting delivery in 1-2 days when in fact the Aust Post module only comes in to play once I have received goods and post them in Australia.

    Graham
    There isn't any switches or toggles to disable this display, but it wouldn't be too difficult to modify the code so that it doesn't display.

    How comfortable are you with modifying code?

    Cheers
    Rod

  2. #62
    Join Date
    Apr 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: AUSTPost module

    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

  3. #63
    Join Date
    Jan 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by RodG View Post
    There isn't any switches or toggles to disable this display, but it wouldn't be too difficult to modify the code so that it doesn't display.

    How comfortable are you with modifying code?

    Cheers
    Rod
    Hi Rod
    Yeah, I'm pretty comfortable doing that.

    Thanks

    Graham

  4. #64
    Join Date
    Jun 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Hi There,

    I want to install the Australia Post module for my online store. could some please provide me with the link for the best module to use as i have come across a few.

    Thanks in advance.

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

    Default Re: AUSTPost module

    Quote Originally Posted by lisella View Post
    Hi There,

    I want to install the Australia Post module for my online store. could some please provide me with the link for the best module to use as i have come across a few.

    Thanks in advance.
    http://www.zen-cart.com/index.php?ma...1&update_id=15

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

    Default Re: AUSTPost module

    Quote Originally Posted by greymouse View Post
    Hi Rod
    Yeah, I'm pretty comfortable doing that.
    Graham
    OK. Load the austpost.php file into a text editor (make sure you have a backup first).
    Do a word search for "_method" (there are quite a few of them).
    Ignore anything that matches "allowed_method"
    The lines you are interested in will look similar to:
    ----------------------
    $shipping_austpost_rpp_method = zen_image($this->icon_rpp, $this->types['RPP'] ) . $bignumber . $days . "</span> " . zen_image($this->icon_del, MODULE_SHIPPING_AUSTPOST_TEXT_SHIPPINGDAYS) . $austpost_rpp_addons;

    $shipping_austpost_rppi_method = zen_image($this->icon_ins, $this->types['RPPi']) . $bignumber . ($days + 1) . "</span> " . zen_image($this->icon_del, MODULE_SHIPPING_AUSTPOST_TEXT_SHIPPINGDAYS) . $austpost_rppi_addons;

    $shipping_austpost_reg_method = zen_image($this->icon_reg, $this->types['REG'] ) . $bignumber . ($days + 1) . "</span> " . zen_image($this->icon_del, MODULE_SHIPPING_AUSTPOST_TEXT_SHIPPINGDAYS) . $austpost_reg_addons;

    $shipping_austpost_cod_method = zen_image($this->icon_cod, $this->types['COD'] ) . $bignumber . ($days + 2) . "</span> " . zen_image($this->icon_del, MODULE_SHIPPING_AUSTPOST_TEXT_SHIPPINGDAYS) . $austpost_cod_addons;

    ----------------------------
    You'll need to edit each of these lines to remove the data that you don't want displayed.
    Using the example lines above, they will end up looking like:
    ----------------------
    $shipping_austpost_rpp_method = zen_image($this->icon_rpp, $this->types['RPP'] ) . $austpost_rpp_addons;

    $shipping_austpost_rppi_method = zen_image($this->icon_ins, $this->types['RPPi']) . $austpost_rppi_addons;

    $shipping_austpost_reg_method = zen_image($this->icon_reg, $this->types['REG'] ) . $austpost_reg_addons;

    $shipping_austpost_cod_method = zen_image($this->icon_cod, $this->types['COD'] ) . $austpost_cod_addons;
    --------------------------------------------------

    Have fun.
    Rod

  7. #67
    Join Date
    Jun 2005
    Posts
    95
    Plugin Contributions
    0

    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

    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.

  8. #68
    Join Date
    Jun 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Hi

    Thanks very much for that. Im a new to this so im sorry if this is a silly question; but in my directory i did not have a catalog file or under admin/includes i did not have a template folder so i created them; is this right?

    I installed all the files but when i log into my admin store under modules/shipping, it does not show up so i must have put something in the wrong place?

    Any suggestions?

  9. #69
    Join Date
    May 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: AUSTPost module

    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!

  10. #70
    Join Date
    Jun 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by lisella View Post
    Hi

    Thanks very much for that. Im a new to this so im sorry if this is a silly question; but in my directory i did not have a catalog file or under admin/includes i did not have a template folder so i created them; is this right?

    I installed all the files but when i log into my admin store under modules/shipping, it does not show up so i must have put something in the wrong place?

    Any suggestions?

    Silly me....

    I worked it out...

 

 
Page 7 of 33 FirstFirst ... 5678917 ... 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