Justin Shreve
|
9b08f4b32d
|
Move order-item-functions queries to a data store. Rebase & update to use download data store.
|
2016-11-21 11:38:07 -08:00 |
Justin Shreve
|
a7cb7e011c
|
Only return a fallback system when we are in the view context, so we don't overwrite.
|
2016-11-21 10:57:33 -08:00 |
Justin Shreve
|
afa294e70d
|
Fix legacy API issues
|
2016-11-21 10:57:33 -08:00 |
Justin Shreve
|
f15867bb67
|
Fix ajax actions for saving items, and misc issues.
|
2016-11-21 10:57:33 -08:00 |
Justin Shreve
|
34821b8c92
|
Add new files.
|
2016-11-21 10:57:33 -08:00 |
Justin Shreve
|
51a55b6782
|
Add interface, renaming main order item data store to abstract. Various fixes.
|
2016-11-21 10:57:33 -08:00 |
Justin Shreve
|
b20b3590c8
|
First pass at order items
|
2016-11-21 10:56:21 -08:00 |
Claudio Sanches
|
89e628f3d5
|
Merge pull request #12421 from woocommerce/fix-12416
Make sure attributes get a prefix when set
|
2016-11-21 15:18:11 -02:00 |
Claudio Sanches
|
ec56bd5015
|
Merge pull request #12386 from woocommerce/order-data-store
Order data stores
|
2016-11-21 15:14:22 -02:00 |
Mike Jolley
|
8cf3feaf82
|
No absint here
|
2016-11-21 16:55:36 +00:00 |
Mike Jolley
|
8466f4f79a
|
Feedback
|
2016-11-21 16:46:32 +00:00 |
Mike Jolley
|
a9b8d41500
|
Merge pull request #12407 from woocommerce/rest-api-crud-fixes
CRUD - Fixes and improviments for the REST API
|
2016-11-21 16:12:50 +00:00 |
Mike Jolley
|
8451171b7f
|
Hackerone in readme
@claudiosanches
|
2016-11-21 16:03:56 +00:00 |
Mike Jolley
|
32de28355a
|
Merge branch 'master' into order-data-store
# Conflicts:
# includes/admin/meta-boxes/class-wc-meta-box-order-data.php
|
2016-11-21 14:45:46 +00:00 |
Mike Jolley
|
edf973d35f
|
Feedback
|
2016-11-21 14:30:56 +00:00 |
Mike Jolley
|
1fdfd02766
|
Use extra_data
|
2016-11-21 14:20:29 +00:00 |
Mike Jolley
|
4bbe1d39dc
|
wc_get_object_terms should not return false.
Fixes that issue you mentioned on slack @justinshreve. cc
@claudiosanches
|
2016-11-21 14:16:57 +00:00 |
Mike Jolley
|
c54788bb3f
|
Merge pull request #12419 from woocommerce/get-producrts-from-data-store-12402
Use data store to get products
|
2016-11-21 13:17:15 +00:00 |
Mike Jolley
|
a6a420bc40
|
make sure attributes get a prefix
|
2016-11-21 13:14:14 +00:00 |
Mike Jolley
|
e36a85e5b1
|
Add to interface
|
2016-11-21 12:25:31 +00:00 |
Mike Jolley
|
73287b08a0
|
Move product query to store
Closes #12402
|
2016-11-21 12:25:00 +00:00 |
Mike Jolley
|
c89f2396ae
|
Fixes #12394
|
2016-11-21 12:16:15 +00:00 |
Herb Miller
|
1e8d9d4c95
|
Fixes #12352 - cater for just one item selected in a multiselect list
|
2016-11-21 12:15:17 +00:00 |
Mike Jolley
|
ea80897195
|
This is no longer needed #12272
|
2016-11-21 12:01:04 +00:00 |
Mike Jolley
|
2bcd3b9166
|
Improved layered nav counts on attribute archives.
Closes #12272
|
2016-11-21 11:50:40 +00:00 |
Mike Jolley
|
0bc346436b
|
Merge pull request #12413 from flemarie/patch-3
Update class-wc-countries.php
|
2016-11-21 11:15:11 +00:00 |
Mike Jolley
|
e2dc93c710
|
Merge pull request #12417 from woocommerce/try/product_attributes_test
Add a test for variation attributes on update
|
2016-11-21 11:12:00 +00:00 |
Kevin Killingsworth
|
919fdb7aed
|
Add a test for variation attributes on update
This adds a test to exhibit issue #12416, which strips attributes from a
variation upon update from the CRUD object.
|
2016-11-21 01:45:17 -06:00 |
flemarie
|
07752c33bf
|
Update class-wc-countries.php
State is not exist for this country :
- French Guyanne : GF
- Reunion Island : RE
- Mayotte : YT
- Guadeloupe : GP
- Martinique : MQ
Thank you
|
2016-11-20 22:04:15 +04:00 |
Mike Jolley
|
b929916190
|
get_cart_total comment
|
2016-11-18 21:19:52 +00:00 |
Mike Jolley
|
0db1f45add
|
Merge pull request #12408 from woocommerce/save-order-address-backwards-compatibility
Keep backwards compatibility for order custom addresses fields on admin
|
2016-11-18 20:38:28 +00:00 |
Mike Jolley
|
c06c357399
|
Fix tests
|
2016-11-18 20:27:59 +00:00 |
Mike Jolley
|
b81bde4f5a
|
admin updates
|
2016-11-18 19:56:17 +00:00 |
Claudio Sanches
|
0806897fa8
|
Keep backwards compatibility while saving and displaying order custom addresses metadata on admin
|
2016-11-18 17:40:32 -02:00 |
Mike Jolley
|
b1565cf0d6
|
Download update routine and interface
|
2016-11-18 19:29:37 +00:00 |
Claudio Sanches
|
2739243587
|
Use wc_get_coupon_id_by_code() while querying coupons by code
|
2016-11-18 17:12:01 -02:00 |
Claudio Sanches
|
40c90ac2d0
|
Use ID to query coupons
|
2016-11-18 17:10:41 -02:00 |
Claudio Sanches
|
dd3a59d169
|
Return empty prices for deprecated cart_discount and order_discount in order legacy v1
|
2016-11-18 17:06:33 -02:00 |
Claudio Sanches
|
fdb0cf499f
|
Query coupons only by ID
|
2016-11-18 16:51:45 -02:00 |
Claudio Sanches
|
7a6bc5f9f5
|
Removed extra get_post() for orders
|
2016-11-18 16:46:59 -02:00 |
Claudio Sanches
|
a8a5763b47
|
Removed extra )
|
2016-11-18 16:39:31 -02:00 |
Claudio Sanches
|
073c924b98
|
Stop doing new queries only to get coupons gmt dates
|
2016-11-18 16:36:02 -02:00 |
Claudio Sanches
|
3074bd180f
|
Apply GMT date for legacy v1 customers endpoint
|
2016-11-18 16:34:30 -02:00 |
Claudio Sanches
|
359e0a5a56
|
Use GMT dates in legacy API
|
2016-11-18 16:33:16 -02:00 |
Claudio Sanches
|
526a46325f
|
Allow convert date to GMT in the legacy API
|
2016-11-18 16:13:46 -02:00 |
Mike Jolley
|
1b6d7acd24
|
Data store for downloads
|
2016-11-18 17:13:02 +00:00 |
Claudio Sanches
|
6d66391a68
|
Merge pull request #12388 from woocommerce/terms-performance
Optimize terms queries
|
2016-11-18 13:01:38 -02:00 |
Claudio Sanches
|
2a4aa26a31
|
Removed extra …
|
2016-11-18 12:19:44 -02:00 |
Claudio Sanches
|
a27ac728f3
|
Fixed undefined post
|
2016-11-18 12:17:29 -02:00 |
Mike Jolley
|
ac3be6ba50
|
Order stores complete
|
2016-11-18 14:07:21 +00:00 |