Vedanshu Jain

Results 22 issues of Vedanshu Jain

focus: custom order tables
plugin: woocommerce
focus: react admin

@ilyasfoo reported flakiness when migrating orders, where just triggering the migration does not actually migrate orders. An example workflow would be: 1. Have an initial 1 order 2. Enabled COT...

type: bug
focus: custom order tables
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

### 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

When someone requests old edit/new/delete links but cot in use, we should redirect them to the new interface.

type: enhancement
focus: custom order tables
plugin: woocommerce

In WC_Order, the function `get_edit_order_url` also should be adopted to return the correct link regardless of the authoritative data source. In `OrderUtils`, utility methods should be called `get_order_admin_edit_url` and `get_order_admin_new_url`...

type: enhancement
focus: custom order tables

type: enhancement
focus: custom order tables
plugin: woocommerce

This prevents race conditions that may happen if we are trying to schedule the same action, and the check `as_has_scheduled_action` runs after the action is marked complete but before the...