claudiosmweb
|
3a28c56876
|
save and display shipping taxes in order items meta box
|
2014-07-20 00:32:52 -03:00 |
claudiosmweb
|
6176cb6b77
|
allow multiple taxes columns in order items
|
2014-07-20 00:21:33 -03:00 |
claudiosmweb
|
93cf3c88bd
|
initial implementation of order items taxes
|
2014-07-19 01:08:02 -03:00 |
claudiosmweb
|
50113fa531
|
fixed "Invalid argument supplied for foreach()" warning in line 127
|
2014-07-19 00:16:34 -03:00 |
claudiosmweb
|
794548e923
|
added tiptip for order totals
|
2014-07-18 20:27:10 -03:00 |
claudiosmweb
|
e0aeacb734
|
added action to calculte the order total and edit discount and total
|
2014-07-18 17:24:34 -03:00 |
claudiosmweb
|
f3ef446678
|
improved the order totals display
|
2014-07-17 18:17:42 -03:00 |
claudiosmweb
|
d321395946
|
created new methods to save and load the order items in shop_order screen
|
2014-07-17 17:17:54 -03:00 |
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
|
c1b8878587
|
removed order_type taxonomy from wc_create_refund()
|
2014-07-11 15:39:20 -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
|
6ba4dc3dc1
|
Merge branch 'refunds-and-order-types' into credit-notes
|
2014-07-11 15:31:08 +01:00 |
Mike Jolley
|
755001f19b
|
Use order types where required
|
2014-07-11 12:43:42 +01:00 |
Mike Jolley
|
2545e55b73
|
wc_get_order_types and wc_register_order_type
Uses CPT rather than terms. #3164
|
2014-07-11 10:42:49 +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
|
280b884c28
|
Create refunds and process via gateway
|
2014-07-10 14:49:04 +01:00 |
Mike Jolley
|
d88279fe53
|
Start on ajax handlers
|
2014-07-10 13:33:05 +01:00 |
Mike Jolley
|
e7dc58ac31
|
Tidied up order script
|
2014-07-10 11:25:50 +01:00 |
Mike Jolley
|
0e418a2961
|
Helper for getting tax rate percent
|
2014-07-10 11:01:00 +01:00 |
Mike Jolley
|
8ccd716062
|
Fix parsefloat
|
2014-07-10 11:00:48 +01:00 |
Mike Jolley
|
4d45121791
|
Merge pull request #5817 from claudiosmweb/improved-refund-and-order-classes
Improved refund and order classes
|
2014-07-09 15:34:54 +01:00 |
claudiosmweb
|
31a8483b4f
|
created method to get the total amount already refunded
|
2014-07-08 16:59:38 -03:00 |
claudiosmweb
|
87d8cd1c95
|
set order_type for refunds
|
2014-07-08 16:41:07 -03:00 |
claudiosmweb
|
7d340abd6d
|
fixed the get_refunds() method in WC_Order class
|
2014-07-08 16:41:03 -03:00 |
claudiosmweb
|
235deeacfe
|
created get_refunds() method for WC_Order class
|
2014-07-08 15:23:22 -03:00 |
claudiosmweb
|
03d9ab0c81
|
created initial methods for WC_Order_Refund class
|
2014-07-08 15:22:58 -03:00 |
claudiosmweb
|
9d4ef6fd9b
|
add refund term in order_type when install
|
2014-07-08 14:27:46 -03:00 |
claudiosmweb
|
7e36d05c75
|
created order_type taxonomy
|
2014-07-08 14:23:11 -03:00 |
Mike Jolley
|
694f3a5744
|
Merge pull request #5810 from claudiosmweb/feature-create-order-refund-function
Initial refund class and function
|
2014-07-08 15:50:03 +01:00 |
claudiosmweb
|
73a273caf8
|
removed order_type hidden input in order actions meta box
|
2014-07-08 11:46:39 -03:00 |
claudiosmweb
|
840def82e7
|
fixed tax default value
|
2014-07-08 11:44:12 -03:00 |
claudiosmweb
|
1ba7788991
|
fixed refund tax
|
2014-07-08 11:34:09 -03:00 |
claudiosmweb
|
09cb28a7bb
|
created initial refund class and function
|
2014-07-08 11:32:47 -03:00 |
Mike Jolley
|
c15b8e817c
|
split up meta box scripts
|
2014-07-08 14:14:41 +01: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
|
16953e96f8
|
save the order type when create a order with wc_create_order()
|
2014-07-07 17:23:43 -03:00 |