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