Skip to content

Instantly share code, notes, and snippets.

@stevenhoney
Created October 4, 2014 11:21
Show Gist options
  • Save stevenhoney/b623554a43d31f0bc82c to your computer and use it in GitHub Desktop.
Save stevenhoney/b623554a43d31f0bc82c to your computer and use it in GitHub Desktop.
Adding NZ Options to WooCommerce Shipment Tracking Plug In
//Added at Line 107
'New Zealand' => array(
'Courier Post'
=> 'http://trackandtrace.courierpost.co.nz/Search/%1$s',
'NZ Post'
=> 'http://www.nzpost.co.nz/tools/tracking?trackid=%1$s',
'Fastways'
=> 'http://www.fastway.co.nz/courier-services/track-your-parcel?l=%1$s',
'PBT Couriers'
=> 'http://www.pbt.com/nick/results.cfm?ticketNo=%1$s',
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment