Claudio Sanches
|
32e30ed877
|
Improved the purchased items on order screen
|
2014-12-12 10:03:11 -02:00 |
Brent Shepherd
|
ac42a29520
|
Delete order items for custom order types
|
2014-12-10 18:46:32 -08:00 |
Brent Shepherd
|
2eca3fd765
|
Apply request filters for custom order types
|
2014-12-10 18:46:32 -08:00 |
Brent Shepherd
|
a141c79d10
|
Change insert button label for custom order types
|
2014-12-10 18:46:32 -08:00 |
Brent Shepherd
|
3fd9bc9027
|
Display order filters for custom order types
That declare they are using order-meta-boxes (and therefore, are assumed
to be exposing the Edit Order interface and a list table)
|
2014-12-10 18:46:32 -08:00 |
Nicola Mustone
|
e59070ab01
|
clickable item name in orders table
|
2014-12-04 16:57:12 +01:00 |
Tamara Zuk
|
af442599b1
|
Code Standards: Finish up admin includes
* fixed indentation - swapped spaces for tabs at start of line, swapped
tabs for spaces min-line for alignment
* removed instances of `@return void` and `@access public`
@see http://make.wordpress.org/core/handbook/coding-standards/php/
@see part 1: #6157
|
2014-11-30 01:52:32 -05:00 |
Mike Jolley
|
6df4c143cc
|
Adjust total for partially refunded order totals
Closes #6666
|
2014-11-27 10:04:18 +00:00 |
Mike Jolley
|
d9f26e7848
|
Remove troublesome 'featured image' text replacement
Little gain in keeping this - not worth the overhead. Closes #6451
|
2014-11-26 11:03:39 +00:00 |
claudiosmweb
|
74ba11c189
|
Removed some unused code
|
2014-11-19 21:36:47 -02:00 |
claudiosmweb
|
9b16425142
|
Fixed some coding style issues
|
2014-11-19 17:01:06 -02:00 |
Illimar Tambek
|
e41368c99a
|
DRY up order status bulk actions
|
2014-11-19 14:26:27 +02:00 |
Illimar Tambek
|
d510372d64
|
DRY up mark_order_{$status}
|
2014-11-19 14:13:24 +02:00 |
Mike Jolley
|
87c417e56a
|
When bulk editing variable products, set the stock status for non-stock managed variations
Fixes #6661
|
2014-11-12 15:15:05 +00:00 |
claudiosmweb
|
2f7fcb56ae
|
Improved the Shipping class field in quick edit and bulk edit, closes #6681
|
2014-11-04 11:49:15 -08:00 |
Mike Jolley
|
2b8be95360
|
Remove # (hash) from get_order_number and add to strings instead as needed.
Most places use Order #X
Some places use Order Number: X
Both are now valid.
Fixes #6518
|
2014-10-24 14:53:43 +01:00 |
Barry Kooij
|
acf6644830
|
Confirm to user email is sent when sending email from within order edit screen.
Fixes #6461.
|
2014-10-14 15:18:09 +02:00 |
thenbrent
|
66cbf9f3a3
|
Tabs & spaces
|
2014-10-07 15:16:59 +10:00 |
thenbrent
|
6869403a39
|
Disable autosave for all order types w/ meta boxes
|
2014-10-07 15:13:56 +10:00 |
Mike Jolley
|
9947c22cfe
|
Prevent order statuses affecting other queries.
Closes #6437
|
2014-10-03 14:35:45 +01:00 |
Cor van Noorloos
|
ed1d64fc63
|
product column thumbnail
|
2014-09-28 17:23:27 +02:00 |
James Koster
|
81bf8d3a9d
|
remove tooltip and add edit action link. #6360
|
2014-09-26 14:53:45 +01:00 |
James Koster
|
a66ae12707
|
bye bye coupon styling. closes #6360
|
2014-09-26 14:37:26 +01:00 |
Mike Jolley
|
506a66b3a4
|
Merge pull request #6342 from axisthemes/ASBPATH-2
Absolute path should have curly braces
|
2014-09-22 10:21:05 +01:00 |
shivapoudel
|
4091fe00ad
|
Absolute path and Indentation fix for includes/admin/{roots-files}.php :)
|
2014-09-21 01:37:30 +05:45 |
splashingpixels
|
bf9c1689fb
|
revised quick-edit featured product option not able to unselect
|
2014-09-19 10:49:26 -07:00 |
Mike Jolley
|
8f62f00f4d
|
Fix - When bulk editing, don't allow sale price to be negative.
Fixes #6325
|
2014-09-19 12:18:07 +01:00 |
claudiosmweb
|
8c0ddfcb02
|
fixed admin post type filters, closes #6312
|
2014-09-18 17:10:02 -03:00 |
claudiosmweb
|
8464ad0b17
|
improved the WC_Admin_Post_Types::media_view_strings()
|
2014-09-15 22:10:20 -03:00 |
claudiosmweb
|
89a0c82b54
|
fixed "Set product image" media gallery title in non-product post type, closes #6267
|
2014-09-15 19:09:25 -03:00 |
claudiosmweb
|
066eb3c5b0
|
fixed wc_get_order_status_name() appear as wc 2.1 order status
|
2014-09-12 10:01:49 -03:00 |
Remi Corson
|
b126cc1c63
|
fixed order status translation
|
2014-09-11 08:39:00 +02:00 |
Mike Jolley
|
c4ef86d44e
|
scrutinizer patches
|
2014-09-08 00:37:55 +01:00 |
Barry Kooij
|
94365791af
|
Changed all use of get_product to wc_get_product
|
2014-08-19 12:09:29 +02:00 |
Barry Kooij
|
6655188f0b
|
Changed use of get_order with wc_get_order
|
2014-08-15 14:29:21 +02:00 |
Mike Jolley
|
fe12b330c0
|
Fix sorting indicator and add help text to parent. Fixes #5977
|
2014-08-08 10:24:42 +01:00 |
Mike Jolley
|
80a33b83d7
|
Merge pull request #5838 from danielvonmitschke/master
adding default product visibility filter hook
|
2014-07-30 12:58:50 +01:00 |
claudiosmweb
|
ca2dfdd7c1
|
synchronized the trash and delete actions between orders and refunds #3164
|
2014-07-24 18:39:59 -03:00 |
daniel von mitschke
|
b991617ff7
|
adding default product visibility filter hook
Added a filter hook ‚woocommerce_product_visibility_default’ to set the
default visibility option on new products
|
2014-07-12 14:30:43 +02:00 |
Mike Jolley
|
755001f19b
|
Use order types where required
|
2014-07-11 12:43:42 +01:00 |
Mike Jolley
|
abe0d0004a
|
Merge pull request #5678 from coenjacobs/order-factory-refactor
Order factory refactor implementation (take two)
|
2014-07-03 15:14:43 +01:00 |
Mike Jolley
|
ad2c483370
|
No need to clear all transients here - only clear parent's cache
Part of #5777
|
2014-07-03 12:59:57 +01:00 |
Coen Jacobs
|
86a4add087
|
Merge remote-tracking branch 'upstream/master' into order-factory-refactor
Conflicts:
includes/class-wc-order.php
|
2014-07-03 13:38:55 +02:00 |
claudiosmweb
|
d3dc018ffc
|
fixed the wc_product_has_unique_sku() function name
|
2014-06-27 16:03:25 -03:00 |
claudiosmweb
|
0a4b6387e6
|
introduces the wp_product_has_unique_sku() function
|
2014-06-27 15:59:24 -03:00 |
Mike Jolley
|
50a4c5bd23
|
Merge branch 'variation-stock-management'
Conflicts:
includes/class-wc-product-variation.php
|
2014-06-27 11:15:42 +01:00 |
Mike Jolley
|
0f6f04e017
|
Added wc_stock_amount() core function and replaced intval
#4612
|
2014-06-25 11:25:28 +01:00 |
Mike Jolley
|
fb1b6af309
|
Merge pull request #5662 from franticpsyx/order_item_count
order item count is wrong
|
2014-06-23 13:05:30 +01:00 |
Mike Jolley
|
c66f2b8232
|
Split out several transient clearing functions to be called only when needed.
|
2014-06-19 12:25:10 +01:00 |
Mike Jolley
|
af77d8f12c
|
Only remove featured transient when featured changes
|
2014-06-19 12:25:10 +01:00 |