Vedanshu Jain

Results 22 issues of Vedanshu Jain

### All Submissions: - [ ] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [ ] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [ ] Have you checked...

plugin: woocommerce
focus: react admin

### All Submissions: - [x] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [x] Have you checked to ensure there...

plugin: woocommerce

### All Submissions: - [x] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [x] Have you checked to ensure there...

plugin: woocommerce

Certain plugins like Blocks and Application Tracker needs to build some js files in order to work. Creating a script to do that will be very convenient and will help...

[Component] Tooling

For egs, this code will be passed by linter: ``` define( 'JETPACK_DEV_DEBUG', true); define( 'SAVEQUERIES', true ); define( 'SCRIPT_DEBUG', true ); define( 'MULTISITE', true ); ``` Should instead be ```...

[Component] Tooling

We can remove this once select2 is added to the core. By default it will not be loaded or enabled, an option to enable it is also added.

Copied over from #47199 to add a unit test and a changelog. ### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). -...

plugin: woocommerce

### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...

plugin: woocommerce

### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...

plugin: woocommerce

### Describe the solution you'd like Currently, in [OrderTableQuery](https://github.com/woocommerce/woocommerce/blob/645e07ed8e2b21fe44a3ce32ecb68bd91d430b5f/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableQuery.php#L539) (and few other places), we only allow statuses that are registered for orders, which makes it unusable for different order types...

type: enhancement
priority: normal
focus: custom order tables / HPOS
team: Proton