Commit Graph

23409 Commits

Author SHA1 Message Date
Mike Jolley 29107d24a9 Remove filters from tests and correct sums 2017-09-20 18:37:26 +01:00
Shakeeb Sadikeen da6a37c0d1 fixed : custom tab with no class error
when class is not passed with custom tab. echo's undefined index error with classes fixed
2017-09-20 22:14:58 +05:30
Mike Jolley 5131d096a8 JSMIN 2017-09-20 16:03:30 +01:00
Mike Jolley eb3396328b Apply default locale before country locale 2017-09-20 16:03:26 +01:00
Mike Jolley c0542be4ff Merge branch 'pr/16841' 2017-09-20 15:47:37 +01:00
Mike Jolley 3d9902c4d5 Page template should have higher priority. 2017-09-20 15:47:30 +01:00
Mike Jolley eb79566985 Fix legacy access to array props (fees, taxes, coupon totals + taxes)
Closes #16861
2017-09-20 15:39:05 +01:00
Mike Jolley f1f3a6fbc0 Add legacy shipping conditon
Closes #16853
2017-09-20 14:11:47 +01:00
Mike Jolley 9e1bd3c54d phpcs 2017-09-20 14:03:06 +01:00
Mike Jolley 2c70444123 Add subtotal to min and max spend code
Closes #16840
2017-09-20 13:51:41 +01:00
Mike Jolley 6aea8d0718 Wrap conditonal in add to cart shortcode string output
Closes #16856
2017-09-20 13:18:16 +01:00
Mike Jolley d52677b0ac Fix like query escape in background processing
Closes #16846
2017-09-20 12:46:27 +01:00
Mike Jolley c91cd01379 remove spam field
Closes #16862
2017-09-20 11:51:33 +01:00
Mike Jolley 04ba489628 Merge pull request #16835 from thenbrent/tweak_internal_meta_message
Tweak internal meta notice
2017-09-20 03:39:56 -07:00
Mike Jolley de1eceb95e Merge pull request #16843 from woocommerce/fix/16800
Make importer columns case-insensitive
2017-09-20 03:39:27 -07:00
Mike Jolley 70df6eb72f Merge pull request #16844 from woocommerce/fix/16826-2
Only set prices if set in request for legacy API
2017-09-20 03:38:30 -07:00
claudiulodro 133b664cc3 Only set prices if set in request 2017-09-17 11:44:00 -07:00
claudiulodro 9d8e308a78 Make importer columns case-insensitive 2017-09-17 10:18:03 -07:00
Claudiu Lodromanean f9120672bd Merge pull request #16767 from hjoelr/bugfix-coupon-cache
Bugfix: coupon object cache not being cleared upon deletion
2017-09-17 09:45:45 -07:00
Claudiu Lodromanean 2bf8a742f2 Merge pull request #16838 from woocommerce/fix/16834
Init price slider after using customizer
2017-09-17 09:24:07 -07:00
Claudiu Lodromanean 21aaa584e7 Merge pull request #16836 from woocommerce/fix/16832
Add target blank to terms and conditons
2017-09-16 15:32:03 -07:00
Emran Ahmed 066a857d19 Supporting Custom Post Type Template
Supporting Custom Post Type Template for Single Product.
2017-09-17 02:22:05 +06:00
Mike Jolley d125739742 fix init 2017-09-16 12:37:29 -07:00
Claudiu Lodromanean 75279ddfbc Merge pull request #16824 from woocommerce/fix/16778
Ensure we have arrays in find/replace
2017-09-16 12:36:10 -07:00
Mike Jolley 7cc931c185 Init price slider after using customizer
Closes #16834
2017-09-16 12:16:43 -07:00
Joel Rowley b24eb0b46a Added more tests 2017-09-15 21:04:21 -04:00
Joel Rowley b8b67cf471 Made state cleanup more explicit in case there were filters that need run on cleanup. 2017-09-15 21:00:56 -04:00
Joel Rowley f2a06c1ef0 Made discount unit tests more robust using PHPunit's Data Provider and tearDown() 2017-09-15 21:00:56 -04:00
Mike Jolley d0d73f55a8 Add target blank
Closes #16832
2017-09-15 16:48:25 -07:00
Mike Jolley 2bbeab247c Merge pull request #16822 from woocommerce/fix-16821
Remove extra space in tax state code
2017-09-15 16:43:41 -07:00
Mike Jolley a62bb30200 Merge pull request #16803 from iamdharmesh/master
Apply filter on product csv importer steps.
2017-09-15 16:39:20 -07:00
Mike Jolley 8973a0cdad Merge pull request #16797 from Umangvaghela/add-esc_html
add esc_html in class-wc-checkout.php file
2017-09-15 16:37:50 -07:00
Brent Shepherd 81b9160973 Add offending key to error message 2017-09-15 15:58:34 -07:00
Brent Shepherd f404affff4 Tweak internal meta notice
To remove ambiguity with accessing properties via $object->meta_key
syntax, which was deprecated with WC 3.0.
2017-09-15 15:48:53 -07:00
Claudio Sanches 5627014cd9 Merge pull request #16831 from woocommerce/fix/16794
Move cart totals setter for 3.1 compat
2017-09-15 15:22:19 -07:00
Mike Jolley d3da954133 Move cart totals setter for 3.1 compat
Closes #16794
2017-09-15 11:15:50 -07:00
Mike Jolley 83f60c68ab Merge branch 'pr/16807' 2017-09-15 10:54:59 -07:00
Umangvaghela e38d01bcfa Resolve Issue 2017-09-15 10:54:30 -07:00
Mike Jolley 11d6b4e7d8 Ensure we have arrays in find/replace
Closes #16778
2017-09-14 17:37:23 -07:00
corsonr e9cc8242ce Remove extra space in tax state code
Fixes #16821

Spaces shouldn’t allowed in tax state code, only 2 letters are required.
2017-09-14 15:50:25 -07:00
Mike Jolley a9432b9fb3 Merge pull request #16774 from franticpsyx/email-order-items-undefined-product
[3.0+] Resolve undefined product notice in email-order-items.php
2017-09-14 11:32:48 -07:00
Mike Jolley bac98218f3 Merge pull request #16782 from hjoelr/bugfix-discounts-wrong-var
Bugfix: Discounts not using the right variable
2017-09-14 11:32:27 -07:00
Mike Jolley f9719c79eb Merge pull request #16795 from hjoelr/bugfix/freeshipping-coupon
Bugfix: Resolve 'non-numeric value encountered' error in PHP 7.1 when freeshipping coupon used
2017-09-14 11:31:17 -07:00
Mike Jolley 48e4bf7577 Merge pull request #16806 from jdevalk/patch-1
Increase delay for json_search_customers
2017-09-14 11:29:20 -07:00
Mike Jolley ca01b824a6 Merge pull request #16765 from Nils-Fredrik/master
Apply filter to posted data in checkout.
2017-09-14 11:28:55 -07:00
Joost de Valk 794aaefb04 Increase delay for json_search_customers
Increases the delay for `woocommerce_json_search_customers` to 1000, to prevent a lot of unneeded queries from happening. 

Fixes #16805.
2017-09-14 10:30:50 +02:00
Dharmesh Patel d877ab31c5 Apply filter on product csv importer steps. 2017-09-13 23:56:15 +05:30
Claudio Sanches 96b5c1fd53 Merge pull request #16775 from mitraval192/secure-link
add Secure link
2017-09-13 15:02:08 -03:00
Umangvaghela 37edbbedf5 add esc_html in class-wc-checkout.php file 2017-09-13 13:01:59 +05:30
Joel Rowley 458a6c87c7 Resolve 'non-numeric value encountered' error in PHP 7.1 when freeshipping coupon used 2017-09-12 21:33:43 -04:00