Claudio Sanches
1ff19a31b1
[REST API] Fixed wrong error message when try update a product using the same name, closes #11373
2016-07-06 23:23:53 -03:00
Claudio Sanches
2ed2b6d4c6
Merge pull request #11366 from tivnet/patch-5
...
Typo in WC_Email_Customer_New_Account
2016-07-05 21:17:12 -03:00
Claudio Sanches
eb4dfc46f1
Renove spaces and dashs from zipcode while making numeric, closes #11359
2016-07-05 21:15:22 -03:00
Claudio Sanches
c59a5c0c31
Say hello to woocommerce.com
2016-07-05 19:52:16 -03:00
Gregory Karpinsky
7814acb96e
Typo in WC_Email_Customer_New_Account
2016-07-05 18:48:40 -04:00
Claudio Sanches
561cdd35e5
Apply validation for checkbox while update and submit errors #11360
2016-07-05 19:21:51 -03:00
Claudio Sanches
475cc036e5
Return full URL when using wc_get_account_endpoint_url() function, closes #11365
2016-07-05 19:09:03 -03:00
Claudio Sanches
41f3deb665
Apply validation for checkboxes, closes #11360
2016-07-05 18:29:17 -03:00
Claudio Sanches
268d0b2241
Merge pull request #11362 from joshuadwire/master
...
Include child prices in grouped_price_html filter
2016-07-05 18:25:11 -03:00
Claudio Sanches
ed8f736c29
Merge pull request #11363 from awsmug/master
...
Instance ID have to be checked
2016-07-05 18:23:25 -03:00
Sven Wagener
d5a414d0e3
Instance ID have to be checked, because on using settings and instace settings together every time the instance settings will be fetched.
2016-07-05 21:03:18 +02:00
Joshua Dwire
2c42a81089
Include child prices in grouped_price_html filter
2016-07-05 09:44:26 -04:00
Claudio Sanches
ce8e94b5ff
Merge pull request #11356 from kilbot/patch-1
...
fix typo
2016-07-05 00:48:43 -03:00
Paul Kilmurray
75379a6025
fix typo
...
#11349
2016-07-05 11:44:22 +08:00
Claudio Sanches
6fafe2c531
Fixed how calculate shipping tax rates when using more than one tax class
...
Closes #11349
cc @mikejolley
2016-07-04 17:52:53 -03:00
Claudio Sanches
8d23577683
Fixed the load of the WC_Email_Customer_On_Hold_Order class, closes #11348
2016-07-04 17:37:16 -03:00
Claudio Sanches
8f62c322dd
[REST API] Fixed check for product types, closes #11341
2016-07-04 17:24:39 -03:00
Claudio Sanches
0fe6be1eec
[REST API] Delete variations when deletes a variable product, closes #11345
2016-07-04 16:42:07 -03:00
Claudio Sanches
96c9dcf777
Merge pull request #11351 from BFTrick/woothemes-footer
...
Removing Reference to WooThemes in Footer
2016-07-04 15:40:26 -03:00
Patrick Rauland
efee5d9b9b
updating rating admin footer text to remove references to WooThemes
2016-07-04 11:33:24 -06:00
opportus
87020debe4
wrap product category title and description into header element
2016-07-04 17:51:59 +02:00
James Koster
d0865bdcc7
Don't perform cart update on search submit
...
If you have a search widget on the cart page which is wrapped in a div
(the default wrapper for widgets) the ajax cart would try to update on
search submit. This change ensures the search form is excluded on
`submit_click`.
2016-07-04 11:10:02 +01:00
Claudio Sanches
7c8fc856e4
Merge branch 'master' of github.com:woothemes/woocommerce
2016-07-03 20:41:13 -03:00
Claudio Sanches
6ffd059680
Allow filter variation stock quantity, closes #11340
2016-07-03 20:40:59 -03:00
Claudio Sanches
d7b84afcf4
Merge pull request #11334 from bobbingwide/master
...
Correct short description for my_account
2016-07-02 19:47:31 -03:00
Herb Miller
fd3637c008
Correct short description for my_account
2016-07-02 13:52:18 +01:00
Mike Jolley
99e1e215bb
Tooltips
2016-07-01 12:06:31 +01:00
Mike Jolley
c495552301
Same for variations
2016-07-01 12:01:37 +01:00
Mike Jolley
6422669c95
Base is_in_stock purely on stock status and not stock levels
2016-07-01 11:59:52 +01:00
danielvonmitschke
857647cc06
Added '$_product' argument to 'woocommerce_restock_refunded_item' hook
...
currently the hook is only using $_product->id but it might be useful
not to only know the product but also the explicit variation that was
refunded.
2016-07-01 12:53:08 +02:00
danielvonmitschke
abce9cc8b6
Added a filter hook for the wc_ajax endpoint url
...
This might come in handy for some custom ajax implementations
2016-07-01 12:51:37 +02:00
Claudio Sanches
81690c4dee
Fixed duplicated semicolon
2016-06-30 18:25:39 -03:00
Claudio Sanches
ef41395ae9
[2.6] [REST API] Added support for WP REST API with custom URL prefix
2016-06-30 18:23:21 -03:00
Claudio Sanches
b63b4600e9
Merge branch 'master' of github.com:woothemes/woocommerce
2016-06-30 15:24:53 -03:00
Claudio Sanches
69b976e3a9
[REST API] Remove the term if something fails while creating, closes #11303
2016-06-30 15:24:23 -03:00
Claudio Sanches
f0e1881520
Merge pull request #11313 from antoscarface/fix-product-variable-unit-test-helper
...
Set product post with 'variable' product type term.
2016-06-30 15:18:05 -03:00
Claudio Sanches
08f95481e0
Normalize the "Read more" button text, closes #11319
2016-06-30 15:16:26 -03:00
Claudio Sanches
57ac24ace8
Merge pull request #11318 from kristinaplauche/jquery-minify
...
11317
2016-06-30 15:05:02 -03:00
Kristina Plauche
4913539977
11318 update
...
Applied update suggested by Claudio
2016-06-30 14:02:16 -04:00
Claudio Sanches
bf7ae9026e
Updated changelog
2016-06-30 15:00:12 -03:00
Claudio Sanches
b6f1c4e913
POT
2016-06-30 14:57:01 -03:00
Claudio Sanches
3592bb61ba
Fixed payment-methods exclusion from accout menu items
2016-06-30 14:38:34 -03:00
Claudio Sanches
d3e3504dc1
Updated changelog
2016-06-30 14:31:16 -03:00
Kristina Plauche
2f99cb7211
11317
...
Makes jquery-ui minify
2016-06-30 13:06:42 -04:00
Claudio Sanches
18b1b8c238
Disable empty my account endpoints, closes #11274
2016-06-30 13:58:10 -03:00
Claudio Sanches
529fa3eb58
[REST API] Improve how handle product and variations images #11310
2016-06-30 13:03:52 -03:00
Claudio Sanches
746157557a
Merge pull request #11310 from kongper/master
...
Add variation image by attachment_id #11309
2016-06-30 12:43:47 -03:00
Antonino Scarfì
44ae333f82
Set product post with 'variable' product type term.
2016-06-30 17:42:03 +02:00
kongper
132c848b38
Closes woothemes/woocommerce#11309
2016-06-30 14:38:41 +02:00
Mike Jolley
a942cfade8
Make sure page ID is > 0
...
Closes #11305
2016-06-30 12:23:41 +01:00