May 11
Include Customer Phone Number Column in Abandoned Carts Admin List
Currently, the Abandoned Carts table under WooCommerce → Abandoned Carts only shows Name, Email, Subtotal, Status, and Last views. It would be extremely helpful to have a dedicated Phone column between Email and Subtotal that automatically pulls from the cart’s _user_phone meta or the user’s billing_phone.
Why this matters:
Speeds up customer follow-up by phone without having to open each cart’s details.
Allows sorting and filtering of abandoned carts by phone number.
Improves conversion by making outreach more efficient.
Suggested implementation:
In the list-table class, add a phone column in get_columns() and render it in column_phone() using _user_phone or billing_phone.
Make the Phone column sortable.
Pending
I think we also need a report how many order recover