Commit Graph

6638 Commits

Author SHA1 Message Date
Mike Jolley 4383a7b0a1 Merge pull request #4658 from Spreeuw/master
include product_id for extended customization of wc_add_to_cart_message
2014-02-07 10:11:29 +00:00
Mike Jolley 545441b2e3 Multiple attribute for email box Closes #4659 2014-02-07 10:10:50 +00:00
Ewout Fernhout df773f520e include product_id for extended customization of wc_add_to_cart_message 2014-02-06 20:24:34 +01:00
James Koster 35228c8d9c stack login fields on handheld. closes #4653 2014-02-06 16:34:23 +00:00
Mike Jolley 44a00ab3a7 POT update #4646 2014-02-06 15:46:18 +00:00
Mike Jolley 2dd73acb9d Context for checkout string Closes #4646 2014-02-06 15:46:18 +00:00
Mike Jolley a2b5086b24 Merge pull request #4648 from kloon/master
Improve credit card form to allow use of the woocommerce_credit_card_form_fields filter
2014-02-06 15:43:07 +00:00
Coen Jacobs 5d70dae52f Introducing post taxonomy init hook 2014-02-06 14:32:25 +01:00
Gerhard 435257bc95 Improve credit card form to allow use of the woocommerce_credit_card_form_fields filter 2014-02-06 15:00:00 +02:00
James Koster d4c2d54b0d js fix #4629 2014-02-06 09:36:55 +00:00
Mike Jolley 65ca1753ae woocommerce_products_will_display improvements #4644
- Reduced number of conditionals required.
- Broken the massive category query into a loop which can break before
checking all cats
- Used a transient to further optimise the category check
2014-02-06 09:21:47 +00:00
Coen Jacobs 3522f770b3 Merge pull request #4640 from woothemes/zend-error-workaround-4616
Zend error workaround - closes #4616
2014-02-05 16:08:50 +01:00
Mike Jolley 8d52b8d243 No class exist check needed for files included once #4616 2014-02-05 15:02:30 +00:00
Mike Jolley 1128b5b9ab Include once #4616 2014-02-05 15:02:15 +00:00
Mike Jolley 2448a19545 Don't return class, just construct it. Use static methods #4616 2014-02-05 15:02:02 +00:00
Mike Jolley 9c56637def Include_once during install and call the static to load taxonomies early. #4616 2014-02-05 15:01:30 +00:00
James Koster 2b8ef5101f review pagination. closes #4629 2014-02-05 12:40:15 +00:00
James Koster 08eb24afa9 button width. closes #4627 2014-02-05 12:02:37 +00:00
Mike Jolley 875694e2eb Fix array sum and out of base subtotals 2014-02-05 11:45:26 +00:00
Coen Jacobs 60f04ee3b4 Merge pull request #4638 from woothemes/simple_fee_tax_calculation
Tax total for fees added to total fees
2014-02-05 12:32:25 +01:00
Coen Jacobs b5ad68ff2a Remove unused total fee tax variable 2014-02-05 12:31:23 +01:00
Coen Jacobs 3d7c2fc297 Tax fees should respect tax rates too 2014-02-05 12:30:47 +01:00
Coen Jacobs c9d39bcc8b Tax total for fees are already flattened 2014-02-05 12:03:56 +01:00
Mike Jolley 62f28f6f14 Merge pull request #4634 from claudiosmweb/fix_4633
Redirect the user to my account page when the user makes the logout.
2014-02-05 10:38:42 +00:00
claudiosmweb d5f840c2ed improved the printf in my-account.php template 2014-02-05 00:57:03 -02:00
claudiosmweb 14e14787fc redirect user in logout to my account page, fixes #4633 2014-02-05 00:55:27 -02:00
Mike Jolley 0c2b1f430c Don't check for post_type for product query, and don't force the post_type variable as it should already be set. #4626 2014-02-04 13:44:18 +00:00
Mike Jolley e453e6f17d After tax coupons * qty Closes #4625 2014-02-04 13:35:04 +00:00
Mike Jolley bd94e51e4e sed command on mac needs backup set. #3972 2014-02-03 16:39:23 +00:00
Mike Jolley ad84eea2f7 Ensure coupons get totalled when prices exclude tax. Closes #4604 2014-02-03 15:29:44 +00:00
James Koster dd24dc6c7e checkbox description wrapping #4615 2014-02-03 15:20:50 +00:00
Mike Jolley b19f5be393 Ensure grunt watch compresses CSS 2014-02-03 15:05:53 +00:00
Mike Jolley 4e9a21a8e8 Fix description wrapping Closes #4615
@jameskoster take a look
2014-02-03 15:05:41 +00:00
Mike Jolley b1b6e10b98 Result of Grunt minification + tx pull 2014-02-03 14:35:26 +00:00
Mike Jolley 2d6948c726 Merge pull request #4617 from claudiosmweb/grunt
New grunt tasks
2014-02-03 03:52:19 -08:00
Mike Jolley e3cc5931ba Merge pull request #4614 from claudiosmweb/clp_currency
CLP currency
2014-02-03 03:50:57 -08:00
Mike Jolley bd46436856 Merge pull request #4611 from m1k3lm/patch-2
[ADD] Colombian Peso
2014-02-03 03:50:17 -08:00
claudiosmweb 97c95e1707 added watch grunt task 2014-02-02 19:33:20 -02:00
claudiosmweb e9fed7adbd added a grunt task to generate pot files 2014-02-02 19:16:25 -02:00
claudiosmweb 695a639d93 improved the less grunt task 2014-02-02 18:49:30 -02:00
claudiosmweb e4d6c0b05f added grunt task to minify all js files for the admin and the frontend 2014-02-02 18:47:06 -02:00
claudiosmweb ddf6f7bd41 added grunt task to transifex pulling and improved the registered tasks 2014-02-02 18:08:35 -02:00
claudiosmweb 6a2f8ef3c4 improved the grunt less task to compile all .less files 2014-02-02 17:49:30 -02:00
claudiosmweb 49ba95dba1 added grunt task to minify all css files 2014-02-02 17:38:00 -02:00
claudiosmweb c7097a8794 created aliases for assets in Gruntfile.js 2014-02-02 17:24:02 -02:00
claudiosmweb 2db6944e10 fixed the indentation in Gruntfile.js 2014-02-02 17:22:05 -02:00
claudiosmweb a03d4ba113 fixed wordpress coding standards 2014-02-02 17:20:52 -02:00
claudiosmweb d254c55bc2 improved the package.json 2014-02-02 17:19:08 -02:00
claudiosmweb 077f6d5d9c fixed the CLP name 2014-02-01 13:00:57 -02:00
claudiosmweb 91ec6e62a0 fixed some coding standards in includes/wc-core-functions.php 2014-02-01 12:58:56 -02:00