Commit Graph

2192 Commits

Author SHA1 Message Date
Mike Jolley ecf2a32466 Merge pull request #1022 from GeertDD/totals-excl-tax
Don't print 'incl.' if the cart subtotal excludes tax
2012-05-10 02:36:38 -07:00
Mike Jolley dbeb935cd5 Merge pull request #1023 from GeertDD/nl
Dutch update
2012-05-10 02:35:32 -07:00
Mike Jolley e92ceaae15 No word from .org team - removing wootransmitter for now 2012-05-10 10:34:44 +01:00
Mike Jolley 7c7a4e8da8 Merge pull request #1021 from BronsonQuick/master
Add WooCommerce Products to Appearance->Menus
2012-05-10 02:32:07 -07:00
Geert De Deckere 463b8a9675 Dutch update 2012-05-10 11:25:39 +02:00
Geert De Deckere 24de04094c Don't print 'incl.' if the cart subtotal excludes tax 2012-05-10 09:42:43 +02:00
Bronson Quick 454181ec86 Add WooCommerce Products to the Appearance->Menus screen in WordPress so that products can be easily added to menus rather than using Custom Links to the URLs of products 2012-05-10 15:03:37 +10: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 6c3bf05433 Tweak - After getting a shipping quote, use the shipping address for taxes on the cart page 2012-05-09 18:29:29 +01:00
James Koster 985ddb489c Consistency 2012-05-09 14:56:11 +01:00
Mike Jolley 7e3d400af0 order amount hooks 2012-05-09 11:09:45 +01:00
Coen Jacobs 1bb7e1a8b5 Minor fixes for previous commit 2012-05-09 09:30:34 +02:00
Coen Jacobs 8de5a4f412 Optional hide free products from Best Sellers Widget 2012-05-09 09:23:05 +02:00
Mike Jolley 58f5afdc46 tweaks to options 2012-05-09 00:53:23 +01:00
Mike Jolley 2cac2f9d68 Drag and drop ordering for products. Closes #95. Closes #995. 2012-05-08 20:30:18 +01:00
Mike Jolley 4adc961597 compound tax is show after cart discounts and thus needs to have them removed. Closes #1006. 2012-05-08 18:47:35 +01:00
Mike Jolley 9d30ad15fa wootrans opt in 2012-05-08 17:29:27 +01:00
Coen Jacobs ac85435a05 Default color for subtext if not set on settings form 2012-05-08 18:25:47 +02:00
Mike Jolley e5f93e448b focusin for IE Closes #866. 2012-05-08 16:41:16 +01:00
Mike Jolley a537b2c18f Woo Transmitter Integration 2012-05-08 16:23:09 +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 93376de3d5 Merge pull request #1009 from babalot/patch-1
fixed a typo
2012-05-07 06:37:56 -07:00
babalot d43f06f00d fixed a typo 2012-05-07 16:30:20 +03:00
Mike Jolley 95e041214b Fix removing attributes 2012-05-07 14:09:15 +01:00
Mike Jolley 6a40ee9ef4 Merge pull request #1002 from GeertDD/fix-notice
Fixed notice "undefined index: id" in woocommerce-admin-settings-forms.php:729
2012-05-05 07:54:51 -07:00
Mike Jolley f67e93291f Merge pull request #1004 from GeertDD/shipping
Made shipping classes a bit more DRY
2012-05-05 07:54:16 -07:00
Geert De Deckere 75d8163d36 Made shipping classes a bit more DRY 2012-05-05 15:32:24 +02:00
Geert De Deckere 0aba73fd37 Fixed notice "undefined index: id" in woocommerce-admin-settings-forms.php:729 2012-05-05 14:20:01 +02:00
Coen Jacobs 473347d1f6 Readme update for translation, special note for ticket 1000 2012-05-04 16:41:03 +02:00
Coen Jacobs 851d047bff Merge pull request #1000 from GeertDD/fr
TICKET 1000!!! - Update French translation by Antoine (mediana)
2012-05-04 07:36:17 -07:00
Geert De Deckere d2b9f41a33 Update French translation by Antoine (mediana) 2012-05-04 13:31:46 +02:00
Coen Jacobs b40e072438 Fixed admin menu highlighting (also custom taxes). Closes #993 2012-05-04 11:20:56 +02:00
Mike Jolley cee85cb443 Merge pull request #997 from GeertDD/plugin_locale
Apply the filter "plugin_locale" to the locale for loading language files from the WP_LANG_DIR
2012-05-03 09:49:38 -07:00
Mike Jolley afd3eda733 unhook correction 2012-05-03 17:48:42 +01:00
Mike Jolley eeab617e60 Merge pull request #998 from maxrice/master
fix code layout for google analytics integration
2012-05-03 09:46:20 -07:00
Max Rice c3fa081a44 fix call_user_func warning
Warning: call_user_func_array() expects parameter 1 to be a valid
callback, class 'WC_Google_Analytics' does not have a method
'google_tracking_code' in /htdocs/wp-includes/plugin.php on line 405

tracking functions were inside of init_form_fields()
2012-05-03 11:56:08 -04:00
Mike Jolley 6ff4053797 free shipping logic 2012-05-03 14:00:45 +01:00
Geert De Deckere e5556af3ca Apply the filter "plugin_locale" to the locale for loading language files from the WP_LANG_DIR 2012-05-03 13:48:35 +02:00
Mike Jolley 85b95bb60c readme 2012-05-02 01:15:04 +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
Mike Jolley 90ad5da65b Merge pull request #990 from thenbrent/new-order
New WC_Order Class Formatting Filters & Function
2012-05-01 17:07:25 -07:00
James Koster c8ff0c22d5 added classes to product tabs 2012-05-01 21:26:58 +01:00
Mike Jolley c380861778 coupons in packages to prevent cached methods 2012-05-01 20:24:22 +01:00
Mike Jolley ba735619d1 style settings 2012-05-01 19:28:45 +01:00
Mike Jolley b80a296b7d labels 2012-05-01 10:39:53 +01:00
James Koster 651612e8be Added class to logout link 2012-05-01 10:39:19 +01:00
Mike Jolley 3bfb91ca0c init class 2012-05-01 10:19:56 +01:00
Mike Jolley 0103e14f9b css minified 2012-04-30 20:51:21 +01:00
Mike Jolley 7d555e4b32 removed file 2012-04-30 20:50:52 +01:00
Mike Jolley 62c1d9d15c ShareYourCart + integration tweaks 2012-04-30 20:50:52 +01:00