forked from sofyansitorus/WooGoSend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
150 lines (100 loc) · 5.73 KB
/
README.txt
File metadata and controls
150 lines (100 loc) · 5.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
=== WooGoSend ===
Contributors: sofyansitorus
Tags: woocommerce,woocommerce-shipping,gojek,gojek-shipping,gosend,gosend-shipping
Requires at least: 4.8
Tested up to: 4.9.4
Requires PHP: 5.6
Stable tag: trunk
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
WooCommerce per kilometer shipping rates calculator for GoSend Go-Jek Indonesia courier.
== Description ==
WooCommerce per kilometer shipping rates calculator for GoSend Go-Jek Indonesia courier.
Please note that this plugin is not using official Gojek Indonesia API. This plugin just estimate the distance matrix using using Google Maps Distance Matrix API and then calculating the cost using the rates defined in the settings.
This plugin require Google Maps Distance Matrix API Services enabled in your Google Console. [Click here](https://developers.google.com/maps/documentation/distance-matrix/get-api-key) to get API Key and to enable the services.
= Features =
* Automatically split shipping for multiple items into several drivers if the package size exceeded package weight and dimensions limitation.
* Available 2 shipping services: Instant Delivery, Same Day Delivery.
* Set shipping cost per kilometer.
* Set minimum cost that will be billed to customer.
* Set maximum shipping distances that allowed to use the courier.
* Set maximum package weight and dimensions that allowed to use the courier.
* Set shipping origin info by store location coordinates.
* Set travel mode: Driving, Walking, Bicycling.
* Set route restrictions: Avoid Tolls, Avoid Highways, Avoid Ferries, Avoid Indoor.
* Set visibility distance info to customer.
* Set fallback request if there is no results for API request using full address.
== Installation ==
= Minimum Requirements =
* WordPress 4.8 or later
* WooCommerce 3.0 or later
= AUTOMATIC INSTALLATION =
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install of WooGoSend, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
In the search field type “WooGoSend” and click Search Plugins. You can install it by simply clicking Install Now. After clicking that link you will be asked if you’re sure you want to install the plugin. Click yes and WordPress will automatically complete the installation. After installation has finished, click the ‘activate plugin’ link.
= MANUAL INSTALLATION =
1. Download the plugin zip file to your computer
1. Go to the WordPress admin panel menu Plugins > Add New
1. Choose upload
1. Upload the plugin zip file, the plugin will now be installed
1. After installation has finished, click the ‘activate plugin’ link
== Frequently Asked Questions ==
= How to set the plugin settings? =
You can setup the plugin setting from the Shipping Zones settings. Please check the following video tutorial how to setup the WooCommerce Shipping Zones:
[youtube https://www.youtube.com/watch?v=eThWmrnBP38]
[Video](https://www.youtube.com/watch?v=eThWmrnBP38) by [InMotion Hosting](https://www.inmotionhosting.com)
= Where can I get support? =
You can either support ticket at plugin support forum :
* [Plugin Support Forum](https://wordpress.org/support/plugin/wcsdm)
= Where can I report bugs? =
You can report bugs at the plugin GitHub repository:
* [Plugin Support Forum](https://wordpress.org/support/plugin/wcsdm)
* [Plugin GitHub Repository](https://github.com/sofyansitorus/WooCommerce-Shipping-Distance-Matrix)
= Can I contribute to develop this plugin? =
I always welcome and encourage contributions to this plugin. Please visit the plugin GitHub repository:
* [Plugin GitHub Repository](https://github.com/sofyansitorus/WooCommerce-Shipping-Distance-Matrix)
== Screenshots ==
1. Settings panel: General Options
2. Settings panel: Instant Delivery Service Options
3. Settings panel: Same Day Delivery Service Options
4. Shipping Calculator preview
== Changelog ==
= 1.2.6 =
* Improvements - Enhance Maps Picker.
= 1.2.5 =
* Improvements - Add new option: Enable Fallback Request.
* Fix - Added fallback to input store location manually on google map error.
= 1.2.4 =
* Improvements - Add Maps Place Picker.
* Fix - Fix issue when using comma as decimal dlimeter.
= 1.2.3 =
* Fix - Remove Maps Place Picker.
= 1.2.2 =
* Fix - Maps picker.
= 1.2.1 =
* Fix - Fix styling for search address input.
= 1.2.0 =
* Improvemnets - Add "Map Location Picker" for store location setting.
= 1.1.1 =
* Improvemnets - Add "Settings" link on the plugins.php page.
= 1.1.0 =
* Improvements - Add new settings field to enable or disabled multiple drivers function.
= 1.0.2 =
* Fix - A non-numeric value encountered warning.
= 1.0.1 =
* Improvements - Add new filter hooks: woocommerce_woogosend_shipping_destination_info.
* Improvements - Add new filter hooks: woocommerce_woogosend_shipping_origin_info.
= 1.0.0 =
* Feature - Automatically split shipping for multiple items into several drivers if the package size exceeded package weight and dimensions limitation.
* Feature - Available 2 shipping services: Instant Delivery, Same Day Delivery.
* Feature - Set shipping cost per kilometer.
* Feature - Set minimum cost that will be billed to customer.
* Feature - Set maximum cost that will be billed to customer.
* Feature - Set maximum shipping distances that allowed to use the courier.
* Feature - Set maximum package weight and dimensions that allowed to use the courier.
* Feature - Set shipping origin info by coordinates.
* Feature - Set travel mode: Driving, Walking, Bicycling.
* Feature - Set route restrictions: Avoid Tolls, Avoid Highways, Avoid Ferries, Avoid Indoor.
* Feature - Set visibility distance info to customer.
== Upgrade Notice ==
= 1.2.6 =
This version include improvements. Upgrade immediately.