Vedanshu Jain
d1f5784fa4
Merge pull request #30108 from helgatheviking/issues/30107-enhanced-select-sortable
...
Issues/30107 enhanced select sortable
2021-06-25 18:17:50 +05:30
Barry Hughes
4487b3fa9a
Merge pull request #30015 from sabbir1991/fix/29984
...
Fix JS console error when add new shipping zone button clicke | #29984
2021-06-18 15:08:51 -07:00
helgatheviking
1c45df120e
Fix script error in enhanced select sorting. Use $(this) instead of $(self). Closes #30107 .
2021-06-15 12:38:48 -06:00
Jonathan Sadowski
4d32ef0dac
Fix issue with jQuery migration and editing addresses in wp-admin
2021-06-09 16:06:18 -05:00
Sabbir Ahmed
81fd117b70
redirect without removing the events handler
2021-06-07 22:43:33 +06:00
Sabbir Ahmed
4b33e5490f
fix js console error when add new shipping zone button clicked
2021-06-01 12:05:05 +06:00
roykho
2e106f64cf
Use prop function to set attributes closes #29709
2021-05-24 12:55:15 -07:00
Jonathan Sadowski
9e89ac8b95
Correct bind usage in product import and export (bind wasn't targeting jQuery object; was native JS bind)
2021-04-28 16:26:32 -05:00
roykho
6a1e3eb85c
Revert load function
2021-04-28 16:26:31 -05:00
roykho
1215f1965e
Update deprecated jQuery functions for wc-product-import.js
2021-04-28 16:26:31 -05:00
roykho
f4745ed022
Update deprecated jQuery functions for wc-product-export.js
2021-04-28 16:26:31 -05:00
roykho
1710a84948
Fixed removeAttribute replacements
2021-04-28 16:26:31 -05:00
roykho
a98b27bd54
Update deprecated jQuery functions for meta-boxes-product.js
2021-04-28 16:26:31 -05:00
roykho
6522893277
Update deprecated jQuery functions for meta-boxes-product.js
2021-04-28 16:26:31 -05:00
roykho
38cabd27fd
Update deprecated jQuery functions for meta-boxes-product-variation.js
2021-04-28 16:26:31 -05:00
roykho
796d4f51ac
Update deprecated jQuery functions for meta-boxes-order.js
2021-04-28 16:26:31 -05:00
Jonathan Sadowski
09da77eb18
Update wc-setup.js to set required prop to false instead of removing attribute for jQuery3 compat
2021-04-28 16:26:31 -05:00
Jonathan Sadowski
f685cda40d
Update wc-orders.js to resolve jQuery data change in jQuery 3
2021-04-28 16:22:00 -05:00
Jonathan Sadowski
8f013a9c9a
Update system-status.js to resolve jQuery data change in jQuery 3
2021-04-28 16:22:00 -05:00
Jonathan Sadowski
24b787b2da
Update settings.js to resolve jQuery data change in jQuery 3
2021-04-28 16:22:00 -05:00
Jonathan Sadowski
15df81e2d9
Correct bind usage in product import and export (bind wasn't targeting jQuery object; was native JS bind)
2021-04-28 16:22:00 -05:00
roykho
a75a3d7176
Update .focus and .toggleClass that were missed
2021-04-28 16:22:00 -05:00
roykho
b78aa4e00a
Fix deprecated jQuery removeClass function
2021-04-28 16:22:00 -05:00
roykho
09aabeeb6f
Revert load function
2021-04-28 16:21:59 -05:00
roykho
7f0f2c8320
Update deprecated jQuery functions for woocommerce_admin.js
2021-04-28 16:21:59 -05:00
roykho
d2c3ae204f
Update deprecated jQuery functions for wc-shipping-zone-methods.js
2021-04-28 16:21:59 -05:00
roykho
d213e3d959
Update deprecated jQuery functions for wc-shipping-classes.js
2021-04-28 16:21:59 -05:00
roykho
15492c0942
Update deprecated jQuery functions for wc-setup.js
2021-04-28 16:21:59 -05:00
roykho
4ebce91559
Update deprecated jQuery functions for wc-product-import.js
2021-04-28 16:21:59 -05:00
roykho
78adef7f80
Update deprecated jQuery functions for wc-product-export.js
2021-04-28 16:21:59 -05:00
roykho
eee6c96871
Update deprecated jQuery functions for wc-clipboard.js
2021-04-28 16:21:59 -05:00
roykho
76762a08f8
Update deprecated jQuery functions for users.js
2021-04-28 16:21:59 -05:00
roykho
b924230b41
Update deprecated jQuery functions for system-status.js
2021-04-28 16:21:59 -05:00
roykho
142aad6a44
Update deprecated jQuery functions for settings.js
2021-04-28 16:21:58 -05:00
roykho
d84eb2d6bb
Update deprecated jQuery functions for settings-views-html-settings-tax.js
2021-04-28 16:21:58 -05:00
roykho
81d6e50bbd
Update deprecated jQuery functions for quick-edit.js
2021-04-28 16:21:58 -05:00
roykho
58cfd4c0c2
Fixed removeAttribute replacements
2021-04-28 16:21:58 -05:00
roykho
4d0df8d341
Update deprecated jQuery functions for meta-boxes-product.js
2021-04-28 16:21:58 -05:00
roykho
f59c7772e5
Update deprecated jQuery functions for meta-boxes-product.js
2021-04-28 16:21:58 -05:00
roykho
afb9656561
Update deprecated jQuery functions for meta-boxes-product-variation.js
2021-04-28 16:21:58 -05:00
roykho
18797493b3
Update deprecated jQuery functions for meta-boxes-order.js
2021-04-28 16:21:58 -05:00
roykho
6e50fc0cf1
Update deprecated jQuery functions for meta-boxes-coupon.js
2021-04-28 16:21:58 -05:00
roykho
13a9dbb422
Update deprecated jQuery functions for backbone-modal.js
2021-04-28 16:21:58 -05:00
roykho
37f7ccc1f2
Update deprecated jQuery functions for api-keys.js
2021-04-28 16:21:58 -05: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
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
Peter Fabian
f7755f123e
Enable bulk updates of variations with low stock amount.
2021-03-10 18:15:31 +01: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