Commit Graph

4194 Commits

Author SHA1 Message Date
Mike Jolley 23952237da Merge pull request #2292 from GeertDD/address_fields_filter
Also pass on the country to the address fields filters
2013-01-27 11:01:17 -08:00
Mike Jolley 0c523d30b1 @coenjacobs See this. Custom ajax handler and cart refresh per page load to get around cache issues. Custom handler foes *feel* a little wrong but since it doesn't load admin, it loads 100% faster. 2013-01-27 18:55:30 +00:00
Mike Jolley 4f0d7f55c6 Cleaned up session classes 2013-01-27 18:55:29 +00:00
Mike Jolley 77c1218410 Merge pull request #2291 from GeertDD/be_nl_state_label
In Belgium and the Netherlands we have provinces
2013-01-27 05:37:06 -08:00
Geert De Deckere 4a33b00c15 In Belgium and the Netherlands we have provinces 2013-01-27 12:26:26 +01:00
Geert De Deckere 5233900283 Also pass on the country to the address fields filters 2013-01-27 12:22:06 +01:00
Geert De Deckere e65cf3c904 Added class with stock status to product 2013-01-27 09:31:38 +01:00
Brajesh Singh 410a9d1813 Fix the write-panel.js to show_hide any panel depending on product type 2013-01-27 07:11:38 +05:30
James Koster 2801c963d9 Further optimised pngs using http://pngmini.com/ 2013-01-26 14:06:05 +00:00
Ramon van Belzen f2b5b02b15 nl_NL Admin Po improvement
added a path to refresh within PoEdit, added authors
2013-01-26 10:48:05 +01:00
Brent Shepherd ca6b96e96d Declare var & add missing semicolon 2013-01-25 13:26:16 +10:00
Brent Shepherd 1a9ca48422 Use delegated event handler to delete tax rows
When a tax row is dynamically inserted, it can not be dynamically
deleted until the page is refreshed (becasue the event handler is
bound to only on page load). This commit delegates the event handler
from an element which is guaranteed to exist on page load, so that
dynamically inserted tax rows can also be dynamically deleted.
2013-01-25 13:22:44 +10:00
Coen Jacobs 5c3c54d3ff Merge branch 'master' of https://github.com/woothemes/woocommerce 2013-01-24 16:27:41 +01:00
Coen Jacobs 764d9655e5 Hello WooCommerce 2.0 beta 3! 2013-01-24 16:26:50 +01:00
James Koster d8b11b533a Image optimisation 2013-01-24 15:25:06 +00:00
Mike Jolley f680ec4256 spaces 2013-01-23 20:04:01 +00:00
Mike Jolley 650a6d95ec Merge pull request #2277 from maxrice/patch-2
Use is_readable() for autoloading
2013-01-23 12:03:12 -08:00
Max Rice 8d5d14c060 Use is_readable() for autoloading
instead of file_exists() as is_readable() also checks file permissions
2013-01-23 14:29:23 -05:00
James Koster 802bf78756 attributes (and some more products) added to dummy csv. Fixes #2266 2013-01-23 13:47:02 +00:00
Mike Jolley b19985060c Only save session if needed @coenjacobs 2013-01-23 12:27:19 +00:00
Mike Jolley c3bcc0561c Merge pull request #2264 from krbvroc1/issue_1950
Issue 1950
2013-01-23 03:46:33 -08:00
Mike Jolley eb544b10a7 Same hook for reg. #2270 2013-01-23 11:41:54 +00:00
Coen Jacobs a9154c07a4 Merge pull request #2270 from leewillis77/master
Populate $current_user when users create an account during checkout
2013-01-23 03:39:29 -08:00
Mike Jolley 97817341af Merge pull request #2273 from thenbrent/woocommerce_new_order_item
Fix woocommerce_add_order_item() return value & improve 'woocommerce_new_order_item' params.
2013-01-23 02:55:49 -08:00
Brent Shepherd eda7961bfa Pass more arguments to woocommerce_new_order_item 2013-01-23 16:23:54 +10:00
Brent Shepherd e7a0324b7c Fix item ID returned woocommerce_add_order_item()
If a plugin hooks to 'woocommerce_new_order_item' and run some sort of $wpdb insert
query or uses a function which runs an insert query, like woocommerce_add_order_item_meta(),
then the item ID returned by woocommerce_add_order_item() will actually be the ID of a
different DB entry (becasue woocommerce_add_order_item() returns $wpdb->insert_id). This
commit fixes that.
2013-01-23 16:20:44 +10:00
Lee Willis 57af52f43d Populate $current_user when users create an account during checkout 2013-01-22 21:30:14 +00:00
Mike Jolley 1cb13fe740 more json fixes #2268 2013-01-22 16:48:28 +00:00
Mike Jolley a3e5748369 Add to cart json #2268 2013-01-22 16:33:33 +00:00
Mike Jolley a0b0ecc9a0 Merge pull request #2268 from efarem/master
Fix JSON customer details call
2013-01-22 08:17:50 -08:00
Frank Martin 7154b96ae1 Random tab 2013-01-22 16:12:19 +00:00
James Koster b13fa059e4 wp yellow 2013-01-22 16:07:21 +00:00
Frank Martin 56d98eed79 Remove items and item meta on permanent delete 2013-01-22 16:06:48 +00:00
James Koster e48f56ccb6 status colors again 2013-01-22 15:48:01 +00:00
James Koster 3f63969d42 better colors 2013-01-22 15:31:42 +00:00
Frank Martin 81ed3f4ec9 Fix ajax customer details in admin 2013-01-22 14:35:10 +00:00
Mike Jolley dd2ed86949 Merge pull request #2267 from efarem/master
Add filter to returned customer data
2013-01-22 06:30:49 -08:00
Mike Jolley 9e72c6a879 Pevent error if no fragments are returned 2013-01-22 14:30:21 +00:00
James Koster 7107e17dda better non-retina status icons 2013-01-22 13:21:38 +00:00
Frank Martin f1a3957f4c Remove random var_dump(), add filter for ajax customer details load 2013-01-22 13:06:51 +00:00
James Koster 058060be49 message buttons 2013-01-22 12:58:26 +00:00
James Koster 3ccf806420 status colors 2013-01-22 12:56:30 +00:00
James Koster 8d26759abf order statuses 2013-01-22 12:51:06 +00:00
Ken Bass 20bfaea36c Issue 1950 2013-01-21 10:12:15 -05:00
Mike Jolley c41d96dba1 Fix saving as array #2259 2013-01-21 13:10:48 +00:00
Mike Jolley 7fceb30c07 Fix multiselect name Closes #2259 2013-01-21 10:48:26 +00:00
Mike Jolley 3003e9bae9 Closes #2261. 2013-01-21 10:45:41 +00:00
Mike Jolley 07ff82ae0a rejig the hooks Closes #2263. 2013-01-21 10:41:37 +00:00
Mike Jolley ed717362c7 Merge pull request #2262 from thenbrent/shop_order_meta
Don't convert zero values to empty string in woocommerce_process_shop_order_meta()
2013-01-21 02:13:25 -08:00
Brent Shepherd cf240d96a3 Don't convert zero values to empty string
PHP's empty() function returns true for 0, 0.00, "0.00" and other 0 variants.
That means woocommerce_process_shop_order_meta() will convert item meta with
a 0.00 or similar value to an empty string, which can break things that expect
a float or number. This commit fixes that.
2013-01-21 16:02:52 +10:00