You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Current
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. Thecreated_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
date
column in the WooCommerce Orders view [WooCommerce > Orders] to pull the Date Paid instead of the date CreatedThe text was updated successfully, but these errors were encountered: