Mike Jolley
4d87665d95
get_customer_note
2016-08-05 15:59:32 +01:00
Mike Jolley
1c18c2f44a
billing_first_name
2016-08-05 15:58:44 +01:00
Mike Jolley
84c52370fa
more getters
2016-08-05 15:57:40 +01:00
Mike Jolley
39b4831e95
get_id
2016-08-05 15:56:23 +01:00
Mike Jolley
66c61eebc8
Define full path for includes
...
Closes #11087
2016-07-27 11:58:43 +01:00
Manos Psychogyiopoulos
0173447cf9
add $order arg to woocommerce_admin_order_item_class and woocommerce_admin_html_order_item_class filters
2016-07-21 11:50:45 +03:00
Claudio Sanches
14eeee15ee
Welcome to docs.woocommerce.com
2016-07-19 07:30:31 -03:00
Claudio Sanches
c9a3ce465f
Fixe the return type of wc_order_search()
2016-06-13 15:26:14 -03:00
Claudio Sanches
e253382702
Created wc_order_search() function
...
cc @mikejolley
2016-06-13 17:08:20 +01:00
Mike Jolley
59a33d2188
Remove target blank on blank slate
2016-06-07 16:14:23 +01:00
Mike Jolley
f8db1c403f
Type casting and docs
2016-06-07 11:22:36 +01:00
Mike Jolley
d4d6f3181c
Best practice tweaks
2016-06-06 17:24:31 +01:00
Mike Jolley
8d97468f24
Tracking links
2016-06-03 14:55:38 +01:00
Mike Jolley
55f6fd9614
remove debug
2016-06-03 14:36:44 +01:00
Mike Jolley
f6cb7b596a
Coupon and product blank slate text
2016-06-03 14:19:02 +01:00
Mike Jolley
5cb0d5ed29
Add a blank slate area for shop orders
2016-06-03 14:07:41 +01:00
Manos Psychogyiopoulos
410c09d6b0
add 'woocommerce_admin_stock_html' filter
2016-06-01 15:06:10 +03:00
Claudio Sanches
e39274e753
HTTPS for everybody
2016-05-26 22:48:49 -03:00
Claudio Sanches
133c904d1a
Remove product SKU if is not unique while untrashing products, closes #10807
2016-04-27 16:06:32 -03:00
Mike Jolley
29c6acf767
Used positional placeholders in strings where the order of strings may require modification in the locale.
...
Closes #10775
2016-04-25 13:07:41 +01:00
Mike Jolley
5ce2ab7cfa
Allow a filter of products with no shipping class
2016-04-18 09:44:14 +01:00
Dev49.net
5eb3888045
Added fallback to company name if names are not specified
...
Use case described in Issue #10666
2016-04-11 04:13:46 +02:00
Mike Jolley
143642acf5
Change default sort order for featured column
2016-04-07 08:58:28 -05:00
Mike Jolley
af0b38dcea
Fix results when no orders match search term
...
Fixes #10599
2016-03-24 11:21:30 +00:00
Mike Jolley
b3dc976fe3
Only do search logic if search_fields has values
...
Closes #10497
2016-03-08 12:58:31 +00:00
Shiva Poudel
abe2f108f9
View mode option logic moved to appropriate post-type class
2016-02-20 00:49:36 +05:45
Mike Jolley
47a0762a4a
Remove old code
2016-02-18 12:57:03 +00:00
Shiva Poudel
19781fb91b
Tweak strings for the media frame button
2016-02-18 02:22:36 +05:45
Mike Jolley
0c30999a67
When orders update, invalidate money spent user meta.
...
Closes #9562
2016-02-08 12:26:46 +00:00
Shiva Poudel
1c856181d2
Both row actions can be check in single condition ;)
2016-02-06 01:46:21 +05:45
Mike Jolley
38d618e9d9
Merge pull request #10264 from helgatheviking/master
...
row actions for shop orders
2016-02-05 12:22:14 +00:00
Mike Jolley
3cef28efe8
[2.5] Error handling for screen ids
...
Fixes #10280
2016-02-05 12:16:44 +00:00
Mike Jolley
b789a5ddd2
[2.5] Notice when no order note sexist
...
Fixes #10267
2016-02-04 16:51:07 +00:00
Kathy Darling
0720e6dc89
row actions for shop orders
2016-02-03 12:43:18 -05:00
Mike Jolley
f8df682f34
Hide stock amount when children are involved
...
Closes #10172
2016-01-27 13:00:50 +00:00
Mike Jolley
ae42781027
extra escaping in search
2016-01-04 19:14:18 +00:00
Mike Jolley
e4e4428343
Speed up numeric order searches
...
Closes #9942
2016-01-04 18:58:14 +00:00
Mike Jolley
5aac7062e5
thumbnail size
...
Closes #9928
2016-01-04 10:46:11 +00:00
Mike Jolley
cc68cd48c5
Use post-thumbnail size to avoid srcsets
...
Closes #9795
2015-12-09 11:36:09 +00:00
Claudio Sanches
f954886635
[2.4] Fix SKU slash madness in quick edit #9721
2015-12-02 09:52:16 -02:00
Justin Shreve
aa04a9dffb
Add a filter to set which products can have their "simple prices" updated by the bulk edit code.
2015-11-23 07:47:41 -08:00
Claudio Sanches
89de396709
[2.4] Allow bulk edit sale_prices as 0
2015-11-06 14:42:51 -02:00
Claudio Sanches
5893875b0c
Removed period for file headers
2015-11-03 11:53:50 -02:00
Claudio Sanches
efa19f799d
Fixed some coding standards for docblocks
2015-11-03 10:28:01 -02:00
Claudio Sanches
454ffa4677
[2.4] Fixed bulk edit sale_price when empty
...
This avoid sale_price saved as "0" and update correct update _price
field, related issue: #8076
Closes #9437
2015-10-27 11:27:31 -02:00
Shohei Tanaka
94dc4e310b
Customer Name in admin Order list
...
In Japan we want to use full name order in admin order list.
2015-10-27 06:37:04 +09:00
Claudio Sanches
b85ae9056c
Rename wc_add_help_tip() function to wc_help_tip()
2015-10-23 13:09:08 -02:00
Claudio Sanches
2e95a68357
Use new "question" mark icon font
...
Created wc_add_help_tip() function to generate the icons
Replaced all .help_tip elements and [?]
We'll keep the old image and styles in order to maintain backwards
compatibility
Closes #9381
2015-10-23 01:40:52 -02:00
Mike Jolley
9c6d524c95
Missing close bracket
2015-10-06 15:08:17 +01:00
Mike Jolley
d028e65748
Merge pull request #9163 from nvartolomei/downloadable-products-permissions-cleanup
...
Remove downloadable permissions on permanent order deletion
2015-10-06 12:41:56 +01:00