Commit Graph

4439 Commits

Author SHA1 Message Date
Barry Hughes 90d9dce1f4
Merge pull request #29510 from woocommerce/fix/29359
Prevent saved changes message when leaving page closes #29359
2021-03-30 07:09:00 -07:00
roykho 1234a5a46f
Add comment for clarity 2021-03-30 05:46:36 -07:00
roykho 4cf6625f0c
Prevent saved changes message when leaving page closes #29359 2021-03-26 15:09:43 -07:00
Roy Ho f7e38bd1f1
Merge pull request #29497 from woocommerce/fix/29323
Make select2 dropdown text visible in dark mode closes #29323
2021-03-26 14:31:10 -07:00
roykho 80ef3f039a
Make select2 dropdown text visible in dark mode closes #29323 2021-03-25 07:48:40 -07:00
roykho 43323d3cc6
Fix alignment issues with lost password form closes #29325 2021-03-25 07:30:48 -07:00
Néstor Soriano 47aa9d7e97
Merge pull request #29480 from woocommerce/fix/28914
Remove duplicate notices from cart during ajax updates closes #28914
2021-03-25 09:20:14 +01:00
roykho 0b9f208ea7
Adjust alignment issues for Twenty Twenty One theme closes #28700 2021-03-24 13:39:58 -07:00
roykho ad77c37b41
Typo on the variable 2021-03-24 10:07:35 -07:00
roykho 9118349520
Remove duplicate notices from cart during ajax updates closes #28914 2021-03-24 09:59:20 -07:00
jonathansadowski 2e60d47a01
Merge pull request #29181 from woocommerce/fix/27233
Use AJAX for Page Configuration
2021-03-23 11:46:00 -05:00
roykho e5380ac966
Add new function to handle single page search closes #27233 2021-03-22 13:20:16 -07:00
roykho 657bef2eb0
Fix sale tag misaligned on product archive when columns are less than 3 closes #29343 2021-03-18 09:01:19 -07:00
Néstor Soriano 7ba48234fa
Merge pull request #29397 from woocommerce/fix/issue-29163
Fix offsets not calculated correctly sometimes  on select2 dropdowns …
2021-03-17 09:38:04 +01:00
Néstor Soriano 17224d0ab1
Merge pull request #29345 from woocommerce/hw/low-stock-threshold-for-variations
Low stock threshold for variations
2021-03-17 08:59:32 +01:00
roykho a1cda953dc
Fix offsets not calculated correctly sometimes on select2 dropdowns closes #29163 2021-03-16 07:39:09 -07:00
Roy Ho 57569c5168
Merge pull request #29232 from Dartui/trunk
Pass checkout submit result to triggered handler
2021-03-15 09:46:31 -07:00
Roy Ho b04e08fb52
Merge pull request #29282 from hsingyuc/fix/29261
Trigger country field change on address change click
2021-03-12 12:55:34 -08:00
Fernando Marichal bf17fb04f0 Added Mercado Pago logo
This commit adds a new asset (Mercado Pago logo) that will be used in the payments setup task.
2021-03-12 11:21:46 -03:00
Peter Fabian f7755f123e Enable bulk updates of variations with low stock amount. 2021-03-10 18:15:31 +01:00
hsing 24c4c7658a Trigger country field change on address change click 2021-03-04 16:01:07 -05:00
Moon 00a272fa85
Merge pull request #29174 from woocommerce/add/28568-dashboard-widget-finish-setup
Add/28568 dashboard widget - setup
2021-03-02 16:46:51 -08:00
Claudio Sanches bcdfe3cb68
Merge pull request #29182 from woocommerce/fix/26973-get-customer-location
Avoid/minimize wc-ajax requests when `geolocation_ajax` is enabled | #26973
2021-02-26 20:33:29 -03:00
Krzysztof Grabania 626dcb1fb1 Pass checkout submit result to triggered handler 2021-02-26 11:55:49 +01:00
Barry Hughes 94ed76a2f2
Update assets/js/frontend/geolocation.js (fix coding standards)
Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
2021-02-25 13:46:55 -08:00
Barry Hughes 5380d119ce
Update assets/js/frontend/geolocation.js (fix coding standards)
Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
2021-02-25 13:46:46 -08:00
Moon 5c99233905 Minor fixes
* Removed extra double quotation from the image tag

* Fixed typo in the init() method

* Moved init() method body into the constructor -- a separate method is not necessary
2021-02-22 20:33:02 -08:00
Moon 781c5e24d7 Status dashboard widget should be rendered only if onboarding tasks have been completed or hidden 2021-02-22 15:29:47 -08:00
Christopher Allford 5e771d8e4f Started Converting Woo Page Dropdowns
Since the page selection dropdowns in the Advanced settings area are
populated on load we can end up taking a very long time to load on
shops that have lots of pages. This commit adds page search support
to wooSelect and starts converting the pages to use it.
2021-02-19 15:28:07 -08:00
barryhughes 761f155fc3 Avoid/minimize wc-ajax requests when `geolocation_ajax` is enabled | #26973 2021-02-19 14:50:59 -08:00
Claudio Sanches b6fe772d54
Merge pull request #29109 from woocommerce/update/add-tracking-to-status-widget
Add tracking to WooCommerce Status widget
2021-02-18 20:03:50 -03:00
Claudio Sanches 881159dd31 Indent with tabs 2021-02-18 20:02:56 -03:00
Claudio Sanches ddc71d71a6
Merge pull request #27242 from jgreys/fix/27021
Checkout: phone number validation fix #27021
2021-02-18 19:31:33 -03:00
Moon ba2f97af62
Update assets/js/admin/wc-status-widget.js
Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
2021-02-18 13:17:27 -08:00
Moon ab8d29ea0c
Update assets/js/admin/wc-status-widget.js
Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
2021-02-18 13:17:22 -08:00
Roy Ho 2fab448010
Update assets/css/twenty-twenty-one.scss
Co-authored-by: Christopher Allford <christopher.allford@automattic.com>
2021-02-17 13:58:16 -08:00
Moon 6284cbee3a Add a new dashboard widget to promote store setup 2021-02-17 12:10:13 -08:00
roykho ab97be1e98
Fix placeholder image height in cart closes #29137 2021-02-15 19:50:30 -08:00
Moon 3707764736 Add tracking to WooCommerce Status widget -- net-sales, order-processing, orders-on-hold, low-stock, and out-of-stock 2021-02-15 16:41:14 -08:00
roykho 66155b978b
Wrap variables in recent SASS format closes #29119 2021-02-12 15:33:45 -08:00
Matt Sherman 6044f3e958 Update Products and Reports icons to use Dashicons instead of custom font 2021-02-12 10:37:23 -05:00
Matt Sherman cca38a577e Use SVG instead of CSS/font for WooCommerce icon 2021-02-10 15:12:47 -05:00
Dan Q 7d0e67c12e
Change WooCommerce logo color to new purple.
Re #29053.
2021-02-08 11:57:02 +00:00
vedanshujain 2bb419e92f Fix eslint errors. 2021-02-05 12:35:40 +05:30
roykho 5c76d8df59
Revert jQuery function change as these are not jQuery objects 2021-02-04 12:36:15 -08:00
Roy Ho ce31630498
Merge pull request #28753 from helgatheviking/issues/28286-jquery-3
Issues/28286 Updates for deprecated jQuery 3 functions
2021-02-04 06:19:57 -08:00
Kathy Daring 56281fc804 Reverse adb2c6b86... Restore jQuery.select() 2021-02-02 13:41:07 -07:00
Kathy Daring afd164e271 revert 0ccff4dda5. restore jQuery .focus() 2021-02-02 13:38:48 -07:00
Kathy Daring ffdb2d9059 Merge branch 'master' into issues/28286-jquery-3
# Conflicts:
#	assets/js/admin/meta-boxes-product.js
2021-02-02 09:43:08 -07:00
Kathy Daring 9b7b72f00a replace jQuery.bind except in 3rd party assets 2021-02-02 09:38:04 -07:00