Thread: AUSTPost module

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 321

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: AUSTPost module

    I'm having a differetn type of hiccup.

    I've installed it and it works fine except it is assuming packages are parcels and what I send is classed as a large letter.

    So evern though I've entered the parcel dimensions and the maximum height for large letters it's working out the cost of a parcels.

    If someone could tell me where the code is or what it looks like for changing the base cost of the parcel, I am willing to change it to the $1 for large letters within Australia and $1.85 for international.

    I guess as it also varies according to weight, I can always play around with the added percentage weght thingy in the CONFIG>SHIPPING/PACKAGING. But I really need to change the base cost which can't be done from the module installation settings in admin.

    Thank you so much, it is greatly appreciated.

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

    Default Re: AUSTPost module

    > I've installed it and it works fine except it is assuming packages are
    > parcels and what I send is classed as a large letter.

    > So evern though I've entered the parcel dimensions and the maximum > height for large letters it's working out the cost of a parcels.

    The primary reason that it does this is because the Aust post server itself assumes that you are sending parcels rather than letters.

    > If someone could tell me where the code is or what it looks like for
    > changing the base cost of the parcel,
    > I am willing to change it to the $1 for large letters within
    > Australia and $1.85 for international.

    There is no 'base cost' setting.

    > I guess as it also varies according to weight, I can always
    > play around with the added percentage weght thingy in the
    > CONFIG>SHIPPING/PACKAGING. But I really need to change the base
    > cost which can't be done from the module installation settings in
    > admin.

    > Thank you so much, it is greatly appreciated.

    My advice to you, is that since the AustPost modules are expecting parcels rather than letters, you might be better off using the "fixed price" postage module instead. You will need to need to replicate this module using a slightly different name for each, so that you will end up with 2 'fixed prices', one for Aust, one for o/seas.

    Having said that, this is one of those things that I've considered adding to the 'improved' Aust post module. However, there are a number of problems and dilemmas that need to be solved. For example, how do we tell the module that the item is small enough to be considered a letter? is it a large letter, or a small letter? We can't assume that very light items are letters, because we sell phone covers that only weigh 50gms, yet they are too large to go as a letter.
    I had thought about using the parcel dimensions, but this is currently a 'global' setting in the config/shipping&packaging menu, which means everything will be considered a letter, therefore the 'fixed price' module is more suitable anyway . I *could* modify the product database so that each item has its own dimensions, but this brings up other issues, such as what if item#1 is 100x20x110 (letter), and another is 1000x200x1100 (parcel) - Do we add these dimensions and calculate as a parcel? do we calculate and send the items separately? What about 2 parcel sized items? How do we handle those?

    The current modules both work on the idea of 'boxes' - These boxes all being the same size, regardless of the quantity or size of the items going into them. It is assumed that each 'box' will hold the maximum weight that you will be mailing. I'm having a hard time trying to come up with a better solution.

    One of my ideas for 'letter rates' was to have the store admin use negative weights to signify a letter rate, eg, weight -1 = small letter, weight -2 = large letter. Other than puzzling how to handle mixed letters and parcels in the same order, this could probably work. Unfortunetly, to get it to work will also mean modifying some of the core zencart modules and I really want to keep this module as simple to install or remove as possible.

    If anyone has any other ideas or suggestions I'd love to hear them.

    Cheers
    Rod

  3. #3
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Thank you Rod for your eply.

    When I was thinking about this I didthink that there would be other issues ome up as I know it's not that simple. Thank you anyway, I will try the fixed option and see how that suits me.

    Have a nice day.

  4. #4
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Me again. Just a question. I've opted for the table rate except I can't have registred/insured mail as an option, that was why I wanted to use the AustPost module as this gives the customer the option to choose if they want their orders sent registered or insured.

    I guess I could always leave the AustPost and just not add a handling fee as the parcel rate covers handling and packaging for my large letter items. But if there was a way to have the option using a different method I would prefer that

    Any ideas?
    Thank you.

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

    Default Re: AUSTPost module

    Quote Originally Posted by vivaraquel View Post
    I'm having a differetn type of hiccup.

    I've installed it and it works fine except it is assuming packages are parcels and what I send is classed as a large letter.

    So evern though I've entered the parcel dimensions and the maximum height for large letters it's working out the cost of a parcels.

    If someone could tell me where the code is or what it looks like for changing the base cost of the parcel, I am willing to change it to the $1 for large letters within Australia and $1.85 for international.

    I guess as it also varies according to weight, I can always play around with the added percentage weght thingy in the CONFIG>SHIPPING/PACKAGING. But I really need to change the base cost which can't be done from the module installation settings in admin.

    Thank you so much, it is greatly appreciated.
    Letter rates are now supported. V1.5.1

    Rgds
    Rod

  6. #6
    Join Date
    Jan 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Hi,
    i downloaded the Aust post module and have found all the folders except for the catalog folder and custom folder. do i need to create a directory for these? if so where should i put it? under includes?

    should i create a custom folder under templates the same as template_default? it seem to have the matching files.

    Many thanks

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

    Default Re: AUSTPost module

    I seem to be having a different problem, when going through checkout this is the error, it has only occurred after upgrading to 1.3.8

    AustPost (ERROR:Unable to obtain a valid quote from the Australia Post Server.
    You may still checkout using this method and we will contact you with postage costs as soon as possible.):


    It does show the prepaid bag but for 3kg when the item is only .45kg in the cart.
    ?

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

    Default Re: AUSTPost module

    Quote Originally Posted by gabbytwin View Post
    I seem to be having a different problem, when going through checkout this is the error, it has only occurred after upgrading to 1.3.8

    AustPost (ERROR:Unable to obtain a valid quote from the Australia Post Server.
    You may still checkout using this method and we will contact you with postage costs as soon as possible.):


    It does show the prepaid bag but for 3kg when the item is only .45kg in the cart.
    ?
    Uninstall and reinstall the AP module (to ensure the database tables are up to date).
    Check your TARE weights.
    Check your kgs/gms settings.
    Check your default parcel dimensions
    Check the individual product dimensions.

    Rgds,
    Rod

  9. #9
    Join Date
    Mar 2008
    Location
    Townsville
    Posts
    12
    Plugin Contributions
    0

    Default Re: AUSTPost module

    This is a new question!

    I only want to use 500G & 3KG postage bags, but of course when it goes over the weight limit it shows the no postage option message...

    ERROR:Unable to obtain a valid quote from the Australia Post Server.
    You may still checkout using this method and we will contact you with postage costs as soon as possible


    All items sold will fit into either 500g or 3kg bags. Is there a way to make it so when the amount of items overflow the weight or volume of one bag a new one can be added on to the postage price.

    For example 10 items can be stuffed into one 3kg bag, but if someone wants to purchase 12 then the austpost module will allow the cost for 1x3kg bag + 1 x500g bag.

    I hope this makes sense.

    Danny
    http://www.dpwebdesign.com.au Version 1.3.8 installed

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

    Default Re: AUSTPost module

    Quote Originally Posted by danpoole View Post
    This is a new question!

    I only want to use 500G & 3KG postage bags, but of course when it goes over the weight limit it shows the no postage option message...

    ERROR:Unable to obtain a valid quote from the Australia Post Server.
    You may still checkout using this method and we will contact you with postage costs as soon as possible


    All items sold will fit into either 500g or 3kg bags. Is there a way to make it so when the amount of items overflow the weight or volume of one bag a new one can be added on to the postage price.

    For example 10 items can be stuffed into one 3kg bag, but if someone wants to purchase 12 then the austpost module will allow the cost for 1x3kg bag + 1 x500g bag.

    I hope this makes sense.

    Danny
    Can't do much about the size constraints (at least not without a lot more complex coding), but you can have your items divided by the weight constraints by manipulating the "Maximum Package Weight you will ship" setting under the shipping & packaging options.
    If you set this to "3000" (if weighing in gms) then any items/parcels weighing more than this will be split into multiple parcels *before* being passed over to the Australia Post module.

    Thats the theory.

    In practice, I've never actually tried it so I can't say for sure whether your quotes will be accurate or not. They *should* be correct.

    Cheers
    Rod

 

 
Page 1 of 4 123 ... 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

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