forked from JeroenSormani/WooCommerce-Advanced-Free-Shipping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
148 lines (113 loc) · 5.53 KB
/
readme.txt
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
=== WooCommerce Advanced Free Shipping ===
Contributors: sormano
Tags: woocommerce, shipping, woocommerce shipping, woocommerce free shipping, woocommerce free, woocommerce advanced free shipping, wc free shipping, wc shipping, advanced shipping, pro shipping, table rate shipping, country shipping, free shipping
Requires at least: 4.0
Tested up to: 4.6
Stable tag: 1.0.10
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
WooCommerce Advanced Free Shipping is an plugin which allows you to set up advanced free shipping conditions.
== Description ==
WooCommerce Advanced Free Shipping is an plugin which allows you to set up advanced free shipping conditions.
*Conditions like:*
- Cart total
- Country
- Zip code
- Stock / stock status
- Weight
- Quantity
- Coupon
- many, many more...
**Look at the screenshots!**
> **Applying shipping cost**<br /><br />
> Have you given this plugin a shot and like how you can set things up?<br />
> Another plugin is available that allows you to setup shipping cost with the same conditional logic options as this plugin!<br /><br />
> **Features:**<br />
> - Add shipping cost to the shipping rates<br />
> - *Per weight*<br />
> - *Per item*<br />
> - *Extra handling fee*<br />
> - Setup a percentage based fee<br />
> - Add Advanced shipping cost via the WAS Advanced Pricing extension<br />
> - *Cost per shipping class*<br />
> - *Cost per category*<br />
> - *Cost per product*<br />
> - *Cost per weight (table rate)*<br />
> - Create shipping zones<br />
> - Set tax status<br />
> <br />
> View [WooCommerce Advanced Shipping](http://codecanyon.net/item/woocommerce-advanced-shipping/8634573)
**Translations, feature requests, ratings and donations are welcome and appreciated!**
**Translations**
- Spanish [(Andres Felipe)](https://wordpress.org/support/profile/naturalworldstm)
- Italian (Stefano Callisto)
== Installation ==
1. Upload the folder `woocommerce-advanced-free-shipping` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to the settings page to fine-tune the settings if desired
== Screenshots ==
1. WooCommerce Shipping options
2. WAFS shipping conditions
3. WAFS shipping conditions possibilities
== Changelog ==
= 1.0.11 - 05-09-2016 =
* [Fix] - State condition field only displayed states of the last country
* [Fix] - Inability to add new conditions due to error
= 1.0.10 - 25-08-2016 =
* [Improvement] - Optimized asset scripts
* [Improvement] - Refactored condition code (backend)
* [Improvement] - Allow asterisk (*) in zipcode to allow 'begins with' type of matching functionality
* [Improvement] - Allow dollar and percentage signs in the 'coupon' condition to setup the condition based on the amounts instead of solely coupon codes
* [Improvement] - Add a link to the shipping rates overview page on the plugins page
* [Improvement] - Add support for continents in the 'country' condition (requires WC 2.6+)
* [Improvement] - Improved 'product' condition value fields (allow searching) and supports huge amounts of product
* [Improvement] - Allow comma separated cities
= 1.0.9 - 16-06-2016 =
* [Fix] - Fix a notice that was introduced with a change in WooCommerce 2.6
= 1.0.8 - 22-12-2015 =
* [i18n] - Portuguese (pt_PT) translation
* [i18n] - Greek (el) translation
* [Improvement] - Keep the WooCommerce -> Settings menu open while in Shipping rate options
* [Tweak] - [Dev] - Remove method prefixes on many places where possible (not all)
= 1.0.7 - 02-11-2015 =
* [Improvement] - Conditional load resources in admin
* [Improvement] - Add AJAX nonce verification
* [Remove] - WooCommerce 2.1 is no longer supported. Please update WC if you're still on a older version.
= 1.0.6 - 04-06-2015 =
* [Add] - Escaping/sanitizing to different elements
* Improvement - Shipping class matching function now uses varation shiping class instead of the parents'
* [i18n] - Add Italian translation
= 1.0.5 - 14-12-2014 =
* Fix - Hide other shipping doesn't save in rare cases
* Improvement - Use of WC() singleton instead of $woocommerce global
* Improvement - Add background color to overview table every other row
= 1.0.4 =
* Fix - Weight condition wasn't working
* Fix - Cash On Delivery for WAFS
* Added - Added languages files for Portuguese - Brazil pt_BR
= 1.0.3 =
* Improvement - Customized user messages when saving shipping method
* Improvement - Updated some comments to comment standards
* Improvement - Overview not showing all actions when hovering only one
* Improvement - Added ABSPATH check to each file
* Improvement - Improved code comments
* Improvement - Remove globals, use WAFS() function now
* Improvement - Zip codes are now better detected (only integer values)
* Improvement - Load textdomains
* Improvement - Add compatibility for custom value fields
* Improvement - Add world wide state support
* Fix - No notice on shipping title in DEBUG mode
* Fix - Loading icon on sub directory websites
* Fix - Condition description didn't show sometimes
* Fix - 'Category' - 'Not equal to' error
* Fix - Showing drafts in overview
* Removed - Author from overview, who needs that?
= 1.0.2 = 07/03/2014
* Added - support for comma separated zip codes
* Added - filter for condition values
* Added - filter for condition descriptions
= 1.0.1 =
* Fix - Wrongful url for sub-domain websites
* Add - Added states as condition
= 1.0.0 =
* Initial release