Commit Graph

2430 Commits

Author SHA1 Message Date
Mike Jolley 9f32a166c0 Merge pull request #1078 from thenbrent/cart-filters
Adding WC_Cart Formatting Filters
2012-05-26 09:05:52 -07:00
Mike Jolley 19b4d7344b clear transient 2012-05-26 16:31:58 +01:00
Mike Jolley 5a0905c903 missed 2 2012-05-26 15:39:55 +01:00
Mike Jolley 76cd43499f Tweaked member states for tax 2012-05-26 15:38:22 +01:00
Mike Jolley b29ab0483f readme 2012-05-26 15:30:23 +01:00
Mike Jolley c6c046da81 supports #1069 2012-05-26 15:29:54 +01:00
Mike Jolley f118af5721 Merge pull request #1069 from thenbrent/payment-gateway-supports
Adding Support Check Function to WC_Payment_Gateway
2012-05-26 07:27:36 -07:00
Mike Jolley 7bcb3deb62 small markup tweaks 2012-05-26 15:18:44 +01:00
Mike Jolley 7f0048480c Merge pull request #1077 from maxrice/master
fix typo preventing user_email from updating on checkout
2012-05-26 07:18:15 -07:00
Mike Jolley 458c4ef9e8 tweak ordering 2012-05-25 12:34:33 +01:00
Brent Shepherd a1b3125258 Removing error log call that snuck in. 2012-05-25 21:10:17 +10:00
Brent Shepherd 33acc4c48b Adding get_cart_discount_to_display & get_order_discount_to_display filters & functions. 2012-05-25 20:54:52 +10:00
Brent Shepherd b43dc034e0 Adding order_shipping_to_display & order_subtotal_to_display filters. 2012-05-25 16:36:38 +10:00
Brent Shepherd 59bb902fda Merge branch 'master' into cart-filters 2012-05-25 15:22:36 +10:00
Max Rice 7ccef801d1 fixed typo preventing user_email from updating on checkout 2012-05-24 23:34:58 -04:00
Mike Jolley 48c222f9d1 spaces 2012-05-24 12:20:28 +01:00
Brent Shepherd a08ed36f23 Adding cart_contents_total filter. 2012-05-24 15:58:19 +10:00
Brent Shepherd 95fd76d896 Adding cart total filters. 2012-05-23 21:30:26 +10:00
Coen Jacobs db57e60851 Check for isset Piwik global before actually using it 2012-05-23 13:15:32 +02:00
Brent Shepherd 808a482fed Centralising use of woocommerce_price() for cart taxes with new WC_Cart::get_formatted_taxes() function and adding new woocommerce_cart_formatted_taxes filter. 2012-05-23 15:24:04 +10:00
Brent Shepherd 100c4c7c49 Adding cart discount filters to WC_Cart::get_discounts_before_tax(), WC_Cart::get_discounts_after_tax() and WC_Cart::get_total_discount(). 2012-05-23 12:15:04 +10:00
Brent Shepherd 4d9f8db10b Adding cart_product_subtotal filter to WC_Cart::get_product_subtotal(). 2012-05-23 12:05:55 +10:00
Brent Shepherd 53136b7c9f Adding cart subtotal filter. 2012-05-23 12:03:41 +10:00
Mike Jolley 0582078acc postcode validation when country is different for shipping vs billing 2012-05-22 21:31:27 +01:00
Mike Jolley 5c4799e64b woocommerce_shipping_chosen_method hook 2012-05-22 09:30:26 +01:00
Brent Shepherd bbd33a4217 Adding WC_Payment_Gateway::is_supported() function for gateways to register support for certain features. 2012-05-22 11:04:05 +10:00
Coen Jacobs 1ee9e2388d Merge pull request #1068 from GeertDD/kowloon
Kowloon spelling fix. Closes #1066
2012-05-21 07:35:19 -07:00
Geert De Deckere 559edb415e Kowloon spelling fix 2012-05-21 16:17:04 +02:00
Mike Jolley 09ae0adfab chosen method for UPS 2012-05-21 14:36:25 +01:00
Mike Jolley f62db4af50 Layered nav child taxonomies support 2012-05-21 13:55:44 +01:00
James Koster d39a97c161 Added base64 explanation comments 2012-05-21 12:07:01 +01:00
Mike Jolley 2946189745 status 2012-05-21 09:25:34 +01:00
Mike Jolley c912169b55 removed 2012-05-19 20:04:38 +01:00
Mike Jolley cec98bf646 Broken up settings pages to ease development 2012-05-19 20:04:34 +01:00
Mike Jolley 3db551c4d8 enforce download limit/expiry to prevent errors 2012-05-19 10:58:06 +01:00
Julian Jöris 97b9fd98da language update 2012-05-18 15:58:46 +02:00
Julian Jöris e2472a213a Merge remote-tracking branch 'upstream/master' 2012-05-18 14:17:17 +02:00
Mike Jolley 9737c9ab34 readme 2012-05-18 10:21:50 +01:00
Mike Jolley 13d7ef161d Merge pull request #1053 from maxrice/master
Fixes #1049
2012-05-18 02:20:53 -07:00
Julian Jöris f186cc4a4f Merge remote-tracking branch 'upstream/master' 2012-05-18 09:10:45 +02:00
Max Rice 5d2444aab0 added whitespace to fix odd php bug 2012-05-17 18:42:12 -04:00
Mike Jolley 8332137cf9 Strange error where detecting the page (is_page etc) would break the canonical redirect in some instances when hooked into 'wp'. Used the later get_header hook instead. 2012-05-17 22:26:56 +01:00
Mike Jolley ba1377933f removed alert 2012-05-17 13:57:51 +01:00
Mike Jolley 96f5e7464f removed unused function 2012-05-17 13:56:18 +01:00
Mike Jolley 0b5fcd5139 version bump and installer cleanup 2012-05-17 12:58:25 +01:00
Coen Jacobs 0bd3d5cbb8 Prevent error in ecommerce tracking if no categories set 2012-05-17 13:37:44 +02:00
Coen Jacobs 6fe3b788d9 Added filter on get_available_payment_gateways. Closes #1050 2012-05-17 11:40:50 +02:00
Coen Jacobs eabc6af8a9 Moved admin editor CSS to menu.css (always loaded). Closes #1037 2012-05-17 11:36:00 +02:00
Coen Jacobs cd1adebf83 get_stock_quantity returns '' if stock is off in global settings. Closes #1046 2012-05-17 11:16:41 +02:00
Mike Jolley ddba961efe hyphen 2012-05-17 09:47:40 +01:00