Overall Estimated Delivery Dates in Orders Dashboard (Admin Columns Pro)
-
Hello,
I want to use the Woodmart Estimated Delivery feature on my WooCommerce store, and the “Overall estimated delivery dates” are correctly displayed on the order details page.
However, I would like to show this delivery estimate as a column in the Orders dashboard, managed by Admin Columns Pro.
I checked the order meta with get_post_meta() but couldn’t find any key related to the estimated delivery date — it seems the value is not stored as order meta.
Is there a way to access the overall estimated delivery date programmatically (a function or meta key), so that I can display it in a custom column on the orders list?
Thank you very much in advance!
Hi,
You are right, Estimated Delivery doesn’t save values in post_meta, they are generated dynamically. However, if you still need to display this information, you can examine how it works by looking at the Edit order functionality. That code is located in inc/integrations/woocommerce/modules/estimate-delivery/class-frontend.php on line 300.
Kind Regards
thanks
just another quick question:
How to translate the string “Overall estimated delivery dates”? since i cannot find it on woodmart via locotranslate
thanks