Shipping can be one of the most complicated aspects when setting up an online store that will deliver nationwide in Australia. High shipping and handling costs at the checkout stage of a purchase is a sure way to get the buyer to go back and check for competitor prices or abandon the sale completely. The closer you can get the shipping cost to FREE, whether by making the buyer reach a purchase amount threshold or building some freight cost into the price of the products the better.
Aus Post for less than 3kg
If your products can fit in an envelope or small parcel then Australia Post provides a flat rate arrangement which works well. Typically with Australia Post you are going to spend $3 for a large envelope, $8 for 0.5kg parcel and $13 for a 3kg parcel.
When you have products that are consistently small, for example, jewellery, then a Flat Rate freight calculation can work nicely. You might choose to absorb some of the shipping and handling costs into the sale price so that the buyers perceive a cheaper shipping option. A Flat Rate method of calculation can easily be handled by the default woocommerce installation and will probably range from $3 – 15 depending on your requirements.
Delivery by Courier for over 3kg
If your store sells bulky or heavy items these will usually need to go via courier. There is a substantial difference in shipping items between the metro areas on the east coast compared to sending products to remote regions and east to west coast. Local deliveries within a city can be as low as $8 while remote deliveries can be over $100.
Delivery by courier requires a postcode calculated delivery for reasonable accuracy which we can do by dividing the postcodes into regions that roughly match the regional delivery costs of the major courier services.
Bulky Heavy Items
Anything heavier than about 20kg or a box that is bigger than about 0.5m might need to be palletised or send via a specialised delivery service so find out what option you will use and make a decision so you are aware of the costs involved. If the freight cost is too high then it might limit the geographical area that your online business can service profitably.
Parcel Delivery Regions
Segmenting the delivery areas into postcodes works well since buyers expect to enter their postcode when they purchase so you can let the shopping cart calculate the freight cost from that.
The cost for a standard box by courier sent from Newcastle is based on typical charges but can vary according to the delivery company, parcel size and weight.
Full postcode and region csv from July 2012 – Postcode-Suburb-Region (CSV)
Postcodes segmented by region:
- NEW – Newcastle – 8
- NSA – New South Wales – 13
- NSB – New South Wales – 17
- NSC – New South Wales – 21
- MEL – Melbourne – 17
- HBT – Hobart – 38
- DWN – Darwin – 55
- ADL – Adelaide – 21
- BNE – Brisbane – 17
- AS – Alice Springs – 55
- NT1 – Northern Territory – 80
- PTH – Perth – 34
- Q1 – Queensland – 34
- Q2 – Queensland – 38
- Q3 – Queensland – 42
- Q4 – Queensland – 60
- Q5 – Queensland – 80
- Q6 – Queensland – 110
- SA1 – South Australia – 25
- SA2 – South Australia – 30
- SA3 – South Australia – 34
- SA4 – South Australia – 42
- SA5 – South Australia – 47
- SA6 – South Australia – 51
- SA7 – South Australia – 72
- TAS1 – Tasmania – 42
- V1 – Victoria – 21
- V2 – Victoria – 25
- V3 – Victoria – 30
- WA1 – Western Australia – 42
- WA2 – Western Australia – 55
- WA3 – Western Australia – 68
- WA4 – Western Australia – 81
The digits on the end of each link is indicative of what we would likely set as a delivery cost for an average size box to that region for goods that depart from Newcastle/Hunter in NSW.
Most ecommerce platforms let you define postage cost according to postcode.
Filtering Postcodes by Distance from Your Location
If you are going to do your own deliveries or you are only going to sell within a certain geographic radius or maybe you have dramatically different shipping costs once a delivery is more than 100km away then taking a subset of postcodes which are a certain radius distance away from you is a simple and reasonably accurate way to do that.
Postcodes within 50km of 2300, Newcastle
2267,2278,2280,2281,2282,
Text file, one postcode per line: 0 – 50km from 2300
Postcodes within 50km to 100km of 2300, Newcastle
2250,2251,2256,2257,2258,2259,
Text file, one postcode per line: 50 – 100km from 2300
You can generate your own postcode radii using this website tool: freemaptools.com/
Freight Calculations in Woocommerce
The freight calculations module that we often use the Table Rate Shipping.
This lets us define multiple shipping rates based on location, price, weight, or item count. Wildcards may be used to match multiple regions too.
- Create zones for target shipping destinations
- Add multiple tables of rates per zone
- Several types of table rate calculation: Per order, Calculated per item, Calculated per line, Calculated per class
- Add rules based on Weight, Number of items, Number of items by class and Price
- Add costs per row, per item cost, a percentage and per weight unit
There are a couple of screenshot examples of the interface below.