Commit Graph

182 Commits

Author SHA1 Message Date
Mike Jolley 89ec2c83ef Merge pull request #1165 from GeertDD/order_data_hooks
Added two hooks in the admin order data panel
2012-06-20 07:18:10 -07:00
Mike Jolley 2c1f152788 esc_js 2012-06-16 14:11:05 +01:00
Geert De Deckere faf43f6759 Pass on the whole order object instead of just the ID 2012-06-15 14:07:50 +02:00
Geert De Deckere e689692cd9 Fix whitespace 2012-06-15 12:34:33 +02:00
Geert De Deckere 1b3ae9515a Pass order ID to the hooks 2012-06-15 12:33:42 +02:00
Geert De Deckere 2df37c2404 Added two hooks in the admin order data panel 2012-06-15 12:26:04 +02:00
Mike Jolley 911cb359f5 Filter uncategorized. Closes #953. 2012-06-10 19:29:04 +01:00
Mike Jolley f9f1bb9ddd Ordering tweaks/improvements and variation prices. Closes #1097. 2012-06-10 18:15:02 +01:00
Mike Jolley 67d34d3dcf Admin error handling. Closes #1137. 2012-06-10 14:12:20 +01:00
Mike Jolley 91e0ade791 Can't control output, but can only allow 1 to be selected. Closes #1042. 2012-06-10 09:03:20 +01:00
Mike Jolley 8a8025d201 Check permissions for sorting. Closes #1107. 2012-06-10 08:48:29 +01:00
Mike Jolley 0fce6aecaa localisation issues Closes #1106. 2012-06-06 21:35:40 +01:00
Mike Jolley f62d0efd69 Country when adding order. Closes #1032. 2012-06-06 20:11:36 +01:00
Mike Jolley ed4067dee9 trim sku 2012-06-05 23:54:38 +01:00
Mike Jolley 7f6970c0ae remove file check - interferes with other plugins 2012-06-03 13:20:32 +01:00
Mike Jolley b7894b14ca Counts. #1084. 2012-05-28 10:19:29 +01:00
Mike Jolley 3db551c4d8 enforce download limit/expiry to prevent errors 2012-05-19 10:58:06 +01:00
Justin Stern d23fbcc698 Order Number Changes
Order number changes in preparation for the Sequential Order Number
plugin
2012-05-15 20:23:43 -04:00
Mike Jolley 732fe16dee hook 2012-05-12 01:14:46 +01:00
Mike Jolley 43f7140623 String makes more sense 2012-05-10 13:56:16 +01:00
Coen Jacobs ed8afe992c Prevent setting download expire date to 1970-01-01 in rare cases. Closes #1013 2012-05-09 22:19:50 +02:00
Mike Jolley 2cac2f9d68 Drag and drop ordering for products. Closes #95. Closes #995. 2012-05-08 20:30:18 +01:00
Mike Jolley ce7e765d2a Product data tweak. Closes #1012.
Removed shipping class writepanel.
Added shipping class to product data.
Removed purchase note for external products.
2012-05-08 15:32:30 +01:00
Mike Jolley 95e041214b Fix removing attributes 2012-05-07 14:09:15 +01:00
Mike Jolley 1b4d481f9c Merge pull request #986 from foxrunsoftware/master
Added woocommerce_admin_order_totals_after_shipping action
2012-05-01 17:09:44 -07:00
Brent Shepherd 6df9fff54d Adding "Replacing instances of "woocommerce_price($order->order_total)" with new WC_Order::get_formatted_order_total() function. 2012-04-27 12:22:19 +10:00
Justin Stern 86a2a5f352 Added Action to Order Data Write Panel
Added action woocommerce_admin_order_totals_after_shipping to order data
write panel
2012-04-26 06:51:43 -04:00
Mike Jolley 215119849c renamed tab 2012-04-23 17:21:51 +01:00
Mike Jolley 392571aab0 exists function 2012-04-20 11:17:40 +01:00
Mike Jolley 2e58a1dc92 notice. Closes #962. 2012-04-19 11:23:04 +01:00
Coen Jacobs ecf18e1625 Changed category and tag link to filter product list
Before this change, the links of categories and tags were links to the
frontend view of that term. WordPress standard is to filter the current
list with the selected term.
2012-04-18 13:24:08 +02:00
Mike Jolley 727a4b1cf4 stock notifications 2012-04-17 12:53:02 +01:00
Mike Jolley 6b06b7f739 exclude products 2012-04-17 12:06:08 +01:00
Mike Jolley 1793e23f39 fix notices. Closes #932. 2012-04-16 15:24:38 +01:00
Mike Jolley effe09e910 thumbnails on order page 2012-04-12 18:14:46 +01:00
Mike Jolley f24b34aaba counts in for loops are slow 2012-04-12 17:38:38 +01:00
Mike Jolley 37347ecce2 merge 2012-04-11 19:00:56 +01:00
Mike Jolley afd727bb24 Improved variations panel, bulk edit, and added tax classes for variations. Closes #779. 2012-04-11 18:56:54 +01:00
favrik 51fcae6920 Fix downloadable product permissions sql query when access_expires is null 2012-04-10 14:37:29 -07:00
Mike Jolley c50a333b91 Fix variation delete. Closes #909. 2012-04-10 19:59:50 +01:00
Mike Jolley 748dd13b85 Chosen and order items
Updated chosen to latest version, reworked styles, made the item adder
on the order screen an ajax input.

Also ditched some un-needed css.
2012-04-10 01:39:31 +01:00
Mike Jolley 6363420508 hooks for stock increase/decrease 2012-04-09 14:58:00 +01:00
Mike Jolley c8be8322d0 Merge pull request #900 from kloon/master
Product variation hooks
2012-04-08 17:01:25 -07:00
Mike Jolley e19f46c79d Add new terms + printf vs echo sprintf Closes #138. 2012-04-09 00:57:38 +01:00
Mike Jolley 86c8da6189 New walkers. Closes #891. 2012-04-05 17:51:36 +01:00
Mike Jolley 4182a35ed5 Hide tabs if we have none 2012-04-03 10:34:02 +01:00
Gerhard Potgieter 1b1014d626 Added hooks to add custom variations 2012-04-03 11:00:48 +02:00
Mike Jolley e21ac530ad Rename meta box 2012-04-03 09:55:26 +01:00
Mike Jolley c28b28e712 grouped external products 2012-03-30 16:10:14 +01:00
Mike Jolley a261f05734 tweak for total_sales, ajax_url 2012-03-29 10:31:04 +01:00