Mike Jolley
|
8ab1ef459c
|
WP_Query expects paged, not page
Fixes #15930
|
2017-07-03 12:24:30 +01:00 |
claudiulodro
|
62064d56f8
|
Add edge case test
|
2017-06-13 14:00:12 -07:00 |
claudiulodro
|
f1a9dbc69e
|
Extra checks and tests
|
2017-06-13 13:32:21 -07:00 |
claudiulodro
|
f020d54e67
|
Add support for paginate and return ids in wc_order_query
|
2017-06-12 13:26:29 -07:00 |
Mike Jolley
|
f866f164eb
|
Merge pull request #15244 from woocommerce/improvement/15187
Order query unit tests and fixes.
|
2017-05-24 12:03:40 +01:00 |
claudiulodro
|
201ea727db
|
Simplify status check
|
2017-05-23 18:52:03 -07:00 |
claudiulodro
|
4faad7d964
|
Finish unit tests and bugfixes
|
2017-05-23 18:44:37 -07:00 |
Rasmus Bengtsson
|
185934fad9
|
Fix phpdoc to include params and correct types
|
2017-05-15 13:50:52 +02:00 |
claudiulodro
|
9e9b9b86ba
|
Cant use empty check in customer query var
|
2017-05-14 17:05:46 -07:00 |
claudiulodro
|
cec2c3b7dc
|
Couple requested changes
|
2017-05-13 12:22:22 -07:00 |
claudiulodro
|
5b578c389f
|
Use previous filter name
|
2017-05-12 13:14:52 -07:00 |
claudiulodro
|
eee2ef82e8
|
Deprecate ->get_orders
|
2017-05-12 13:06:17 -07:00 |
claudiulodro
|
3861e32803
|
Migrate wc_get_orders
|
2017-05-12 11:45:01 -07:00 |
claudiulodro
|
5d86b2f001
|
Formatting
|
2017-05-09 14:55:39 -07:00 |
claudiulodro
|
93835f69db
|
New working date query format
|
2017-05-09 14:49:45 -07:00 |
claudiulodro
|
c89e389b3f
|
Good progress towards better date queries
|
2017-05-09 11:37:45 -07:00 |
Mike Jolley
|
dd3be1278b
|
Merge pull request #14733 from woocommerce/feature/13646
WC_Object_Query & WC_Order_Query
|
2017-05-07 14:24:12 +01:00 |
Claudio Sanches
|
421c9a3ba7
|
Introduced woocommerce_shop_order_search_results filter
Closes #14857
|
2017-05-03 18:14:41 -03:00 |
claudiulodro
|
7c393a4469
|
Better time handling
|
2017-04-28 14:01:06 -07:00 |
claudiulodro
|
1bb46ad876
|
Array filter results
|
2017-04-28 10:12:31 -07:00 |
claudiulodro
|
30d2332f48
|
Handle paginate
|
2017-04-27 19:14:48 -07:00 |
claudiulodro
|
0721354ff2
|
Add paginate
|
2017-04-27 15:02:02 -07:00 |
claudiulodro
|
11c7722eff
|
Update tests
|
2017-04-27 14:46:00 -07:00 |
claudiulodro
|
059389c684
|
Missed a spot
|
2017-04-27 14:13:06 -07:00 |
claudiulodro
|
4eb1396e85
|
Offload more to subclasses
|
2017-04-27 14:09:10 -07:00 |
claudiulodro
|
db3de7375d
|
Tweaks from feedback
|
2017-04-27 11:07:03 -07:00 |
claudiulodro
|
6aecb15505
|
Reduce scope
|
2017-04-27 08:38:18 -07:00 |
claudiulodro
|
9f0f0cd246
|
Polish and cleanup
|
2017-04-26 10:49:19 -07:00 |
Mike Jolley
|
234bc3c017
|
Missing arg in data store too
|
2017-04-26 11:08:47 +01:00 |
claudiulodro
|
efa1dbbda5
|
Basic working order queries
|
2017-04-25 14:52:17 -07:00 |
Mike Jolley
|
a325d03deb
|
wc_get_orders support for guest orders and unit tests
Fixes #14575
|
2017-04-20 18:05:58 +01:00 |
Mike Jolley
|
999a597055
|
Escaping in search orders
|
2017-03-31 17:14:08 +01:00 |
JeroenSormani
|
a29ba23fab
|
Miscellaneous cleanup of typos + change some return types for IDE helpers
|
2017-03-20 11:03:14 +01:00 |
Claudio Sanches
|
59c2849736
|
Changed version 2.7 to 3.0
|
2017-03-15 13:36:53 -03:00 |
Mike Jolley
|
d55653a408
|
Merge branch 'master' into fix-13498
# Conflicts:
# includes/class-wc-order.php
# tests/unit-tests/crud/data.php
|
2017-03-15 15:52:40 +00:00 |
Boro Sitnikovski
|
74388dafbf
|
Do not pass `true` to `update_post_meta` as prev value.
|
2017-03-15 14:33:24 +01:00 |
Mike Jolley
|
c2339e1983
|
Data store read
|
2017-03-10 14:48:18 +00:00 |
Mike Jolley
|
bdc302a9fb
|
Data store write
|
2017-03-10 14:44:00 +00:00 |
Mike Jolley
|
28a8d05285
|
Handle date paid in getter and during save to avoid filters during construct
|
2017-03-09 14:40:19 +00:00 |
Akeda Bagus
|
840a4b18a6
|
Fix wrong meta key in recorded_coupon_usage_counts getter/setter.
Fixes #13183.
Fixes #13182.
|
2017-02-14 17:33:32 +07:00 |
Mike Jolley
|
7ff301e2ca
|
Merge branch 'master' into crud-perf-tweaks
# Conflicts:
# includes/data-stores/class-wc-order-item-data-store.php
|
2017-02-09 12:31:25 +00:00 |
Justin Shreve
|
65b99bf240
|
moved order item type check to order item data store
|
2017-02-08 11:42:36 -08:00 |
Justin Shreve
|
ae5293aeb9
|
Move the get type logic out of the product factories and into the data stores.
|
2017-02-08 11:18:39 -08:00 |
Mike Jolley
|
5e2f1de36b
|
get id once
|
2017-02-01 01:44:16 +01:00 |
Mike Jolley
|
90fd0da7d0
|
Fire actions for updated props
|
2017-01-24 21:38:02 +00:00 |
Justin Shreve
|
1ab0b34926
|
Fix meta handling logic for update_post_meta: Only update keys that have changed or don't exist.
|
2017-01-23 12:20:29 -08:00 |
Brent Shepherd
|
f9569df1ee
|
Fix naming of get_order_count() param
The parameter is actually an order status, not type.
|
2017-01-19 15:40:20 -08:00 |
Justin Shreve
|
b660eda4b8
|
Add date searching to wc_get_orders.
|
2017-01-17 12:52:27 -08:00 |
Mike Jolley
|
50b1a9d378
|
woocommerce_update_order
|
2016-12-20 15:44:37 +00:00 |
Mike Jolley
|
910d6d9900
|
Store custom checkout fields prefixed with shipping or billing in meta
Closes #12634
|
2016-12-19 14:51:56 +00:00 |