Commit Graph

23060 Commits

Author SHA1 Message Date
claudiulodro a3c876a2ef Extra i18n address handling for cart page compatibility 2017-09-06 12:42:12 -07:00
Claudio Sanches 4e9cf1c598 Restored WooCommerce->define access to private 2017-09-06 14:47:35 -03:00
Claudio Sanches 4131cf67bc Merge pull request #16715 from jamesgol/add_to_cart_variation
Allow variable products to be added via simple HTTP Request
2017-09-06 14:35:24 -03:00
Claudio Sanches f8f9c7b04c Merge branch 'master' into add_to_cart_variation 2017-09-06 14:33:57 -03:00
Claudiu Lodromanean 1d165009d0 Merge pull request #16711 from woocommerce/update/16703
Auto update db filter
2017-09-06 09:32:16 -07:00
Claudio Sanches a785824d64 Merge pull request #16726 from woocommerce/fix/variation-add-to-cart-support
Variation ID add to cart support
2017-09-06 13:16:46 -03:00
Mike Jolley 7fefc5f5b5 Revise logic to deal with variation IDs 2017-09-06 17:05:21 +01:00
Mike Jolley 6fee915fdb phpcs 2017-09-06 16:47:48 +01:00
Claudio Sanches 45debc0b47 Merge pull request #16722 from woocommerce/fix/16720
Add option to disable validation when applying coupons
2017-09-06 11:37:59 -03:00
Mike Jolley 4ec1aa3063 Merge pull request #16723 from jamesckemp/patch-6
Typos in Readme
2017-09-06 13:49:01 +01:00
Mike Jolley 6ff78e29fe Fix conditonal on cart redirect
Closes #16724
2017-09-06 13:44:30 +01:00
James Kemp 8c02de3672 Typos in Readme 2017-09-06 13:35:20 +01:00
Mike Jolley d08bf4b489 Add option to disable validation when applying coupons
Closes #16720
2017-09-06 11:26:34 +01:00
Mike Jolley 2aa735a334 Merge pull request #16709 from woocommerce/fix/16705
Legacy find/replace handling for emails.
2017-09-06 10:57:17 +01:00
Mike Jolley 10a873a808 Remove find/replace definition 2017-09-06 10:52:45 +01:00
Mike Jolley f041155f8a Merge pull request #16713 from woocommerce/fix/php-notice-on-item-order
Fix PHP notice on item order
2017-09-06 10:51:37 +01:00
Mike Jolley 9c5765b625 This should be off by default 2017-09-06 10:49:03 +01:00
Mike Jolley 4d1f636bc3 Merge pull request #16716 from woocommerce/fix/helper-mobile-filter
Helper: fix counter indicator in subscriptions filter
2017-09-06 10:47:05 +01:00
Mike Jolley 5e052a27c4 Merge pull request #16718 from woocommerce/fix/16678
Preserve the behavior of wc_price filter
2017-09-06 10:41:15 +01:00
Mike Jolley 0510714abf Merge remote-tracking branch 'origin/master' 2017-09-06 10:40:50 +01:00
Mike Jolley 4ef4c1ad6c Merge branch 'pr/16719' 2017-09-06 10:40:47 +01:00
Mike Jolley e0a01d7018 syntax error 2017-09-06 10:40:40 +01:00
Mike Jolley d2b2411a18 Merge pull request #16721 from woocommerce/fix/email-notice-missing-variable
Fix email notice missing variable
2017-09-06 10:37:26 +01:00
Boro Sitnikovski 99642215aa Fix email notice missing variable 2017-09-06 09:25:02 +02:00
Brian Henry 6cf9f45978 Always apply woocommerce_countries_allowed_countries filter
'woocommerce_countries_allowed_countries' filter previously was not applied when 'all' was the selected option.
2017-09-05 16:37:29 -07:00
Claudio Sanches 97498ba975 Preserve the behavior of wc_price filter
The default behavior as been changed after #16678

Current 3rd party integrations should already be expecting the price as a
formatted string.

Closes #16678
2017-09-05 17:38:17 -03:00
Claudio Sanches 058310f78c Merge pull request #16712 from Umangvaghela/latest
Fix CSS changes
2017-09-05 17:28:18 -03:00
Claudio Sanches 432776ca79 Merge pull request #16714 from javorszky/set_quantity_filter_cart
Add cart object to filters with quantity updates
2017-09-05 17:26:01 -03:00
Claudio Sanches a13158a75a Apply wc_maybe_define_constant() in all places 2017-09-05 16:52:39 -03:00
Claudio Sanches d0f9b1061e Unit tests 2017-09-05 16:52:20 -03:00
Claudio Sanches f98aeb5b91 Use WC()->define() into wc_maybe_define_constant() 2017-09-05 16:51:09 -03:00
Boro Sitnikovski 5224eab917 Update PR with new logic 2017-09-05 19:56:56 +02:00
José Marques eec2bb1a1a Helper: fix counter indicator in subscriptions filter 2017-09-05 17:33:10 +01:00
James Golovich 562912a27a Allow variable products to be added via simple HTTP Request
Matches existing behavior of simple products that allow adding via a URL link.
2017-09-05 09:12:53 -07:00
Gabor Javorszky d3ade84852 Add cart object to filters with quantity updates
No issue.

Other filters (remove cart item, restore cart item) have the cart object passed as well. These ones should be too.
2017-09-05 16:40:44 +01:00
Boro Sitnikovski 85e3cee634 Use prop getters/setters instead 2017-09-05 15:17:16 +02:00
Boro Sitnikovski ff9316b093 Fix PHP notice on item order 2017-09-05 14:06:13 +02:00
Umangvaghela 9bed39018d Fix CSS changes 2017-09-05 17:30:43 +05:30
Mike Jolley 990e33dd07 Remove debug 2017-09-05 11:56:02 +01:00
Mike Jolley a4a9badbb9 Refactor and introduce `woocommerce_enable_auto_update_db` 2017-09-05 11:54:17 +01:00
Mike Jolley 5c5a8f4e8e Helper functions 2017-09-05 11:54:04 +01:00
Mike Jolley cbe4e26c97 Legacy find/replace handling
Closes #16705
2017-09-05 10:15:32 +01:00
Claudio Sanches 5cb9ddf290 Merge pull request #16701 from woocommerce/fix/16698
Correct colspan
2017-09-04 15:07:23 -03:00
Mike Jolley 645fb01aa8 Correct colspan
Closes #16698
2017-09-04 18:14:40 +01:00
Claudio Sanches aed16d77ae Merge pull request #16694 from woocommerce/fix/16591
Search within current terms to reduce meta query
2017-09-04 12:15:07 -03:00
Mike Jolley 056720d3e7 Search within current terms to reduce meta query
Closes #16591
2017-09-04 12:57:28 +01:00
Mike Jolley 671a4d7b21 Merge pull request #16687 from pmgarman/patch-2
Match the database sizes up with the right labels
2017-09-04 10:17:49 +01:00
Mike Jolley 42e19f1bb8 Merge pull request #16678 from Drivingralle/patch-3
Pass unformated price into filter to allow better overwrite
2017-09-04 10:15:51 +01:00
Patrick Garman 05c27f0f70 Match the database sizes up with the right labels 2017-09-02 18:56:29 -05:00
Claudio Sanches a37741b842 Merge pull request #16682 from woocommerce/fix/16681
Remove featured image on empty image array
2017-09-01 17:42:38 -03:00