Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WooCommerce Orders] Update date column to date paid #1041

Open
clatwell opened this issue Apr 30, 2024 · 1 comment
Open

[WooCommerce Orders] Update date column to date paid #1041

clatwell opened this issue Apr 30, 2024 · 1 comment
Labels
Viget Work to be done by the Viget Crew

Comments

@clatwell
Copy link
Contributor

Current

  • The WooCommerce Orders view displays and is sorted by Order Created date
  • Because of the weird quirk with WooCommerce, Users who abandon Checkout have Draft Orders hanging around (for 24h until a WooCommerce cron purges them), and if they place a new bid, WooCommerce will (sometimes) update their Draft Order instead of creating a new one. The created_at date for the Draft Order could be up to 24h in the past, so sorting Orders by Date Created can display them out of chronological order based on when the bid was actually placed.

Desired

  • Update the date column in the WooCommerce Orders view [WooCommerce > Orders] to pull the Date Paid instead of the date Created
@clatwell clatwell converted this from a draft issue Apr 30, 2024
Copy link

linear bot commented Apr 30, 2024

GOO-441 [WooCommerce Orders] Update date column to date paid

Current

  • The WooCommerce Orders view displays and is sorted by Order Created date
  • Because of the weird quirk with WooCommerce, Users who abandon Checkout have Draft Orders hanging around (for 24h until a WooCommerce cron purges them), and if they place a new bid, WooCommerce will (sometimes) update their Draft Order instead of creating a new one. The created_at date for the Draft Order could be up to 24h in the past, so sorting Orders by Date Created can display them out of chronological order based on when the bid was actually placed.

Desired

  • Update the date column in the WooCommerce Orders view [WooCommerce > Orders] to pull the Date Paid instead of the date Created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Viget Work to be done by the Viget Crew
Projects
Status: Todo
Development

No branches or pull requests

3 participants