Commit Graph

15581 Commits

Author SHA1 Message Date
Mike Jolley aa116f325f minify 2016-04-21 17:23:52 +01:00
Mike Jolley 9d1abd8a10 Bump version 2016-04-21 17:23:47 +01:00
Mike Jolley a8b2a5668f Added cancel button to shipping zones UI
Closes #10754
2016-04-21 16:18:15 +01:00
Mike Jolley c71e17a71b Don't duplicate SKUs
Closes #10751
2016-04-21 14:03:20 +01:00
Mike Jolley 0bad68f218 Fixed calculate_extra_shipping 2016-04-21 13:59:13 +01:00
Mike Jolley 0425ad5060 Check for set but non existing pages
Closes #10758
2016-04-21 12:23:50 +01:00
Mike Jolley fbca27b3d4 Tweak postcode example text
Closes #10755
2016-04-21 12:15:17 +01:00
Mike Jolley 39e8d981a0 Support order items when calling get_permalink on a variation. 2016-04-21 10:36:46 +01:00
Claudio Sanches 882b5c4c28 Merge pull request #10752 from frozzare/patch-1
Add `public` to `needs_shipping_address` method
2016-04-20 17:27:37 -03:00
Fredrik Forsmo 4e19676acf Add `public` to `needs_shipping_address` method 2016-04-20 21:05:23 +02:00
Mike Jolley 5af423c1c4 window.load is deprecated
@claudiosmweb
2016-04-20 16:38:58 +01:00
Mike Jolley 7c61e9be6c Merge branch 'pr/10746' 2016-04-20 15:03:20 +01:00
Mike Jolley 412195905b Pass package in all add_rate calls 2016-04-20 15:03:10 +01:00
Mike Jolley 4901117f64 Data must exist 2016-04-20 15:02:41 +01:00
Mike Jolley 87bc757de8 Correct $package usage and comments 2016-04-20 15:02:30 +01:00
Mike Jolley 04e9eef0ac Correct access props and comments 2016-04-20 15:02:19 +01:00
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
Diego Zanella 531f644f5f Added safeguard check for shipping methods post data 2016-04-20 10:21:28 +01:00
Diego Zanella 2c26fd5b02 Merge remote-tracking branch 'upstream/master' into POC-Restored_Backward_Compatibility 2016-04-20 10:07:23 +01:00
Diego Zanella e0c565da2d Backward compatibility with WC 2.5 and earlier
* Restored signature of WC_Shipping_Method::add_rate() method, while maintaining the features added in WC 2.6 to handle shipping zones.
2016-04-20 08:59:19 +01:00
Diego Zanella a506909822 Backward compatibility with WC 2.5 and earlier
* Slightly altered previous change to maintain the exact logic used before (i.e. the WC_Ajax class sets the POST data for the shipping method explicitly).
2016-04-20 08:49:32 +01:00
Diego Zanella ba46a5275f Backward compatibility with WC 2.5 and earlier
* Restored signature of WC_Settings_API::process_admin_options() method.
2016-04-20 08:48:29 +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
Diego Zanella 0adb68cb7c Merge remote-tracking branch 'upstream/master' 2016-04-19 20:53:27 +01: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