Commit Graph

921 Commits

Author SHA1 Message Date
Mike Jolley c04b45addd Merge pull request #394 from Ramoonus/master
Minor update for nl_NL translation
2011-12-19 07:47:57 -08:00
Mike Jolley b9436bc052 Uninstall. Closes #372. 2011-12-19 15:44:00 +00:00
Ramon van Belzen 8086140833 Dutch translation updates - includes bugfixes, refreshed PO/MO and new strings 2011-12-19 15:22:11 +01:00
Mike Jolley 665d8bf512 Shipping method ordering. Closes #347. 2011-12-19 14:05:32 +00:00
Mike Jolley da6c1ec527 Merge pull request #393 from lucasstark/patch-1
Added woocommerce_cart_item_price_html filter
2011-12-19 05:19:22 -08:00
Mike Jolley 6f23fc172a Category widget order option. Closes #337. 2011-12-19 13:18:52 +00:00
lucasstark c76a57fe28 Added woocommerce_cart_item_price_html filter 2011-12-19 07:53:07 -05:00
Mike Jolley 98d0919bda Useless strings. Closes #389. 2011-12-19 11:36:29 +00:00
Mike Jolley 8788f8fb68 Products short code fix 2011-12-19 10:53:01 +00:00
Mike Jolley bcd5fabff9 Merge pull request #390 from Ramoonus/master
Added dutch strings / updated PO
2011-12-19 02:52:39 -08:00
Ramon van Belzen 11e50d472d Merge remote branch 'upstream/master' 2011-12-19 11:15:58 +01:00
Mike Jolley 499643967e Merge pull request #385 from thenbrent/master
Fixing "Automatically add pages" bug
2011-12-19 02:13:11 -08:00
Ramon van Belzen 34c552612a Dutch: added strings 2011-12-19 11:11:51 +01:00
Ramon van Belzen b8d0bb8d20 PO updates 2011-12-19 11:11:32 +01:00
Ramon van Belzen bd3d623956 Merge remote branch 'upstream/master' 2011-12-19 11:02:04 +01:00
Brent Shepherd fa4a6b9cf7 Fixing "Call to undefined function woocommerce_create_pages()" fatal error when attempting to automatically add pages. This bug appears to have spawned from the removal of the `include_once( admin-install.php );` call in in the file formerly known as `admin-init.php`. See commit SHA: 34032965a8 for details. 2011-12-19 13:17:02 +10:00
Mike Jolley c8a077df5c Option to hide cart if empty 2011-12-19 00:45:24 +00:00
Mike Jolley 48744cad6b Fix widgets 2011-12-19 00:39:59 +00:00
Mike Jolley bc5b7c889f Delete/create htaccess for woocommerce_uploads depending on download setting 2011-12-19 00:32:34 +00:00
Mike Jolley 4117d53f28 Cleaned up addresses 2011-12-19 00:17:44 +00:00
Mike Jolley 39842823e0 Slight piwiki tracking change 2011-12-19 00:13:41 +00:00
Mike Jolley d7688cdbee Configure button 2011-12-19 00:07:28 +00:00
Mike Jolley 3d06d9051c Charts filters Closes #380. 2011-12-18 13:47:39 +00:00
Mike Jolley 62b84f4666 Added order number to order details write panel 2011-12-18 13:43:40 +00:00
Mike Jolley 18cc9a9442 Admin formatted address 2011-12-18 13:41:42 +00:00
Ramon van Belzen d7a85c6056 translation updates 2011-12-18 12:50:00 +01:00
Mike Jolley 17a59bf3ec Formatted address function + added to my account 2011-12-18 01:29:10 +00:00
Mike Jolley 3ed47d9371 Order date 2011-12-17 19:30:59 +00:00
James Koster 909bea5d02 Made star.png transparent 2011-12-17 19:21:51 +00:00
Mike Jolley d7183cf075 Merge pull request #381 from thenbrent/master
Assorted PHP Notice fixes and one bug fix.
2011-12-17 10:36:01 -08:00
Brent Shepherd 74fc1d8caa Merge branch 'master' of git://github.com/woothemes/woocommerce 2011-12-17 15:04:31 +10:00
Brent Shepherd 1b22a18c2a Including $woocommerce global on login-form template to fix "Undefined variable: woocommerce" and "Call to a member function nonce_field() on a non-object" errors when checking-out without being logged in. 2011-12-17 15:03:31 +10:00
Mike Jolley f04256320d Locale stuff. Added locales for address fields for countries.
next step is to make the address formats work.
2011-12-16 21:19:56 +00:00
Mike Jolley 03891e7f56 Dynamic checkout fields based on locale 2011-12-16 15:11:41 +00:00
Mike Jolley 073d3cb2f0 Putting localisation stuff in countries class 2011-12-15 23:24:02 +00:00
Mike Jolley df24e9e743 Locale settings for checkout
Work for base country, now it needs to be dynamic when changing
countries
2011-12-15 20:34:14 +00:00
Mike Jolley fe3242558a Working on locales, also added 'chosen' as an option for the checkout 2011-12-15 20:34:14 +00:00
Mike Jolley c616e67d66 Merge pull request #376 from curtismchale/master
adding matching before shipping calculator hook
2011-12-15 11:16:06 -08:00
curtismchale 8a9b488f80 adding matching hook before the shipping calculator
After thought last night we really should have a hook before the shipping calculator if we're going to include one before just to meet expectations of the the theme dev.
2011-12-15 11:01:05 -08:00
Mike Jolley ef4c0a24d9 Readme 2011-12-15 16:36:11 +00:00
Mike Jolley 7163d1dd38 Download URL fix with HTTPS 2011-12-15 11:21:06 +00:00
Brent Shepherd c312c1ba95 Merge branch 'master' of git://github.com/woothemes/woocommerce 2011-12-15 21:16:17 +10:00
Brent Shepherd 687e1c9acd Only updating order shipping meta if shipping details are set. 2011-12-15 20:15:12 +10:00
Mike Jolley 1cc32d1740 Hide widget if logged out on the account page. Closes #361. 2011-12-15 01:26:15 +00:00
Mike Jolley 7ce329b2fd Merge pull request #374 from lucasstark/patch-5
Added woocommerce_after_cart_item_quantity_update action to the set quan...
2011-12-14 17:17:24 -08:00
Mike Jolley feb9afd30b Started work on locale options for ticket #316.
Plan is to combine locale options with the checkout array so fields can
be overridden.
2011-12-15 01:14:47 +00:00
lucasstark 7612a3803f Added woocommerce_after_cart_item_quantity_update action to the set quantity method. Also modified the add_to_cart method to call the set_quantity function so the same hook is called. 2011-12-14 19:06:01 -05:00
Mike Jolley 4e85d2a8c5 Removed unused counties (GB) 2011-12-14 23:57:42 +00:00
Mike Jolley 14ca061b5b Merge pull request #373 from curtismchale/master
adding action after the shipping calculator.
2011-12-14 15:51:32 -08:00
Mike Jolley 07d7cfd4a3 Ensure base shipping is set. Closes #366. 2011-12-14 23:50:32 +00:00