Mike Jolley
|
46481a49f7
|
Merge pull request #10014 from frozzare/docs/local-delivery
Improve docblock comments in WC_Shipping_Local_Delivery class
|
2016-01-07 10:42:04 +00:00 |
Mike Jolley
|
aeddd6b1a0
|
Merge pull request #10011 from frozzare/docs/flat-rate-shipping
Improve docblock comments in WC_Shipping_Flat_Rate classes
|
2016-01-07 10:41:47 +00:00 |
Mike Jolley
|
ce9ac48866
|
Merge pull request #10010 from frozzare/docs/free-shipping
Improve docblock comments for free shipping classes
|
2016-01-07 10:41:07 +00:00 |
Mike Jolley
|
17db4f31ed
|
Merge pull request #10009 from frozzare/docs/local-pickup
Improve docblock comments in WC_Shipping_Local_Pickup
|
2016-01-07 10:40:44 +00:00 |
Fredrik Forsmo
|
7570ac414f
|
Improve docblock comments in WC_Shipping_Local_Pickup
* Added comments to `init`, `calculate_shipping`, `clean` and
`init_form_fields`
|
2016-01-06 20:15:45 +01:00 |
Fredrik Forsmo
|
1288c18301
|
Improve docblock comments in WC_Shipping_Local_Delivery class
* Added comment to`calculate_shipping` and `init`
|
2016-01-06 20:13:44 +01:00 |
Fredrik Forsmo
|
0d2c6be073
|
Improve docblock comments WC_Shipping_International_Delivery class
* Added comment to `is_available`
* Fixed initialize typo
|
2016-01-06 20:12:02 +01:00 |
Fredrik Forsmo
|
093684c7e0
|
* Added comments to `init`, `is_available` and `calculate_shipping`
* Added better properties comments.
* Fixed initialize typo
|
2016-01-06 20:10:54 +01:00 |
Fredrik Forsmo
|
efdd927e36
|
Improve docblock comments in WC_Shipping_Flat_Rate classes
|
2016-01-06 20:08:43 +01:00 |
Mike Jolley
|
7fef09dd87
|
Fix notice in flat rate
|
2015-11-30 12:15:49 +00:00 |
Mike Jolley
|
77a54fdd68
|
Use ids for flat rate shipping class costs and handle bw compat
Closes #9715
|
2015-11-30 11:15:19 +00:00 |
roykho
|
9078e30ea4
|
Fix acronym zip to be all capitals fixes #9641
|
2015-11-18 15:32:23 -08:00 |
Claudio Sanches
|
ee30b5b308
|
Fixed php docs standards
|
2015-11-03 11:31:20 -02:00 |
Mike Jolley
|
f03be47e86
|
Handle non standard decimals in flat rate costs.
|
2015-08-24 15:26:08 +01:00 |
Mike Jolley
|
d677be46ce
|
update example to show decimal
|
2015-08-21 17:01:25 +01:00 |
Caleb Burks
|
4bff967e40
|
Flat Rate Calculation - min_fee
The correct shortcode term to use is `min_fee`: https://github.com/woothemes/woocommerce/blob/master/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php#L94
|
2015-08-20 16:55:00 -05:00 |
Claudio Sanches
|
13c34f6ba2
|
Fixed Allowed Zip description for Local Delivery, closes #8831
|
2015-08-14 15:28:34 -03:00 |
Mike Jolley
|
92043a19f2
|
Free shipping should not be on by default
Closes #8819
|
2015-08-13 22:02:44 +01:00 |
Mike Jolley
|
1cae64f448
|
eval maths - output errors only if WP_DEBUG is on
|
2015-08-11 11:23:53 +01:00 |
Mike Jolley
|
c1cd3f097c
|
Fix notices when calling get_shipping_classes().
|
2015-08-10 21:52:21 +01:00 |
Mike Jolley
|
318f399081
|
Small tidy for scruitinizer
|
2015-08-10 14:56:02 +01:00 |
Mike Jolley
|
41e8cf74fb
|
Unused vars
|
2015-08-10 14:40:14 +01:00 |
Manos Psychogyiopoulos
|
79516ad2b4
|
typo
|
2015-07-20 12:13:29 +03:00 |
Manos Psychogyiopoulos
|
504f646310
|
enable deprecated addon rates
|
2015-07-20 12:08:39 +03:00 |
Claudio Sanches
|
9e41552342
|
Removed all "@return void"
|
2015-07-16 16:55:48 -03:00 |
Claudio Sanches
|
8d2a98eab1
|
Improved some docblocks
|
2015-07-16 16:29:01 -03:00 |
Mike Jolley
|
38d0d0dcad
|
trim invalid chars from sum
|
2015-07-08 11:02:20 +01:00 |
Mike Jolley
|
85dcee63ae
|
Flat rate shipping costs should ignore virtual items.
Closes #8506
|
2015-07-07 10:41:56 +01:00 |
Mike Jolley
|
583e1fc284
|
Typo closes #8381
|
2015-06-16 14:08:46 +01:00 |
Mike Jolley
|
71fc6c207e
|
Free should only be used if costs set. If left blank, offer no rate
Closes #8380
|
2015-06-16 14:07:28 +01:00 |
Mike Jolley
|
2347418c5b
|
International shipping + legacy updater
|
2015-06-16 11:37:58 +01:00 |
Mike Jolley
|
b3a161a744
|
Fix upgrade logic for per item type
|
2015-06-15 15:32:51 +01:00 |
Mike Jolley
|
de1d818d4c
|
remove functions and eval
|
2015-06-15 15:24:59 +01:00 |
Mike Jolley
|
6f90640ba3
|
Upgrade logic and option fallbacks
|
2015-06-15 15:24:51 +01:00 |
Mike Jolley
|
803714d088
|
BW compat for additional rates
|
2015-06-15 12:01:24 +01:00 |
Mike Jolley
|
d24461a9a5
|
Simplify flat rate shipping UI #8243
|
2015-06-12 16:19:43 +01:00 |
Mike Jolley
|
af41e4bcd4
|
Eval Math Class
|
2015-06-12 14:27:50 +01:00 |
Mike Jolley
|
0e72c5e699
|
Class tidy
|
2015-05-15 14:16:44 +01:00 |
roykho
|
96ca19d170
|
fixed flatrate per item and per class if no additional costs added, it doesn't correctly fallback to base cost closes #7851
|
2015-04-07 07:23:00 -07:00 |
Mike Jolley
|
568a0fe4fa
|
Tweak international delivery
Fixes #7651
|
2015-03-06 14:45:04 +00:00 |
Mike Jolley
|
8aa0e5ea24
|
Potential notice with preg_match wildcard search, if used incorrectly.
|
2015-02-12 10:53:53 +00:00 |
Mike Jolley
|
bce209c21d
|
Flat rate extra costs when costs are an array.
|
2015-02-11 22:24:13 +00:00 |
Mike Jolley
|
f57b26cbe6
|
is_available() check in local pickup.
|
2015-02-11 18:02:44 +00:00 |
Mike Jolley
|
037242a9a2
|
More docblock tweaks
|
2015-02-03 16:03:28 +00:00 |
Mike Jolley
|
f3cc45cfa9
|
Grammar corrections
Closes #7216
|
2015-01-28 17:15:48 +00:00 |
Claudio Sanches
|
9a6dc0bf41
|
Added select2 for all settings fields
|
2015-01-12 15:45:47 -02:00 |
Mike Jolley
|
50c6e1e4a0
|
select2 settings
|
2015-01-12 16:29:01 +00:00 |
Bryce
|
a5d51d040e
|
remove var keyword in WC_Shipping_International_Delivery
|
2014-12-16 18:43:05 +07:00 |
claudiosmweb
|
8eeb6fc204
|
Removed more some unused code
|
2014-11-19 22:43:09 -02:00 |
Mike Jolley
|
2b645ed293
|
Moved if statement in flat rate shipping
|
2014-11-19 23:28:23 +00:00 |