Zen Cart Logo
Forums / Addon Shipping Modules / ozpost shipping module

ozpost shipping module

Views: 403,059

Results 541 to 560 of 2,251
29 Mar 2010, 1:45 AM
#541
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

ozpost shipping module

Hey Rod or anyone,
I have deselected all shipping methods except Regular Parcel (within Australia) and Air Parcel (for overseas) but I am still getting about 7 options coming up for the customer. What have I done wrong?
TIA, Jen

29 Mar 2010, 3:30 AM
#542
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: ozpost shipping module

Hey, ignore this question. I refreshed about three times and it stopped happening - just the one option as I selected. Jen

29 Mar 2010, 1:36 PM
#543
vandiermen avatar

vandiermen

Totally Zenned

Join Date:
Feb 2007
Posts:
518
Plugin Contributions:
1

Re: ozpost shipping module

Hello People,

Awhile ago I had a problem with the error messages I got when people added too many products to their cart and the package size dimensions were to large or the weight was too much. The price on error was set to 0 by the store owner so I thought it did not work when there was too many things in the cart.

I fixed this by putting the "price on error back to "25.00,99.99" and turning the errors in to comments such as "Item is over 25Kg's: Fate rate" then we just use fastway or another courier to send those items.

The errors are easy to edit (make black and to turn into comments) in
/public_html/includes/modules/shipping/ozpost.php

e.g. my edit attached

30 Mar 2010, 12:18 PM
#544
jazzah avatar

jazzah

Zen Follower

Join Date:
Jun 2007
Posts:
104
Plugin Contributions:
0

Re: ozpost shipping module

I've been getting a number of these errors recently, have there been server issues?
Unexpected error (no valid methods). Using AP Flat Rate.

Thanks
Jazzah

30 Mar 2010, 1:44 PM
#545
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: ozpost shipping module

jazzah:

I've been getting a number of these errors recently, have there been server issues?
Unexpected error (no valid methods). Using AP Flat Rate.

Thanks
Jazzah

Sadly, yes. The server has had several reboots today, culminating in the replacement of one of the hard drives.

Hopefully all is well again now (although a little sluggish while the RAID array is rebuilding itself).

Cheers
Rod

31 Mar 2010, 12:33 AM
#546
jazzah avatar

jazzah

Zen Follower

Join Date:
Jun 2007
Posts:
104
Plugin Contributions:
0

Re: ozpost shipping module

Thanks Rod, Just wanted to check as we had some security work done on our site and wanted to make sure we didn't upset any ozpost apples!

31 Mar 2010, 5:53 AM
#547
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: ozpost shipping module

Can't work this one out... have installed OzPost with just one option (regular parcel/air parcel) for within Australia/international. Doing some test orders to try it out. If I order one DVD it comes back with postage of $4.35, but if I change the order to 20 DVDs the postage remains at $4.35. I've got the debugger on and I can see that it's stacking 20 items on top of each other to get the correct dimensions, and the weight is correct, but still just $4.35? What's going wrong?

31 Mar 2010, 7:59 AM
#548
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: ozpost shipping module

jenpen:

If I order one DVD it comes back with postage of $4.35, but if I change the order to 20 DVDs the postage remains at $4.35.

What do you think the postage should be?

Do you have a URL so I can see for myself what the problem is?

Cheers
Rod

31 Mar 2010, 11:04 AM
#549
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: ozpost shipping module

vandiermen:

Hello People,

[snip]

I fixed this by putting the "price on error back to "25.00,99.99" and turning the errors in to comments such as "Item is over 25Kg's: Fate rate" then we just use fastway or another courier to send those items.

[snip]

Some time back I suggested the flat error rate be replaced by a "weight x rate/kg" or "weight x rate/######" formula. Since I have yet to work out how to do this, I have replaced the "25.00, 99.99" with "0,0" and installed the "RFQ Shipping and Payment Modules" to force a shipping quote.

1 Apr 2010, 1:25 AM
#550
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: ozpost shipping module

What do you think the postage should be?

Do you have a URL so I can see for myself what the problem is?

Hi Rod,
Thanks for looking into this. I don't know what the postage should be, but definitely more than $4.35.
I just went back and tried to purchase 100 DVDs, out of interest, but now there's no shipping method available at all and I can't get the cart to move onto the checkout screen. So, a new problem. I have only OzPost enabled, no other shipping methods. Have you ever seen this happen?

http: //www.consciouslightproductions.com/

It's presently password-protected (admin, pw123)
Much appreciated, Jen

1 Apr 2010, 4:53 AM
#551
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: ozpost shipping module

jenpen:

Can't work this one out... have installed OzPost with just one option (regular parcel/air parcel) for within Australia/international. Doing some test orders to try it out. If I order one DVD it comes back with postage of $4.35, but if I change the order to 20 DVDs the postage remains at $4.35. I've got the debugger on and I can see that it's stacking 20 items on top of each other to get the correct dimensions, and the weight is correct, but still just $4.35? What's going wrong?

The log files indicate that the weight of your DVD is 1gm. 20 of them = 20gm (plus 10% tare = 22gm).

A 22gm parcel costs the same as a 1gm parcel, namely $4.35.

You won' get accurate quotes unless you provide accurate data.

Cheers
Rod

1 Apr 2010, 4:58 AM
#552
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: ozpost shipping module

Got you - sorry, I thought Aussie Post calculated the deadweight from the dimensions and actual weight was not relevant.
Thanks, Jen

1 Apr 2010, 5:07 AM
#553
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: ozpost shipping module

jenpen:

I just went back and tried to purchase 100 DVDs, out of interest, but now there's no shipping method available at all

Your DVD's are set with a height of 4cm.
100 of these stacked on top of each other gives a height/length of 400cm.
This exceeds the 105cm limit imposed by Australia Post. They will not accept the parcel and the ozpost module reflects this by not providing a quote.

To cater for larger parcels than Australia Post will handle you'll need to provide an alternate shipping method.

Cheers
Rod.

ps. A new version of ozpost is currently being tested. The new version will support TNT shipping rates to help overcome the AustPost limits. However, a TNT account will be required.

pss. If there are any ozpost users reading this and has a TNT account and would like to help with the testing please PM me.

1 Apr 2010, 5:13 AM
#554
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: ozpost shipping module

jenpen:

Got you - sorry, I thought Aussie Post calculated the deadweight from the dimensions and actual weight was not relevant.
Thanks, Jen

Both the weight and the dimensions are important.

The weight being most important because it is used in all calculations. The dimensions are required to enable the module the ability to 'sort' according to the size of the "parcel" - eg, for letters, large letters, different sized prepaid satchels, maximim limits, and the cubing rules for parcels.

Cheers
Rod

1 Apr 2010, 5:47 AM
#555
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: ozpost shipping module

ps. A new version of ozpost is currently being tested. The new version will support TNT shipping rates to help overcome the AustPost limits. However, a TNT account will be required.

This is excellent news. I have another client who is unable to use OzPost because he's always sending oversized cartons. He'll be happy to use TNT.

Thanks Rod for your prompt replies. Jen

2 Apr 2010, 11:50 PM
#556
farawaynearby avatar

farawaynearby

New Zenner

Join Date:
Feb 2010
Posts:
6
Plugin Contributions:
0

Re: ozpost shipping module

Are they still fiddling with the AP server?
I have parcels within Aust calculating correctly.
And letter weights displaying correctly but displaying the wrong price
eg
Letters to 125g adding $2.10
Letters to 250g adding $3.00
Letters to 500g adding $6.05

And overseas parcels / letters not working at all anymore (which worked fine early yesterday morning)

6 Apr 2010, 5:44 AM
#557
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: ozpost shipping module

OK, so now that I'm just about there with sorting out Ozpost, the client has decided that they will get a distributor for the US. So they wish to take orders from US customers and charge for goods plus shipping, but only local US shipping, not international. The US people will handle the distribution.
I can use table rates just for US customers, easy, but is there a way to prevent Ozpost coming up as an option for US customers?
Any ideas much appreciated... Jen

6 Apr 2010, 8:51 AM
#558
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: ozpost shipping module

jenpen:

but is there a way to prevent Ozpost coming up as an option for US customers?
Any ideas much appreciated... Jen

To prevent it coming up for all overseas orders is just a matter of deselecting the overseas shipping methods.

To prevent it showing for US customers only will require custom coding.

You'll probably need similar custom coding in the UPS module too (to prevent it showing up for Australian customers).

Cheers
Rod

6 Apr 2010, 11:41 PM
#559
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: ozpost shipping module

I will need to use OzPost for "rest of world". I might just use Table Rates (for US zone definition only) rather than UPS. And I was thinking that if I leave OzPost as is, it will still come up as an option for US customers but the charge will be so much higher that they won't select it (unless they're really silly, then let them pay!)

11 Apr 2010, 12:48 PM
#560
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: ozpost shipping module

[Attachment no longer available]

Hi Folks,

Attached to this post is a zip file containing the latest ozpost module. (ozpost2.0.3,zip)

As with previous update postings into the forum this is not a complete distribution file set. It only contains the two files required to upgrade an existing installation.

As well as bugfixes, this new update introduces support for TNT and FastWay Courier quotes.

I still have a little more work to do with some of the cosmetic aspects of this upgrade, but the basic functionality seems quite stable so I figured I'd let you guys n gals have a chance to try it out before I package it up and upload it to the downloads area.

Please let me know of any problems or errors that you may find.

Cheers
Rod