New Zealand Post is a premium shipping method which let you get shipping rates from the New Zealand Post API. It requires that your store uses
NZ Dollars for it’s currency and a base country of New Zealand. The extension primarily works with
mm and
kgs , but other units can be converted automatically.
This extension can calculate quotes worldwide as it handles both domestic and international parcels.
Upload the plugin folder to the ‘/wp-content/plugins/’ directory.
Activate the plugin through the ‘Plugins’ menu in WordPress.
Thats it – you can now configure the plugin.
Go to : WooCommerce > Settings > Shipping > New Zealand Post .
Connect/Disconnect your New Zealand Post Account
Debug Mode – Tick the checkbox to log API requests and responses for the cart and checkout pages. Useful for troubleshooting.
API Key – NZ Post will provide you with an API key after you signup for their API services. Enter this here – it is required.
Go to : WooCommerce > Settings > Shipping .
Select your Shipping Zone that you want to add the method to, and press the Add shipping method + button on the right
Select New Zealand Post from the dropdown and press Add shipping method:
Click on the New Zealand Post method to configure the settings:
Method Title – Name the shipping method. This will be visible by customers.
Origin Postcode – This should be set to the postcode from which you will ship. It is sent to the NZ Post API.
Method Availability – This setting lets you narrow down the countries which can get quotes. Leave set to All Countries to have it available for all customers.
Rates and Services – These settings control the services and rates you offer customers.
Parcel Packing Method – See below.
Offer Rates – Choose to return all rates (user will get the choice) or just return a single rate.
Services – Here you can rename, and re-order, NZ Post shipping rates.
There are 2 packing methods with NZ Post; each affects the parcels you send to the API.
Each item in your cart (non virtual) will be sent to the NZ Post API. Quotes for all items will be combined for the final cost.
Items will be packed into pre-defined boxes and sent to the API. We recommend this option. See box-packing below for more information on this.
The box packer included with this shipping method lets you group items into packages of which you define the height, width, length, weight and max-weight. The packing is mainly volume based , but does also consider item sizes too.
The box packer is volume based. This will in most cases provide good results, but will never be as accurate as a real person packing a box (see
BIN Packing Problem ) therefore it is important you understand that packing results are as accurate as they can be and any anomalies should be accepted.
Within the settings, look for the boxes setting. Click ‘add box’ to set up the boxes dimensions:
Outer dimensions are used for parcel dimensions and are passed to the API.
Inner dimensions are used for packing, and items will be fit within these.
Box weight is the weight of the actual box, and will be added to the weight of the contents.
Max weight is the maximum weight your box can hold. This includes contents weight and box weight.
Box Settings
The packer does the following:
Finds boxes which fit the items being packed (uses H x W x D).
Packs all fitting items into boxes (using volume).
The largest box which fits 100% of items is used *or* use the highest % packed box, and then pass unpacked items back (and repeat the process)
Unpackable items are packed alone, using the item dimensions.
All packed boxes are returned.
Customers will get quotes (after inputting their address) from two places;
The cart page – by using the shipping calculator
The checkout page – by filling in the shipping and billing forms
Rates can be selected by customers as normal.
Enable debug mode to see debugging information on the cart page. This will often reveal the problem.
Check your products have sizes and weights set – without this the calculation cannot be performed.
Check your store’s base country is New Zealand and that your using NZ Dollars (from WooCommerce > Settings > General).
The plugin needs to be able to talk to NZ Post API. For this it uses wp_remote_post which makes use of fsockopen/CURL .
0 Comments:
Post a Comment
Note: only a member of this blog may post a comment.
Subscribe to Post Comments [Atom]
<< Home