Created
October 4, 2014 11:21
-
-
Save stevenhoney/b623554a43d31f0bc82c to your computer and use it in GitHub Desktop.
Adding NZ Options to WooCommerce Shipment Tracking Plug In
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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