Claudio Sanches
e0881121a3
[API] Fixed image title and alt
...
Fixed image title and alt for single products
Added support for title and alt for variable products
Fixed category image upload method
Closes #10131
2016-01-22 16:43:52 -02:00
Mike Jolley
8093194a44
[2.5] Qty button can be hidden for variables sold individually
2016-01-22 17:53:12 +00:00
Mike Jolley
f5140af918
[2.5] Report on partial refunds/refunds items rather than full refunds to ensure they are reported when refunded
...
@claudiosmweb your testing + approval welcome.
Closes #10138
2016-01-22 17:53:12 +00:00
Mike Jolley
77e1aa8263
Make qty for refunds negative
...
Fixes order counts reported in #10135
May however require an upgrade routine and needs more testing. Not for
2.5.
Fixes #10135
2016-01-22 16:28:29 +00:00
Mike Jolley
6cc700a497
[2.5] Report on partial refunds/refunds items rather than full refunds to ensure they are reported when refunded
...
@claudiosmweb your testing + approval welcome.
Closes #10138
2016-01-22 15:50:23 +00:00
Claudio Sanches
2cc13b6409
Fixed unit tests #10114
2016-01-21 20:19:03 -02:00
Claudio Sanches
b12f74a263
Merge pull request #9904 from jonkoops/autofill-checkout
...
Add autocomplete support to fields in checkout process
2016-01-21 20:10:31 -02:00
Claudio Sanches
dca1e4a53a
Merge pull request #10031 from krautnerds/api-reuse-internal-price-api
...
Eliminated duplicate price save code in api v2 and api v3
2016-01-21 19:40:38 -02:00
Claudio Sanches
1626d29414
Fixed coding standards and improved code for #10070
2016-01-21 19:38:15 -02:00
Claudio Sanches
544d7fb8c2
Merge pull request #10070 from woothemes/SiR-DanieL-patch-1
...
Add DISABLE_WP_CRON to the system status
2016-01-21 19:34:30 -02:00
Claudio Sanches
2790307489
Changed allbuttons to select_buttons for multiselect #10079
2016-01-21 19:33:49 -02:00
Claudio Sanches
f4fddf2252
Merge pull request #10079 from woothemes/add/select-all-buttons-multiselect-field
...
Settings API: add optional "select all"/"select none" buttons to multiselect fields
2016-01-21 19:30:12 -02:00
Claudio Sanches
899d961dd9
Improved WC_Gateway_Paypal::get_icon_url() for #10084
2016-01-21 19:28:14 -02:00
Claudio Sanches
057239cb31
Merge pull request #10084 from shoheitanaka/patch-3
...
Modification of PayPal link errors and redirect
2016-01-21 19:26:02 -02:00
Claudio Sanches
c62388b64b
[API] Introduces woocommerce_api_check_permission filter, closes #10119
2016-01-21 19:10:46 -02:00
Mike Jolley
a26af7b801
[2.5] Unset reload_checkout once processed.
...
Fixes #10134
2016-01-21 20:29:14 +00:00
Mike Jolley
f9d019df87
[2.5] Fix query/missing variable in validate_user_usage_limit
...
Closes #10122
2016-01-21 19:06:42 +00:00
Matthew Duhig
6ef4fcb144
Update class-wc-widget-layered-nav.php
...
Updates to layered nav to considerably improve speed on sites with large product databases (10k+). This method has seen speed improvements as notable as taking a 30 second plus load time of a /shop page with layered nav, down to 4 seconds.
2016-01-21 17:06:57 +00:00
Claudio Sanches
3fb84f91c1
Improved code for #10127
2016-01-20 22:54:29 -02:00
Claudio Sanches
e9a45203c5
Merge pull request #10127 from Pross/master
...
[2.5] Videos only load when help is needed.
2016-01-20 22:51:00 -02:00
Simon Prosser
4899d99475
Videon only load when help is needed.
2016-01-21 00:12:19 +00:00
Claudio Sanches
8872ec020b
Merge pull request #10126 from krautnerds/fix-stock-amount-variations
...
Formatted variation stock with wc_stock_amount
2016-01-20 21:13:37 -02:00
Florian Ludwig
6074ea3355
Formatted variation stock with wc_stock_amount
2016-01-20 23:37:22 +01:00
Claudio Sanches
f21927561d
New actions for account downloads template
2016-01-20 18:28:47 -02:00
Claudio Sanches
31bfa25c4a
Fix unit tests
2016-01-20 18:26:12 -02:00
Claudio Sanches
5107d1dbc6
Introduces new actions for account orders
2016-01-20 18:23:08 -02:00
Claudio Sanches
1354766978
Deprecated my-downloads
2016-01-20 18:18:58 -02:00
Claudio Sanches
125c84a731
Added account endpoint for customer payment methods
2016-01-20 18:13:17 -02:00
Claudio Sanches
e63d695b4a
Fixed order default qty
2016-01-20 15:34:35 -02:00
Mike Jolley
4cfd8ff214
[2.5] Don't show downloads in admin email
2016-01-20 16:58:58 +00:00
Claudio Sanches
57c7b3c6c3
Added dashboard menu item and created function to get menu item classes
2016-01-20 14:11:07 -02:00
Claudio Sanches
0c27f9bf1e
Better pagination for account > orders
2016-01-20 13:46:59 -02:00
Claudio Sanches
da9638c137
Less "my" and more "ours"
2016-01-20 13:30:48 -02:00
Claudio Sanches
2a80be34a2
Fixed typos
2016-01-20 13:28:26 -02:00
Claudio Sanches
66f9dda17f
Merge pull request #10120 from krautnerds/fix-php7-compatibility
...
Fixed attribute check for less notices
2016-01-20 13:12:08 -02:00
Florian Ludwig
ddd5f9fb9b
Fixed attribute check for PHP 7 compatibility
2016-01-20 15:53:51 +01:00
Mike Jolley
6050b204fc
Support qty display in cart messages
...
Closes #10114
2016-01-20 11:32:49 +00:00
Mike Jolley
f5e2717b6f
[2.5] Show sku in admin emails
...
Closes #10107
2016-01-20 11:05:10 +00:00
Mike Jolley
cc68fdc89a
[2.5] Correctly block UI to prevent attribute issues
...
Fixes #10115
2016-01-20 11:01:18 +00:00
Mike Jolley
b5d7f1de10
[2.5] Only show payment method button when needed, and check for required fields
...
Fixes #10112
@thenbrent @claudiosmweb
2016-01-20 10:47:36 +00:00
Claudio Sanches
ba5b7d6251
Merge pull request #10109 from developerbmw/patch-1
...
remove unnecessary use of ternary operator
2016-01-19 21:59:58 -02:00
Claudio Sanches
60ac4ce1cf
Account functions tests
2016-01-19 21:37:39 -02:00
Brett
a772457a32
remove unnecessary use of ternary operator
2016-01-20 12:30:56 +13:00
Claudio Sanches
d39c7aaf80
Created account downloads endpoint
2016-01-19 21:22:39 -02:00
Claudio Sanches
c500cd9e91
Added better links for orders pagination
2016-01-19 19:17:07 -02:00
Claudio Sanches
86f7c22f6d
Improved variables in myaccount/orders.php template
2016-01-19 19:09:16 -02:00
Claudio Sanches
677be779ce
Created new filter for endpoint title and improved woocommerce_my_account_*_endpoint filter
2016-01-19 19:06:34 -02:00
Claudio Sanches
29940870ab
Created my account > orders template
2016-01-19 19:02:26 -02:00
Claudio Sanches
51bc5fe589
Fixed wc_get_account_menu_items() endpoints
2016-01-19 17:47:36 -02:00
Claudio Sanches
467007ac72
Include orders and downloads endpoints
2016-01-19 17:47:17 -02:00