silkvixen Posted October 7, 2008 Posted October 7, 2008 (edited) i want to upgrade to the new version but it only comes with one set of files where as the one im using atm austpost_1 you had 2 sets of files...one for includes/modules/shipping and the other for includes\languages\english\shipping. with the new version AustPOST3.02 it only has one set and just says to replace the files. tried that and got a whole heap of errors. also does it allow you to set it for pre-paid satchels?? any help would be appereciated Edited October 7, 2008 by silkvixen Quote
Guest Posted October 7, 2008 Posted October 7, 2008 i want to upgrade to the new version but it only comes with one set of files where as the one im using atm austpost_1 you had 2 sets of files...one for includes/modules/shipping and the other for includes\languages\english\shipping. with the new version AustPOST3.02 it only has one set and just says to replace the files. tried that and got a whole heap of errors. also does it allow you to set it for pre-paid satchels?? any help would be appereciated Ah yes. Download the last two versions. The second last version is a full working version. If your webhost has stopped fopen, the laste version fixes this problem (use the language files from the second last version, plus the module files from the last version). Quote
Guest Posted October 8, 2008 Posted October 8, 2008 Ah yes. Download the last two versions. The second last version is a full working version. If your webhost has stopped fopen, the laste version fixes this problem (use the language files from the second last version, plus the module files from the last version). Is it really working though? I installed it, and then the latest 3011 files over it, and for some weird reason both parcel and express post are giving me the same rate? Quote
Guest Posted October 8, 2008 Posted October 8, 2008 Is it really working though? I installed it, and then the latest 3011 files over it, and for some weird reason both parcel and express post are giving me the same rate? Yes, it works. Check your settings in admin for each module. Quote
Guest Posted October 8, 2008 Posted October 8, 2008 Yes, it works. Check your settings in admin for each module. But there is no admin setting that could make it show the same rates for parcel and express post, not for two different weights. Quote
Guest Posted October 8, 2008 Posted October 8, 2008 AusPOST Parcel Post Enable auspost: True Dispatch Postcode: 6000 Enable Insurance: False Maximum Weight (kg): 20 Handling Fee: 0.00 Parcel Height (mm): 10 Parcel Width (mm): 100 Parcel Depth (mm): 100 Shipping Zone: --none-- Tax Class: GST Sort order of display.: 0 AusPOST Express Post Parcel Enable auspostexpress: True Dispatch Postcode: 6000 Enable Insurance: False Maximum Weight (kg): 20 Handling Fee: 0.00 Parcel Height (mm): 10 Parcel Width (mm): 100 Parcel Depth (mm): 100 Shipping Zone: --none-- Tax Class: GST Sort order of display.: 0 AusPOST Parcel Post Delivery to 6000 - days Estimated Delivery Time* 1 boxes 1.1kg(s) $7.20 AusPOST Express Post Parcel Delivery to 6000 - days Estimated Delivery Time* 1 boxes 1.1kg(s) $7.20 Quote
Guest Posted October 8, 2008 Posted October 8, 2008 AusPOST Parcel PostEnable auspost: True Dispatch Postcode: 6000 Enable Insurance: False Maximum Weight (kg): 20 Handling Fee: 0.00 Parcel Height (mm): 10 Parcel Width (mm): 100 Parcel Depth (mm): 100 Shipping Zone: --none-- Tax Class: GST Sort order of display.: 0 AusPOST Express Post Parcel Enable auspostexpress: True Dispatch Postcode: 6000 Enable Insurance: False Maximum Weight (kg): 20 Handling Fee: 0.00 Parcel Height (mm): 10 Parcel Width (mm): 100 Parcel Depth (mm): 100 Shipping Zone: --none-- Tax Class: GST Sort order of display.: 0 AusPOST Parcel Post Delivery to 6000 - days Estimated Delivery Time* 1 boxes 1.1kg(s) $7.20 AusPOST Express Post Parcel Delivery to 6000 - days Estimated Delivery Time* 1 boxes 1.1kg(s) $7.20 Give all of your modules a unique sort order above zero. Quote
Guest Posted October 8, 2008 Posted October 8, 2008 (edited) Give all of your modules a unique sort order above zero. Really that ought to make no difference, but in the spirit of bug hunting, one is 0, the other 99, there is a module in between and I get the same result. Edited October 8, 2008 by Bah Quote
Guest Posted October 8, 2008 Posted October 8, 2008 Really that ought to make no difference, but in the spirit of bug hunting, one is 0, the other 99, there is a module in between and I get the same result. It can make a difference, however there is an error in insuredauspostexpress.php and auspostexpress.php that you have detected. Thank you for picking this up. To correct them, change the line in each that says something like "http://drc.edeliver.com.au/ratecalc.asp?Pickup_Postcode=$frompcode&Destination_Postcode=$topcode&Country=AU&Weight=$sweight&Service_Type=STANDARD&Height=$sheight&Width=$swidth&Length=$slength&Quantity=$shipping_num_boxes"); change it to something like "http://drc.edeliver.com.au/ratecalc.asp?Pickup_Postcode=$frompcode&Destination_Postcode=$topcode&Country=AU&Weight=$sweight&Service_Type=EXPRESS&Height=$sheight&Width=$swidth&Length=$slength&Quantity=$shipping_num_boxes"); ie, change the service type. Quote
Guest Posted October 9, 2008 Posted October 9, 2008 It can make a difference, however there is an error in insuredauspostexpress.php and auspostexpress.php that you have detected. Thank you for picking this up. Cheers for the bugfix, I'm sorted! Quote
geoffwin Posted October 19, 2008 Posted October 19, 2008 Thanks for all this coopco. Express post can be pretty expensive if satchels are not used. I wish to use express post in satchels as well as offer Auspost express parcel option - can I do this here? I currently use a bodgy setup that excludes express if weight is over 3kg I am asking before uploading the new files as my system already works and don't wish to change it until I am sure it will do what I want. thanks again Geoff Quote Geoff Telegraph Point 2441 Australia
Guest Posted October 19, 2008 Posted October 19, 2008 Thanks for all this coopco. Express post can be pretty expensive if satchels are not used. I wish to use express post in satchels as well as offer Auspost express parcel option - can I do this here? I currently use a bodgy setup that excludes express if weight is over 3kg I am asking before uploading the new files as my system already works and don't wish to change it until I am sure it will do what I want. thanks again Geoff If it aint broken, don't fix it. However, there are two versions in the last zip I put up, one uses curl the other uses fopen. I have fixed the bug in the curl version, so if you are goung to upgrade, go with that one if your server supports curl. A lot of webhosts are removing the ability to use fopen. The earlier satchel version should still be ok, it is just a table rate. Remember to back up your files and db before you do anything. BTW, I take no credit for these modules, it is the work of the original and subsequent authors. Quote
geoffwin Posted October 19, 2008 Posted October 19, 2008 If it aint broken, don't fix it. However, there are two versions in the last zip I put up, one uses curl the other uses fopen. I have fixed the bug in the curl version, so if you are goung to upgrade, go with that one if your server supports curl. A lot of webhosts are removing the ability to use fopen. The earlier satchel version should still be ok, it is just a table rate. Remember to back up your files and db before you do anything. BTW, I take no credit for these modules, it is the work of the original and subsequent authors. Quote Geoff Telegraph Point 2441 Australia
geoffwin Posted October 19, 2008 Posted October 19, 2008 (edited) If it aint broken, don't fix it. However, there are two versions in the last zip I put up, one uses curl the other uses fopen. I have fixed the bug in the curl version, so if you are goung to upgrade, go with that one if your server supports curl. A lot of webhosts are removing the ability to use fopen. The earlier satchel version should still be ok, it is just a table rate. Remember to back up your files and db before you do anything. BTW, I take no credit for these modules, it is the work of the original and subsequent authors. Point taken Of course much thanks to Steve Kemp, I have been using the original modules for a while in various forms. It doesn't do express post international prepaid and express post courier prepaid as well does it? Geoff Edited October 19, 2008 by geoffwin Quote Geoff Telegraph Point 2441 Australia
Guest Posted October 19, 2008 Posted October 19, 2008 Point taken Of course much thanks to Steve Kemp, I have been using the original modules for a while in various forms. It doesn't do express post international prepaid and express post courier prepaid as well does it? Geoff It does express post, not the others. It also has insurance options. Quote
webbsy Posted May 26, 2009 Posted May 26, 2009 this module is no longer working in my shop its saying it cant get a valid quote from australia post. Quote
ozstar Posted July 24, 2009 Posted July 24, 2009 HI, I only use the up to 500g and up to 3kg sachels not the nromal Express Post so how could I just offer this option. Is there some way I can can this? I have the 3.11 version up from 3.01 I think. Does this get it's info from Aust Post as they up their rates or are the values set in the mod? Thanks, oz Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.