Peter Fabian
e19d64e51e
Fixed PHPCS violations
2018-03-26 11:00:28 +02:00
ahmedofali
d06854a0b4
Defining array before attempting to append to it
2018-03-25 18:28:14 +00:00
Rodrigo Primo
a02b77bedc
Use minimum price to order variable products on term archives
...
Commit 12d7bf7
added a specific query to order products by price from low to high on term archives (see #17690 and #16694 for more details), but, probably due to a copy and paste error, it changed the behavior when dealing with variable products. Instead of using the smallest variation price of each variable product, it was using the highest variation price. This commit changes this new query to use the smallest variation price of each variable product. This way ordering by price from low to high on term archives will again behave in the same way that on the shop page when dealing with variable products.
2018-03-23 16:15:37 -03:00
Mike Jolley
fb290ebbaa
Merge pull request #19510 from woocommerce/fix/19472
...
Check query var for orderby if not found in $_GET
2018-03-23 18:00:42 +00:00
Peter Fabian
26144afbc6
Test request length after applying filter
...
- added default value to get_line_item_args to not break interface
- smaller code review updates
2018-03-23 17:22:09 +01:00
claudiulodro
62d88892bf
Check query var for orderby
2018-03-23 08:30:02 -07:00
Mike Jolley
0573232c62
Call empty cart when completing payment in PayPal
2018-03-23 12:54:03 +00:00
Mike Jolley
f98eb66f8c
Webhooks do not need permission checks
2018-03-23 12:45:10 +00:00
Mike Jolley
0f040f08c4
Merge pull request #19494 from woocommerce/fix/download-handler-class-phpcs
...
Fixed includes/class-wc-download-handler.php PHPCS violations
2018-03-23 11:51:01 +00:00
Gerhard Potgieter
e876f0dfb2
empty check on 0 will be true, return no when empty.
2018-03-23 11:21:59 +02:00
Gerhard Potgieter
04cce41b6b
Default to no when importing backorders.
2018-03-23 11:19:02 +02:00
rspublishing
2eca0d73bd
Duplicate queries for WC_Admin_Report->get_order_report_data()
2018-03-23 11:15:21 +02:00
Peter Fabian
59af63e642
Merge branch 'master' into fix/19404
2018-03-23 09:36:15 +01:00
Claudiu Lodromanean
d4ef90bf91
Merge pull request #19495 from woocommerce/fix/emails-class-phpcs
...
Fixed includes/class-wc-emails.php PHPCS violations
2018-03-22 13:27:21 -07:00
Claudiu Lodromanean
8048afe4ce
Merge pull request #19498 from woocommerce/fix/frontend-scripts-class-phpcs
...
Fixed includes/class-wc-frontend-scripts.php PHPCS violations
2018-03-22 13:25:12 -07:00
Claudio Sanches
027789271d
Fixed includes/class-wc-frontend-scripts.php PHPCS violations
2018-03-22 16:01:03 -03:00
Claudio Sanches
930591808b
Fixed includes/class-wc-product-variation.php PHPCS violations
2018-03-22 15:49:01 -03:00
Claudio Sanches
b2e33b3fb9
Fixed includes/class-wc-product-variable.php PHPCS violations
2018-03-22 15:47:50 -03:00
Claudio Sanches
8470a691a7
Fixed includes/class-wc-product-simple.php PHPCS violations
2018-03-22 15:43:51 -03:00
Claudio Sanches
50c0a34dec
Fixed includes/class-wc-product-query.php PHPCS violations
2018-03-22 15:41:53 -03:00
Claudio Sanches
dfeb867a04
Fixed includes/class-wc-product-grouped.php PHPCS violations
2018-03-22 15:37:29 -03:00
Claudio Sanches
73a56469ef
Fixed includes/class-wc-product-factory.php PHPCS violations
2018-03-22 15:36:07 -03:00
Claudio Sanches
6eada732b8
Fixed includes/class-wc-product-external.php PHPCS violations
2018-03-22 15:26:09 -03:00
Claudio Sanches
475e0c734f
Fixed includes/class-wc-product-download.php PHPCS violations
2018-03-22 15:10:22 -03:00
Claudio Sanches
809ca5e0fc
Fixed includes/class-wc-product-attribute.php PHPCS violations
2018-03-22 15:07:06 -03:00
Claudio Sanches
a529e1fdf3
Fixed includes/class-wc-emails.php PHPCS violations
2018-03-22 14:54:16 -03:00
Claudio Sanches
88d0b502d9
Fixed includes/class-wc-download-handler.php PHPCS violations
2018-03-22 14:12:36 -03:00
Mike Jolley
db9e66e743
Merge pull request #19481 from woocommerce/fix/payment-classes-phpcs
...
Fixed payment main classes PHPCS violations
2018-03-22 15:11:13 +00:00
Mike Jolley
d40e09b3c9
Merge pull request #19484 from woocommerce/fix/shipping-classes-phpcs
...
Fixed shipping classes PHPCS violations
2018-03-22 15:08:11 +00:00
Mike Jolley
66a5895645
Merge pull request #19483 from woocommerce/fix/posts-classes-phpcs
...
Fixed post classes PHPCS violations
2018-03-22 15:07:45 +00:00
Claudio Sanches
e79012e7e3
Fixed a typo
2018-03-22 12:06:36 -03:00
Peter Fabian
27a309d2df
Removed line item limit and make sure the URL is shorter than 2083 characters
...
- removed limit to 9 line items per Paypal order
- if the request URL with all line items will be longer than 2083 characters, send it as one line item
- fix the character limit function to account for URL encoding happening in http_build_query
2018-03-22 15:39:30 +01:00
Claudio Sanches
fd57c1c596
Fixed includes/class-wc-shipping-rate.php PHPCS violations
2018-03-21 20:58:20 -03:00
Claudio Sanches
996d3decfe
Fixed file and class dockblock
2018-03-21 20:54:10 -03:00
Claudio Sanches
39f1c3e8fc
Fixed coding standards
2018-03-21 20:53:59 -03:00
Claudio Sanches
7b1fc4c8e8
Fixed includes/class-wc-post-types.php PHPCS violations
2018-03-21 20:50:40 -03:00
Claudio Sanches
ce8033ddf6
Fixed includes/class-wc-post-data.php PHPCS violations
2018-03-21 20:44:35 -03:00
Claudio Sanches
b0617a13c4
Removed unnecessary ternary operators
2018-03-21 20:05:19 -03:00
Claudio Sanches
0660a50e07
Removed obvious boolean results
2018-03-21 19:57:10 -03:00
Claudio Sanches
72d0b448f6
Fixed includes/class-wc-payment-tokens.php PHPCS violations
2018-03-21 19:45:27 -03:00
Claudio Sanches
d14615a6f7
Fixed includes/class-wc-payment-gateways.php PHPCS violations
2018-03-21 19:40:47 -03:00
Mike Jolley
a826d4d91f
Better method of removing product query after it runs.
2018-03-21 17:41:14 +00:00
Claudio Sanches
21dc6d28cf
Merge branch 'master' into feature/18477
2018-03-21 14:31:58 -03:00
Mike Jolley
b037c965cb
Set default order if empty
2018-03-21 17:24:00 +00:00
Mike Jolley
9c42735386
temp fix; comment out lines
2018-03-21 16:41:22 +00:00
Mike Jolley
dc7aa30694
Merge pull request #19467 from woocommerce/fix/some-includes-classes-phpcs
...
Fixed PHPCS violations in some classes on includes directory
2018-03-21 10:39:18 +00:00
Claudio Sanches
a7692478b0
Fixed includes/class-wc-order-item.php PHPCS violations
2018-03-21 00:56:59 -03:00
Claudio Sanches
583378cf7b
Fixed includes/class-wc-order-item-tax.php PHPCS violations
2018-03-21 00:52:55 -03:00
Claudio Sanches
eedc8c57e5
Improved class description
2018-03-21 00:50:30 -03:00
Claudio Sanches
949514fe75
Fixed includes/class-wc-order-item-product.php PHPCS violations
2018-03-21 00:49:45 -03:00
Claudio Sanches
d03e5a5f6c
Fixed includes/class-wc-order-item-shipping.php coding standards
2018-03-21 00:46:32 -03:00
Claudio Sanches
51a06da91d
Fixed includes/class-wc-order-item.php PHPCS violations
2018-03-21 00:45:44 -03:00
Claudio Sanches
9a55d16f44
Fixed includes/class-wc-order.php PHPCS violations
2018-03-21 00:44:44 -03:00
Claudio Sanches
ddac79152a
Fixed includes/class-wc-order-item-meta.php PHPCS violations
2018-03-21 00:43:54 -03:00
Claudio Sanches
e70f278123
Fixed includes/class-wc-order-item-fee.php PHPCS violations
2018-03-21 00:39:37 -03:00
Claudio Sanches
806c0d7a6d
Fixed includes/class-wc-order-item-coupon.php PHPCS violations
2018-03-21 00:33:44 -03:00
Claudio Sanches
f2cce37d6f
Fixed includes/class-wc-order-factory.php PHPCS violations
2018-03-21 00:31:15 -03:00
Claudio Sanches
7978671dd0
Fixed includes/class-woocommerce.php coding standards
2018-03-21 00:22:29 -03:00
Claudio Sanches
7f5e5a3ca4
Short ABSPATH check in includes/class-wc-webhook.php
2018-03-21 00:22:04 -03:00
Claudio Sanches
cc7d7eec42
Fixed includes/class-wc-validation.php coding standards
2018-03-21 00:21:41 -03:00
Claudio Sanches
e2a079f42f
Fixed includes/class-wc-template-loader.php coding standards
2018-03-21 00:20:19 -03:00
Claudio Sanches
539282be16
Fixed includes/class-wc-structured-data.php PHPCS violations
2018-03-21 00:19:41 -03:00
Claudio Sanches
698be52bf8
Fixed includes/class-wc-shortcodes.php PHPCS violations
2018-03-21 00:18:50 -03:00
Claudio Sanches
8a31755b8c
Fixed includes/class-wc-session-handler.php PHPCS violations
2018-03-21 00:18:01 -03:00
Claudio Sanches
24cc589fd5
Fixed includes/class-wc-register-wp-admin-settings.php PHPCS violations
2018-03-21 00:16:26 -03:00
Claudio Sanches
b44aece433
Fixed includes/class-wc-regenerate-images.php PHPCS violations
2018-03-21 00:14:07 -03:00
Claudio Sanches
cf06e58906
Fixed includes/class-wc-query.php PHPCS violations
2018-03-21 00:13:22 -03:00
Claudio Sanches
e825f33414
Fixed includes/class-wc-meta-data.php PHPCS violations
2018-03-21 00:11:16 -03:00
Claudio Sanches
7173396912
Fixed includes/class-wc-log-levels.php PHPCS violations
2018-03-21 00:08:59 -03:00
Claudio Sanches
56d9a88926
Fixed includes/class-wc-integrations.php PHPCS violations
2018-03-21 00:07:37 -03:00
Claudio Sanches
b8534eee28
Fixed includes/class-wc-install.php PHPCS violations
2018-03-21 00:06:47 -03:00
Claudio Sanches
d59a7463eb
Fixed includes/class-wc-geolocation.php PHPCS violations
2018-03-21 00:03:50 -03:00
Claudio Sanches
d989627125
Fixed includes/class-wc-embed.php PHPCS violations
2018-03-21 00:02:57 -03:00
Claudio Sanches
a1a82b09bb
Fixed includes/class-wc-discounts.php PHPCS violations
2018-03-21 00:00:54 -03:00
Claudio Sanches
db713cce76
Short ASBPATH check in deprecated action and filter classes
2018-03-21 00:00:21 -03:00
Claudio Sanches
9a9906ec46
Fixed includes/class-wc-datetime.php PHPCS violations
2018-03-20 23:59:56 -03:00
Mike Jolley
016b3c76fb
Merge pull request #18196 from woocommerce/update/17795
...
Add refunded payment prop after an API refund succeeds.
2018-03-20 17:10:40 +00:00
Mike Jolley
e413cdd75e
Merge pull request #19458 from woocommerce/fix/customer-classes-phpcs
...
Fixed Customer classes PHPCS violations
2018-03-20 16:47:59 +00:00
Mike Jolley
701f17840a
Merge pull request #19457 from woocommerce/fix/countries-class-phpcs
...
Fixed includes/class-wc-countries.php PHPCS violations
2018-03-20 16:47:03 +00:00
Mike Jolley
b51626f183
Merge pull request #19456 from woocommerce/fix/coupon-class-phpcs
...
Fixed includes/class-wc-coupon.php PHPCS violations
2018-03-20 16:46:25 +00:00
Mike Jolley
6e02397935
Merge pull request #19459 from woocommerce/fix/data-classes-phpcs
...
Fixed Data store classes PHPCS violations
2018-03-20 16:44:57 +00:00
Mike Jolley
99ec658684
Merge pull request #19455 from woocommerce/fix/comments-class-phpcs
...
Fixed includes/class-wc-comments.php PHPCS violations
2018-03-20 16:44:27 +00:00
Claudio Sanches
16f3858472
Fixed "end if" comment
2018-03-19 20:22:39 -03:00
Claudio Sanches
62f2a603d5
Fixed includes/class-wc-data-store.php PHPCS violations
2018-03-19 20:21:10 -03:00
Claudio Sanches
3e7b6a9f7b
Fixed includes/class-wc-data-exception.php PHPCS violations
2018-03-19 20:17:56 -03:00
Claudio Sanches
d528e65849
Fixed includes/class-wc-customer.php PHPCS violations
2018-03-19 20:15:16 -03:00
Claudio Sanches
37a9af55c0
Fixed includes/class-wc-customer-download.php PHPCS violations
2018-03-19 20:07:49 -03:00
Claudio Sanches
4a384da01a
Fixed includes/class-wc-customer-download-log.php PHPCS violations
2018-03-19 20:01:52 -03:00
Claudio Sanches
96ec4d6215
Fixed includes/class-wc-coupon.php PHPCS violations
2018-03-19 19:59:20 -03:00
Claudio Sanches
0b5aef0fd3
Fixed includes/class-wc-countries.php PHPCS violations
2018-03-19 19:42:55 -03:00
Claudio Sanches
f81b90efe6
Fixed includes/class-wc-comments.php PHPCS violations
2018-03-19 19:39:31 -03:00
Claudio Sanches
73b1c9c603
Short ASBPATH check
2018-03-19 19:28:37 -03:00
Claudiu Lodromanean
b8700c51e2
Merge pull request #19449 from woocommerce/fix/19439
...
Set is_shortcode loop prop when outputting subcategories
2018-03-19 11:35:58 -07:00
Claudiu Lodromanean
0454f1539b
Merge pull request #19387 from woocommerce/update/19345
...
Add names to nonces
2018-03-19 11:14:23 -07:00
Mike Jolley
f6dc960e46
phpcs
2018-03-19 18:09:13 +00:00
Mike Jolley
6539b7913e
Merge branch 'master'
2018-03-19 18:05:36 +00:00
Mike Jolley
fb8b670cda
Merge branch 'master' into update/19345
2018-03-19 18:00:28 +00:00
Mike Jolley
e509e92f7b
BW compat for nonce check
2018-03-19 17:59:30 +00:00
Mike Jolley
40b831f4df
Missing $like was breaking unit tests.
...
@rodrigoprimo
2018-03-19 17:36:36 +00:00
Claudiu Lodromanean
e6a266e30f
Merge pull request #19412 from woocommerce/update/19408
...
Use wc_get_default_products_per_row as the default for product shortcodes
2018-03-19 09:23:44 -07:00
Mike Jolley
d099aae4ec
Fix test and default
2018-03-19 13:05:43 +00:00
Mike Jolley
ce7caa8029
Merge branch 'master' into fix/19284
2018-03-19 13:01:31 +00:00
Mike Jolley
f7056a4284
missing echo
2018-03-19 12:59:50 +00:00
Mike Jolley
6e2b65aca9
Merge pull request #19434 from woocommerce/fix/php-warning-catalog-ordering
...
Fixed PHP warning on woocommerce_catalog_ordering()
2018-03-19 12:54:27 +00:00
Mike Jolley
c26e766b06
Merge pull request #19428 from woocommerce/fix/phpcs-includes-product-grouped
...
Fix PHPCS violations in includes/class-wc-product-grouped.php
2018-03-19 12:52:21 +00:00
Mike Jolley
5a8c1ee81c
Merge pull request #19433 from woocommerce/fix/cart--classes-phpcs
...
Fixed cart classes PHPCS violations
2018-03-19 12:51:50 +00:00
Mike Jolley
127b9a89d0
Merge pull request #19436 from liquidweb/feature/register-additional-woocommerce-tables
...
Add the "woocommerce_install_get_tables" filter to WC_Install::get_tables()
2018-03-19 12:50:40 +00:00
Mike Jolley
808dbec82a
Set is_shortcode loop prop when outputting subcategories
...
Fixes #19439
2018-03-19 11:12:18 +00:00
Claudio Sanches
47894cc64d
Fixed includes/class-wc-checkout.php PHPCS violations
2018-03-16 16:15:08 -03:00
Steve Grunwell
049876ac8f
Add the "woocommerce_install_get_tables" filter to WC_Install::get_tables()
...
This commit adds a new filter, "woocommerce_install_get_tables", to the WC_Install::get_tables() method, enabling WooCommerce extensions to register new, WooCommerce-specific tables, ensuring these tables can be cleaned up automatically should WooCommerce be uninstalled (useful for things like custom table data stores). Nothing gets added by default, but this provides an integration point for plugins like WooCommerce Custom Orders Table.
2018-03-16 18:54:17 +00:00
Claudio Sanches
15989622df
Fixed PHP warning on woocommerce_catalog_ordering()
...
This fixes the follow warning:
> PHP Warning: array_key_exists(): The first argument should be either a string or an integer in includes/wc-template-functions.php on line 1012
When an option doesn't exists is returned `false`, just setting a default value to fix the issue.
This issue should happen in new installations of WooCommerce 3.3 when no
order is defined on the customizer.
2018-03-16 15:13:21 -03:00
Claudio Sanches
84c047dad1
Fixed includes/class-wc-cart.php PHPCS violations
2018-03-16 15:08:52 -03:00
Claudio Sanches
67cd6b8fbf
Fixed includes/class-wc-cart-totals.php PHPCS violations
2018-03-16 14:47:18 -03:00
Claudio Sanches
8effbb11bd
Fixed includes/class-wc-cart-session.php PHPCS violations
2018-03-16 14:45:28 -03:00
Claudio Sanches
c904894035
Fixed includes/class-wc-cart-fees.php PHPCS violations
2018-03-16 14:43:53 -03:00
Claudio Sanches
db3924f2c7
Merge pull request #19421 from woocommerce/fix/auth-class-phpcs
...
Fixed includes/class-wc-auth.php PHPCS violations
2018-03-16 11:57:05 -03:00
Mike Jolley
09b089fff4
Merge pull request #19424 from woocommerce/fix/breadcrumb-class-phpcs
...
Fixed includes/class-wc-breadcrumb.php PHPCS violations
2018-03-16 14:14:26 +00:00
Mike Jolley
6cc5f2e171
Merge pull request #19140 from woocommerce/fix/subcategory-cache
...
Clear subcategory cache
2018-03-16 14:08:58 +00:00
Mike Jolley
eb26221b1a
Merge branch 'master' into update/19061
2018-03-16 13:59:05 +00:00
Rodrigo Primo
6fcc468aba
PHPCS fixes in includes/class-wc-product-grouped.php
2018-03-16 10:00:42 -03:00
Rodrigo Primo
8e87ce7e57
Remove unused variable
2018-03-16 09:57:18 -03:00
Gerhard Potgieter
b0902e56d8
Merge pull request #19423 from woocommerce/fix/background-emailer-class-phpcs
...
Fixed includes/class-wc-background-emailer.php PHPCS violations
2018-03-16 13:40:41 +02:00
Gerhard Potgieter
5fcef12667
Merge pull request #19422 from woocommerce/fix/autoload-class-phpcs
...
Fixed includes/class-wc-autoloader.php PHPCS violations
2018-03-16 13:26:45 +02:00
Gerhard Potgieter
c0d3050a99
Merge pull request #19420 from woocommerce/fix/api-class-phpcs
...
Fixed includes/class-wc-api.php PHPCS violations
2018-03-16 13:11:22 +02:00
Mike Jolley
5740dc15e7
Merge pull request #19416 from woocommerce/fix/17876
...
Enable selecting with tab key on selectWoo
2018-03-16 11:08:30 +00:00
Claudio Sanches
8d860d7fb3
Fixed includes/class-wc-breadcrumb.php PHPCS violations
2018-03-15 18:30:08 -03:00
Claudio Sanches
3d4217143e
Fixed includes/class-wc-background-emailer.php PHPCS violations
2018-03-15 18:22:12 -03:00
Claudio Sanches
820426a4d0
Short ASBPATH check in includes/class-wc-background-updater.php
2018-03-15 18:14:36 -03:00
Claudio Sanches
0ce0edac73
Fixed includes/class-wc-autoloader.php PHPCS violations
2018-03-15 18:13:26 -03:00
Claudio Sanches
8ab919ee94
Fixed includes/class-wc-auth.php PHPCS violations
2018-03-15 17:58:12 -03:00
Claudio Sanches
b6bcb44f3f
Fixed includes/class-wc-api.php PHPCS violations
2018-03-15 17:35:40 -03:00
Claudio Sanches
827d957d66
Load GeoLite2 Reader when creating a new instance of WC_Geolite_Integration
2018-03-15 17:30:17 -03:00
Claudio Sanches
774a54b8ee
Deprecated old WC_Geo_IP class
2018-03-15 17:23:40 -03:00
claudiulodro
b0fa583f6e
Enable selecting with tab key on selectWoo
2018-03-15 11:52:07 -07:00
Claudio Sanches
6405e8645a
Removed legacy private methods from WC_Geolocation
2018-03-15 14:01:36 -03:00
Claudio Sanches
a731135cae
Removed outdated IP lookup service and improved check for valid IPs
2018-03-15 13:45:49 -03:00
Claudiu Lodromanean
fbccc4ed5c
Merge pull request #19415 from woocommerce/fix/19401
...
Reload gateways after updating the order.
2018-03-15 09:21:15 -07:00
Claudiu Lodromanean
88531fdfc6
Merge pull request #19414 from woocommerce/fix/19398
...
Inherit 'is variation' from existing attribute during csv import
2018-03-15 09:06:57 -07:00
Claudiu Lodromanean
b00e05bb64
Merge pull request #19413 from woocommerce/update/19402
...
Add post_excerpt to product search
2018-03-15 08:00:52 -07:00
Mike Jolley
2abd510b36
Merge pull request #19391 from woocommerce/fix/rounding
...
100% coupon with inclusive taxes and out-of-base rounding issue fix
2018-03-15 12:43:58 +00:00
Mike Jolley
4bbdf30794
Reload gateways after updating the order. Fixes #19401
2018-03-15 12:39:30 +00:00
Mike Jolley
e86ae89123
phpcs
2018-03-15 12:36:10 +00:00
Mike Jolley
565f1c6e66
Inherit 'is variation' from existing attribute during csv import
2018-03-15 12:18:31 +00:00
Mike Jolley
3df5a479f9
Add post_excerpt to product search
2018-03-15 11:21:27 +00:00
Mike Jolley
1c9143546f
Use wc_get_default_products_per_row as the default for product shortcodes
...
Closes #19408
Will apply if no fixed columns are provided via the shortcode args.
2018-03-15 11:16:34 +00:00
Mike Jolley
c4b3bd0114
Merge pull request #19405 from woocommerce/phpcs-fixes
...
Fix PHPCS violations in a few files
2018-03-15 10:02:23 +00:00
Rodrigo Primo
a767eb1a87
PHPCS fixes in includes/class-wc-shipping-zone.php
2018-03-14 17:54:42 -03:00
Rodrigo Primo
af75da87fd
PHPCS fixes in includes/class-wc-shipping-zones.php
2018-03-14 17:53:41 -03:00
Rodrigo Primo
45c1adec23
Remove unused private method WC_Shipping::get_default_method()
...
This method was create in commit 9f65d2a1fc
and it was used only once inside WC_Shipping::calculate_shipping(). But commit 4c4f26ff41
removed this call to WC_Shipping::get_default_method() and left the method unused.
2018-03-14 17:50:38 -03:00
Rodrigo Primo
e90ce56a50
PHPCS fixes in includes/class-wc-shipping.php
2018-03-14 17:50:19 -03:00