Commit Graph

5442 Commits

Author SHA1 Message Date
Mike Jolley cc1c77db20 dynamic required 2012-02-23 11:19:45 +00:00
Mike Jolley 07753da578 readme 2012-02-23 10:03:19 +00:00
Mike Jolley b6236998cf before/after cart totals hooks instead of do_after_cart_totals 2012-02-23 10:01:15 +00:00
Mike Jolley 0de854ae8d Merge pull request #677 from jjoeris/master
add hook after totals in cart template
2012-02-23 01:49:48 -08:00
Mike Jolley a281816807 Merge pull request #686 from piffpaffpuff/master
updated attributes screen and new hooks in cart template
2012-02-23 01:47:35 -08:00
Mike Jolley 04fde0a603 Improved edit address. Closes #689. 2012-02-22 21:06:08 +00:00
Mike Jolley f22738b975 slight tweak. We don't need to look for slug.php in the plugin - its never there 2012-02-22 20:50:37 +00:00
Mike Jolley de1f7a290f Merge pull request #673 from agusmu/master
Better woocommerce_get_template_part function
2012-02-22 12:37:34 -08:00
Mike Jolley 38bf8b8735 readme 2012-02-22 19:49:01 +00:00
Mike Jolley cac792c8e7 Merge pull request #688 from GeertDD/translation_order
Changing the load order of the translation files
2012-02-22 11:47:23 -08:00
Mike Jolley 2851642b6c Hooks for quantity selectors and data-min tweaks 2012-02-22 19:45:12 +00:00
Mike Jolley 32675c2964 Errors vía querystring 2012-02-22 16:36:23 +00:00
Geert De Deckere fa5bea85b5 Changing the load order of the translation files 2012-02-22 14:09:09 +01:00
Triggvy Gunderson 153b8810fa placeholder for email and phone 2012-02-22 11:53:35 +01:00
Mike Jolley c7acf9ff29 hook for total 2012-02-22 10:01:47 +00:00
Triggvy Gunderson 06b7fccaa4 the attribute edit screen now looks like a wordpress edit screen (table tags) 2012-02-22 10:22:31 +01:00
Triggvy Gunderson 903ca749d4 name and slug woding modification
- name and slug are now named like in the rest of wordpress
- in the attributes table the label and slug column were inverted. now
they are arranged like in the rest of wordpress.
2012-02-21 22:20:33 +01:00
Mike Jolley 178a07584f typo 2012-02-21 20:49:58 +00:00
Mike Jolley 54c46695f7 item_number 2012-02-21 17:14:41 +00:00
Mike Jolley f5629f21d4 delete_term fix 2012-02-21 16:59:30 +00:00
Mike Jolley f1b699f7a6 Filters to override default country and state on checkout form 2012-02-21 16:59:22 +00:00
Mike Jolley 00aec064c5 Hooks for add to cart text (single) 2012-02-21 13:40:05 +00:00
Mike Jolley 1a65490c7c Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-02-21 13:19:58 +00:00
Mike Jolley 06960e41c8 text 2012-02-21 13:19:53 +00:00
Mike Jolley 390e80fcda Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-02-21 13:17:50 +00:00
Mike Jolley b842672e03 comments link 2012-02-21 13:12:57 +00:00
Mike Jolley fd459d702a Order admin. Closes #680. 2012-02-21 12:53:36 +00:00
Mike Jolley d03790c18b Spelling mistake. hierarchical 2012-02-21 11:55:57 +00:00
Mike Jolley cb64b3a753 woocommerce_file_download_path Closes #674 2012-02-21 11:17:56 +00:00
Mike Jolley 2ea44118ee SKU sorting in admin 2012-02-21 11:07:59 +00:00
Triggvy Gunderson b680ea2ee1 placholders for address fields. 2012-02-21 00:47:28 +01:00
Triggvy Gunderson 46a91fd8f2 before and after hooks in cart 2012-02-21 00:47:24 +01:00
James Koster 81fd3c0d2a We do themes too 2012-02-20 22:35:03 +00:00
Mike Jolley 429e7ea1f3 bulk edit 2012-02-20 18:19:27 +00:00
Mike Jolley 5c9fb30f28 QE tweak 2012-02-20 15:12:19 +00:00
Mike Jolley 89c8d3d315 Changed priority to prevent conflict a few other themes and to ensure functions get loaded 2012-02-20 15:01:41 +00:00
Mike Jolley b096852e1b removed. We need to load post types earlier for ajax. 2012-02-20 14:30:06 +00:00
Mike Jolley 565987dd56 Quick edit Closes #258. 2012-02-20 14:29:51 +00:00
Julian Jöris 9d6f016d36 translation fixes and new terms for current dev version 2012-02-19 23:20:32 +01:00
Julian Jöris 72263f5fdd show asterisk for required fields 2012-02-19 22:53:29 +01:00
Julian Jöris 896ec9c15a add hook after totals in cart template 2012-02-19 21:20:29 +01:00
Mike Jolley 02abf6117b order 2012-02-19 17:13:08 +00:00
Mike Jolley c7dcb62b0d key_is_valid function for orders 2012-02-19 17:13:08 +00:00
Mike Jolley c52164a5a1 Added basic API for payment gateways to hook into (for IPN etc) 2012-02-19 17:13:07 +00:00
Mike Jolley f14904ab65 Merge pull request #675 from Ramoonus/master
Bulgarian translation
2012-02-19 05:20:33 -08:00
Ramon van Belzen d71942ec4e bulgarian translation 2012-02-19 13:34:00 +01:00
agusmu 1c957ad149 better woocommerce_get_template_part function
the purpose of locate_template(array( 'loop-shop.php' code is for checking loop-shop.php in yourtheme/loop-shop.php first. but when this file is found, this file is not loaded, then it return empty shop page... 

I rewrite this function to work in any scenario and follow get_template_part wordpress function...
2012-02-19 10:33:49 +07:00
Mike Jolley 687956d861 Merge pull request #669 from Ramoonus/master
Dutch translation update
2012-02-18 08:33:26 -08:00
Ramon van Belzen b38061c221 english po update 2012-02-18 17:21:14 +01:00
Ramon van Belzen aab87032b8 dutch update several new strings 2012-02-18 17:21:01 +01:00