claudiosmweb
|
2f4b98d330
|
fixed erros while add a new shipping order item
|
2014-07-17 15:48:37 -03:00 |
claudiosmweb
|
589aa9ddd4
|
fixed refund qty in order fee item
|
2014-07-17 15:48:03 -03:00 |
claudiosmweb
|
501cc29bd9
|
hide the order totals when active the refunds panel
|
2014-07-16 23:08:59 -03:00 |
claudiosmweb
|
af235e08f6
|
moved refunds to order items
|
2014-07-16 17:12:33 -03:00 |
claudiosmweb
|
d7133035e1
|
added order items add shipping cost button
|
2014-07-16 15:41:18 -03:00 |
claudiosmweb
|
04e8fbcb5e
|
added new add products order items action
|
2014-07-16 15:11:48 -03:00 |
claudiosmweb
|
3ca145ac85
|
created backbone modal dialog
|
2014-07-15 19:56:07 -03:00 |
claudiosmweb
|
29bb05f51c
|
fixed coupon class
|
2014-07-14 18:04:45 -03:00 |
claudiosmweb
|
0a71c4498d
|
moved the coupons to order items metabox
|
2014-07-14 17:04:23 -03:00 |
claudiosmweb
|
f0bf3e9e7e
|
moved the shipping save method to order items
|
2014-07-14 16:32:04 -03:00 |
claudiosmweb
|
7e17443be4
|
added new html-order-shipping.php to work in order items metabox
|
2014-07-14 16:22:01 -03:00 |
claudiosmweb
|
ef2bff285a
|
created new order totals display in order items
|
2014-07-14 15:23:56 -03:00 |
claudiosmweb
|
8c77382d95
|
removed old order_type taxonomy stuffs and fixed some code standards
|
2014-07-11 15:38:23 -03:00 |
claudiosmweb
|
cdadc18665
|
fixed an fatal error in admin dashboard
|
2014-07-11 15:03:34 -03:00 |
Mike Jolley
|
755001f19b
|
Use order types where required
|
2014-07-11 12:43:42 +01:00 |
Mike Jolley
|
eca4025f5e
|
Delete and display refunds
|
2014-07-10 16:39:10 +01:00 |
Mike Jolley
|
6862829fce
|
Show total available
|
2014-07-10 14:52:36 +01:00 |
Mike Jolley
|
d88279fe53
|
Start on ajax handlers
|
2014-07-10 13:33:05 +01:00 |
claudiosmweb
|
31a8483b4f
|
created method to get the total amount already refunded
|
2014-07-08 16:59:38 -03:00 |
claudiosmweb
|
7e36d05c75
|
created order_type taxonomy
|
2014-07-08 14:23:11 -03:00 |
claudiosmweb
|
73a273caf8
|
removed order_type hidden input in order actions meta box
|
2014-07-08 11:46:39 -03:00 |
Mike Jolley
|
2282d76efb
|
More UI / Split up meta box scripts
|
2014-07-08 14:14:29 +01:00 |
Mike Jolley
|
5c0ea16a39
|
More refund UI -show qty boxes and totals
|
2014-07-08 10:51:10 +01:00 |
claudiosmweb
|
90110f300f
|
added order_type when save the order data
|
2014-07-07 17:11:40 -03:00 |
Mike Jolley
|
fdccaa21d3
|
Rough, non-functioning example of the UI for refund total and add items in the order items panel
#3164
|
2014-07-07 16:45:08 +01:00 |
Mike Jolley
|
5b6c574664
|
Use get_transaction_id
|
2014-07-07 11:44:35 +01:00 |
Mike Jolley
|
72396bf987
|
Add an order action to 'create credit note'
|
2014-07-04 15:20:29 +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 |
Mike Jolley
|
101254a6a3
|
Have get_product_from_item only return variable product if it exists, and show on the order item row if the variation no longer exists.
Fixes #5536
|
2014-07-02 13:58:10 +01:00 |
Mike Jolley
|
2d23172cb1
|
Merge pull request #5752 from claudiosmweb/feature-wc-check-for-unique-sku-function
Introduces the wc_product_has_unique_sku() function
|
2014-06-27 21:22:52 +01:00 |
claudiosmweb
|
2b1a99eca6
|
introduces the wc_get_core_supported_themes() function
|
2014-06-27 16:42:23 -03:00 |
claudiosmweb
|
04f9361de7
|
added woocommerce support information in system status page
|
2014-06-27 16:37:59 -03: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 |
claudiosmweb
|
dfb1aeeb7b
|
fixed some coding standards in includes/admin/meta-boxes/class-wc-meta-box-product-data.php
|
2014-06-27 10:08:39 -03:00 |
claudiosmweb
|
a5f8d4dd5c
|
guaranteed that variations have unique sku, closes #5712
|
2014-06-27 09:45:50 -03:00 |
Mike Jolley
|
cc1d1e2237
|
Included method to define a link format for a transaction ID, set transaction ID manually, and tweaked display.
|
2014-06-27 13:12:10 +01: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
|
5dcd19f5fa
|
Better handling of serialised settings Closes #4584
|
2014-06-25 16:30:47 +01:00 |
Mike Jolley
|
021431f012
|
Merge branch 'philmeadows-patch-1'
|
2014-06-25 13:57:36 +01:00 |
Mike Jolley
|
0f6f04e017
|
Added wc_stock_amount() core function and replaced intval
#4612
|
2014-06-25 11:25:28 +01:00 |
Manos Psychogyiopoulos
|
6ad8f0f718
|
fix conflicts
|
2014-06-25 10:36:11 +03:00 |
Mike Jolley
|
f69e5fc4ee
|
Only use a value for changes - allows automatic changes to stock status to take over
|
2014-06-24 13:02:48 +01:00 |
Mike Jolley
|
d631f4acdc
|
Hide status box for variables and handle save event
|
2014-06-24 13:02:09 +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
|
feb3088dfc
|
Merge pull request #5644 from franticpsyx/overrides_scan_table_format
table format in Status report, template overrides
|
2014-06-23 12:24:47 +01:00 |
Coen Jacobs
|
71ae6f874a
|
Status page log title should not assume action
|
2014-06-21 10:27:40 +02:00 |
Mike Jolley
|
19adbb9bba
|
Product admin/saving
|
2014-06-19 16:47:04 +01:00 |