Commit Graph

15555 Commits

Author SHA1 Message Date
Mike Jolley be9b7bd4b5 If no variation ID is set, do a match
Closes #10737
2016-04-20 12:35:06 +01:00
Mike Jolley f3762d9ed5 category support for sale_products shortcode 2016-04-20 12:27:20 +01:00
Mike Jolley 9eb32a2bd8 Keeps undo message in view
@coderkevin there was another case where the undo message would be gone
after refresh. This loads the content via ajax still preserving the
message.
2016-04-20 11:21:32 +01:00
Mike Jolley 3a59e3cbad Enable update cart button only when qty's change 2016-04-20 11:10:39 +01:00
Mike Jolley 086556f706 Merge pull request #10744 from coderkevin/empty_cart_reload
Reload cart page upon emptying.
2016-04-20 05:01:02 -05:00
Mike Jolley c1a8d6742f Note when WC.php is used in theme
Closes #10741
2016-04-20 10:37:54 +01:00
Mike Jolley 76dd7447dc No SS
Closes #10745 or feed
2016-04-20 10:24:35 +01:00
Kevin Killingsworth f45a4cd57d Reload cart page upon emptying.
The server shows a different page for the cart
when the cart is completely empty. The Cart AJAX
update subverted this and caused issue #10736 as
a result. Not to mention, the page just didn't look
good or functional with no items left in the cart.

This commit forces a reload any time the cart becomes
empty, which shows the empty page generated from
the server.

Fixes #10736
2016-04-19 23:36:48 -05:00
Mike Jolley 1879a44373 PayPal case 2016-04-19 22:17:09 +01:00
Claudio Sanches 3aaa6d1c53 Merge pull request #10739 from unfulvio/filterable-order-statuses
Makes shop order post statuses filterable during registration
2016-04-19 17:47:53 -03:00
Claudio Sanches 1603543bf3 Merge pull request #10735 from coderkevin/cart_update
Fix: Ensure cart gets updated
2016-04-19 16:59:31 -03:00
Fulvio Notarstefano 5862a462a9 Make register shop order post statuses filterable 2016-04-19 21:20:55 +02:00
Kevin Killingsworth 069eca0b32 Fix: Ensure cart gets updated
The cart was not getting updated in all cases
when products were removed or shipping was
updated. This ensures those changes update the
cart as well.

Fixes #10734
2016-04-19 13:00:18 -05:00
Mike Jolley 25138f4ce3 Preserve values on add row 2016-04-19 18:27:00 +01:00
Claudio Sanches 41517cacf5 Merge branch 'master' of github.com:woothemes/woocommerce 2016-04-19 12:59:33 -03:00
Claudio Sanches f204b33fb7 Exclude legacy API from phpunit and scrutinizer 2016-04-19 12:59:13 -03:00
Mike Jolley a60b03baa9 Log close method. Fixes unit tests. 2016-04-19 16:56:43 +01:00
Claudio Sanches 37f03f34e8 Update data from master 2016-04-19 12:50:14 -03:00
Claudio Sanches b6d33ee906 WP-API 2016-04-19 12:49:16 -03:00
Mike Jolley f47a1de108 Close file if it's already open before clear 2016-04-19 16:31:36 +01:00
Mike Jolley 9f5967cb87 Support callback and return URLs which do not define scheme
@claudiosmweb Closes #10678
2016-04-19 16:12:22 +01:00
Mike Jolley fb8708dea6 Merge branch 'pr/10689' 2016-04-19 14:00:46 +01:00
Mike Jolley ab61975357 Tweak returns 2016-04-19 14:00:40 +01:00
Mike Jolley 120a62cd90 minify 2016-04-19 13:44:20 +01:00
Mike Jolley 73658fe17c Merge pull request #10720 from bucketpress/patch-1
Make product tabs and ratings work when product page is loaded via ajax
2016-04-19 07:43:39 -05:00
Mike Jolley b3244c7c79 Merge pull request #10632 from woothemes/payment-gateway-wizard-refactor
Implement new gateway screen in wizard
2016-04-19 07:32:13 -05:00
Mike Jolley 03a7892da6 Learn more links to .org 2016-04-19 13:31:41 +01:00
Mike Jolley f739e97c76 Merge branch 'master' into payment-gateway-wizard-refactor
# Conflicts:
#	assets/css/activation.css
#	assets/css/wc-setup.css
2016-04-19 13:25:20 +01:00
Mike Jolley 8e0e9a0cc2 Deprecate Simplify in favour of feature plugin 2016-04-19 13:14:13 +01:00
Mike Jolley 5acb2d7661 Adjusts logos 2016-04-19 12:04:52 +01:00
Mike Jolley ac1e18a804 Merge pull request #10731 from jobthomas/master
Sidekick removal
2016-04-19 05:45:06 -05:00
Mike Jolley 1dccf92953 Prevent changing slug to name via pointer
Fixes #10727
2016-04-19 11:42:44 +01:00
Mike Jolley 3ff10a4ce2 Only get purchase note if product exists
Fixes #10726
2016-04-19 11:10:21 +01:00
Job d3cb293e2d Sidekick removal
Partnership with Sidekick ended:

* Removed all styles and mentions of Sidekick
* Updated docs prompt on last step on boarding: *Read more* > *Learn
more*
2016-04-19 11:01:22 +02:00
bucketpress dfccfce705 Grouping of delegated events together
As suggested by @claudiosmweb
2016-04-19 10:00:16 +08:00
Claudio Sanches cfedab0d74 Added Bitcoin/BTC currency
@mikejolley
2016-04-18 20:28:04 -03:00
Claudio Sanches ee974da07f Merge branch 'master' of github.com:woothemes/woocommerce 2016-04-18 20:27:48 -03:00
Claudio Sanches 71aa29d144 Added new 109 currencies
@mikejolley
2016-04-18 20:21:14 -03:00
Mike Jolley 3b3872da3f More logging 2016-04-18 21:06:33 +01:00
Claudio Sanches fce5584185 Makes wc_create_new_customer() pluggable
And fixed some coding standards.

Closes #10683
2016-04-18 15:30:57 -03:00
Claudio Sanches afc060419d Pass product object to wc_attribute_label 2016-04-18 13:47:07 -03:00
Mike Jolley 1439b6da31 Do plugin install in the background 2016-04-18 17:05:19 +01:00
Claudio Sanches 50c9e302d7 Fixed emails charset using the same charset as the database, closes #10686 2016-04-18 12:57:21 -03:00
Claudio Sanches d98358d20f Apigen website do not open under HTTPS
@mikejolley
2016-04-18 12:43:58 -03:00
Mike Jolley 4b3d06821e Update wording 2016-04-18 15:58:22 +01:00
Mike Jolley 53b867e03e Merge branch 'pr/10724' 2016-04-18 15:39:25 +01:00
Mike Jolley 6dc0fecaa0 CB should be first 2016-04-18 15:39:19 +01:00
Mike Jolley 586587b5ec Merge pull request #10719 from JeroenSormani/zones-output-tweak
Only ouput zones UI when in that section, don't default to it
2016-04-18 09:37:45 -05:00
Mike Jolley 826613db3c Grunt dev 2016-04-18 15:37:19 +01:00
Mike Jolley 7d7241ba68 Merge branch 'pr/10696'
# Conflicts:
#	assets/css/woocommerce.css
2016-04-18 15:36:03 +01:00