Re: ozpost shipping module
Quote:
Originally Posted by
jazzah
Ok a few issues
1/ no fastway showing,
Have you entered the 3 character code for your location?
Have you enabled your selected FastWay methods?
You need to answer "Yes" to both of these otherwise you'll not get the FastWay quotes.
Quote:
Originally Posted by
jazzah
is the code for Melbourne MEL?
I really have no idea. My assumption is that if people are using FastWay they would/should already know the code for their local agent.
Quote:
Originally Posted by
jazzah
Can't find it on their website.
I'm not going to search for you, but if I had to guess the 3 character code for Melbourne my top 2 would be MEL or MLB
We really shouldn't be guessing these things though.
Quote:
Originally Posted by
jazzah
2/ items in cart suggest 3kg satchel I don't think they are that big. Here are their dimensions and cubing from debug
1 x 15.00 x 12.00 x 7.00 Cube 1260 Cubed weight .315
1 x 15.00 x 12.00 x 7.00 Cube 1260 Cubed weight .315
1 x 17.00 x 10.00 x 1.00 Cube 170 Cubed weight 0.0425
1 x 17.00 x 10.00 x 1.00 Cube 170 Cubed weight 0.0425
You can ignore the cubes .... they aren't actually used by the module (reference only).
Also, what will fit into a satchel is far from an exact science since only 2 dimensions are provided and the width will change depending on the items placed in them, plus the specified full length can rarely be used because the fuller you pack them the less length is available to fold the flap.
On top of this are the weight limits for each satchel. As well as any things that will 'obviously' fit, you also need to consider the following possible scenarios. Item weight 400gm but a little to big to fit into 500gm satchel may easily fit into a 3kg satchel, so only the 3kg will be quoted even though it may appear that this is suitable for the 500g satchel. I suspect that this is the situation that you currently have.
Australia Post Satchels are not the same size as the FastWay satchels either, so any given product may fit in a fastway satchel, but be considered too large for an AustPost satchel of the same weight.
Hope this helps?
Cheers
Rod
Re: ozpost shipping module
Hi Rod, I will ring Fastway on Monday and see if there is a list and post it here. We were never given this detail, we only use their satchels.
After fiddling with this for over 3 hours now, I am getting a flat rate, these are my settings
Enabled
True
Dispatch Postcode
3910
Shipping Methods for Australia
Letters, Regular Parcel, Registered Parcel, Express Parcel, Prepaid Satchel, Prepaid Express Satchel
Shipping Methods for Overseas
--none--
Hide parcel rates if letter sized ?
No
FastWay Franchise
FastWay frequent user?
No
TNTaccount
TNTuser
TNTpassword
Handling Fee - Letters
1
Handling Fee - Regular parcels
1.5
Handling Fee - Overseas parcels
8.00
Handling Fee - Registered and/or Insured parcels & letters
1.5
Handling Fee - Express parcels
2
Handling Fee - Prepaid Satchels
1.5
Handling Fee - Prepaid Satchels - Express
2
Handling Fee - COD
12
Handling Fee - ECI Documents
10
Handling Fee - ECI Merchandise
10.00
Handling Fee - TNT Merchandise
5.00
Handling Fee - FastWay Labels
1.5
Handling Fee - FastWay Satchels
1.5
Hide Handling Fees?
Yes
Fixed Cost
12.20,99.99
Fixed cost Type
Flat Rate
Default ITEM Dimensions
15,20,2.5
Parcel Weight format
gms
Tare percent.
0
Icons type
jpg
Postage Delay (days).
0
Use Core Weight.
No
Restrain Dimensions.
No
Sort order of display.
0
Tax Class
GST (10% tax included)
Enable Debug?
No
Re: ozpost shipping module
Quote:
Originally Posted by
GAM
I've had some code hacking success with parcel packing and parcel dimensions. :blush: My version now stacks items smaller than the largest item in layers in the area of the largest item.
I'll reserve comment on this until I see it in action.
Quote:
Originally Posted by
GAM
I need some help/info regarding the 'Estimated Days' transit period appearing on Order Confirmation emails and on customer's Order History page. I can't find anything that makes sense or ascertain where to look to resolve.
Sorry, can't help. Ozpost provides this information but has no control over when or where it is displayed.
Quote:
Originally Posted by
GAM
Text wrapping is dodgy too. With smaller statements like 'Regular Parcel', 'Goods and Services Tax' starts on new line but longer shipping statements and no line break.
Again, this is not really an Ozpost issue it is a display issue. Ozpost merely provides the data.
It isn't even feasible for me to consider modifying any other code to 'correct' display issues because there is no end to it, it is something that needs to be handled in the template files, and since we don;t all use the same templates --- well, you get the picture.
Cheers
Rod
Fastway Courier Codes for Ozpost module
Here is my contribution, saving you looking it up.
Adelaide ADL
Albury ALB
Bendigo BEN
Brisbane BNE
Cairns CNS
Canberra CBR
Capricorn Coast CAP
Central Coast CCT
Coffs Harbour CFS
Geelong GEL
Gold Coast OOL
Hobart HOB
Launceston LST
Mackay MKY
Melbourne MEL
Newcastle NTL
Northern Rivers NTR
Perth PER
Port Macquarie PQQ
Sunshine Coast SSC
Sydney SYD
Toowoomba TOO
Townsville TVL
Wide Bay WBY
Wollongong WOL
Re: ozpost shipping module
Quote:
Originally Posted by
jazzah
Is the 3kg xl satchel express post different to a plain 3kg satchel,
Yes. It is larger (and not available at all postal outlets, which is why this has its own enable/disable setting).
Quote:
Originally Posted by
jazzah
as it is coming up with the 3kg xl at $20.99, when it could fit into a normal
The module obviously thinks different . What parcel dimensions did you use?
Quote:
Originally Posted by
jazzah
. In fact there is no 3kg parcel post satchel either.
Whatever your item, it is clearly too large for the regular 3kg Satchel but small enough for the larger XL satchel.
Quote:
Originally Posted by
jazzah
(image for 3kg XL is also gone???lol)
I'll not comment much on this either.... with over 40 different shipping methods and more than 100 icons I wouldn't be at all surprised if I've missed one or two.
Quote:
Originally Posted by
jazzah
The debug info is
<snip>
Perhaps it is best if I simply give you the various cutoff dimensions, that way you'll be in a better position to know what should fit into any given satchel. These things often quite as large as they appear.
// Constants (max limits)
$MAXWEIGHT_5S = 500 ; // 500 gm Satchel
$MAXLENGTH_5S = 320 ; // 500 gm Satchel
$MAXGIRTH_5S = 430 ; // 500 gm Satchel
$MAXWEIGHT_3S = 3000 ; //3Kg Satchel
$MAXLENGTH_3S = 370 ; // 3Kg Satchel (40x30)
$MAXGIRTH_3S = 600 ; // 3Kg Satchel
$MAXWEIGHT_3SXL = 3000; // 3Kg XL Satchel
$MAXLENGTH_3SXL = 500 ; // 3Kg XL Satchel (56x47)
$MAXGIRTH_3SXL = 900 ; // 3Kg XL Satchel
$MAXWEIGHT_5KS = 5000 ; //5Kg Satchel
$MAXLENGTH_5KS = 500 ; // 5Kg Satchel (56x47)
$MAXGIRTH_5KS = 900 ; // 5Kg Satchel
$MAXWEIGHT_3FW = 3000; // 3Kg Fastway Satchel
$MAXLENGTH_3FW = 400 ; // 3Kg Fastway Satchel (400x320)
$MAXGIRTH_3FW = 640 ; // 3Kg Fastway Satchel
$MAXWEIGHT_5FW = 5000 ; //5Kg Fastway Satchel
$MAXLENGTH_5FW = 455 ; // 5Kg Fastway Satchel (455x415)
$MAXGIRTH_5FW = 830 ; // 5Kg Fastway Satchel
Please note that the module uses Length & Girth rather than Lengh/width because this takes care of the narrowing width as the height is increased.
# Girth = ( width + height ) * 2
Cheers
Rod
Re: ozpost shipping module
Quote:
Originally Posted by
jazzah
After fiddling with this for over 3 hours now, I am getting a flat rate, these are my settings
The flatrate is a 'fallback' setting that is given when no other valid methods are available (for ANY reason).
This may be a temporary network glitch, or it could be that the items in the cart cannot be quoted on for some other reason. Without knowing your input data there isn't much I can tell you.
Cheers
Rod
Re: ozpost shipping module
Quote:
Originally Posted by
RodG
Oh, so it looks like it may be a V1 (or unspecified version) issue after all.
I know you customise the code a fair bit, but I'd be interested in knowing if v2.0.5/6 works ok on your live site or not.
Cheers
Rod
Are people still experiencing issues with V1.xx ?
I'm still not getting any rates back on my live site.
I have not had a chance to look at updating the mod to 2.06, as yet..
-------
Mike.
-------
Re: ozpost shipping module
Quote:
Originally Posted by
Mike_Dean
Are people still experiencing issues with 1.xx ?
I would assume so.
I still haven't identified the cause, and I do know that it isn't affecting all V1.xx users - Just some.
Actually I've been out of the office for most of today and have been replying to the forum posts most of this evening, so I haven't actually gotten any further looking into it than I was last night. :-(
Cheers
Rod
Re: ozpost shipping module
Quote:
Originally Posted by
RodG
ozpost being one such module.
If you still wish to install without cURL you'll need to modify the ozpost.php code a little:
Somewhere around line 552 is a line that reads // version check / network check. Comment out the next 5 or six lines (down to and including the first/next closing brace "}".
Cheers
Rod
Hi Rod,
Just an update regarding my installation without CURL on a Portable Web server known as MOWES (v2.2.3).
I've since found that this package comes with a CURL extension. By default the CURL extension is not enabled. To enable the CURL extension you need to edit the line ";extension=php_curl.dll" and remove the " ; " in the php.ini file - save then restart server.
When this is done, all errors during installation of ZCv139c disappear, and the install issue with ozpost also disappeared.
Happy to say I now have a configuration panel for ozpost. :D
Cheers,
Re: ozpost shipping module
newbie question -- How do I install the ozpost module?? I have downloaded it but how do i install it?? help please anyone??