=== Courier Tracking for WooCommerce ===
Contributors: restorro
Donate link: https://restorro.com/
Tags: delivery, courier, tracking, tracker, woocommerce
Requires at least: 6.7
Tested up to: 6.7
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Now clients be able to track a courier on the map in real time. Improve your delivery with Courier Tracking. Set delivery status on each order.

== Description ==

Now clients be able to track a courier on the map in real time. Plugin extend delivering for WooCommerce. Manage your couriers and order's delivery status. Courier using the free Woo Courier Tracker Android Application view assigned orders and update statuses.

== Installation ==

1. Upload `woo-courier-tracking` plugin to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Courier Tracking in main menu

If you don't have Google Maps API key please read FAQ below.

== Frequently Asked Questions ==

= Where I could download Android App for couriers? =

Find it at Google Play by searching Woo Courier Tracker.

= Where I can find Google Maps API Key? =

1. Go to webpage https://console.cloud.google.com/apis
2. Click "Enable APIs and services" button
3. Choose Maps JavaScript API
4. Make sure that it is enabled
5. Go to webpage https://console.cloud.google.com/google/maps-apis/credentials
6. Click "Create credentials" button
7. Choose API key option
8. Now you see line with your key, just click "Show key", copy it
9. Paste it to wp_map_google_web_api_key field in Courier Tracking Settings page at WordPress Admin

== Screenshots ==

1. Manage orders delivery
2. Manager chooses a courier at an order
3. Track a courier at Orders page
4. The Client track delivery status
5. The Client could open the map to track a Courier
6. The Client view a courier on the map
7. Manager control a Couriers
8. Settings page

== External services ==

This plugin connects to Google Maps API to control the map, it's needed to draw the map, a courier position and a destination position based on client's address information.

It sends the address information to converting address to geographic coordinates (geocoding) and draw a destination marker on the map, courier position information to draw a courier marker on the map.
This service is provided by "Google Maps APIs":
Privacy policy: https://policies.google.com/privacy
Terms of Service: https://cloud.google.com/maps-platform/terms

== Changelog ==

= 1.0.0 =
First version of plugin. You are able to manage couriers, order delivery statuses, use Android App to connect to your WordPress server.

= 1.0.1 =
Fix texts

`<?php code(); // goes in backticks ?>`