Any one know how to get Woocommerce order item details from database. I need like select order id, order date cuopen code like data.. I am trying all this data to get laravel view.
Asked
Active
Viewed 1,409 times
1 Answers
0
All you need is well documented here - https://businessbloomer.com/woocommerce-easily-get-order-info-total-items-etc-from-order-object/ - once you have the order ID, you can easily get all the info you need. Cheers.

Angel Deykov
- 1,199
- 1
- 9
- 15
-
I see now similar question check this as well - https://stackoverflow.com/questions/39401393/how-to-get-woocommerce-order-details – Angel Deykov Oct 02 '18 at 11:30
-
I need access all this from larave? I need know about stored location database columns – Sanjaya Oct 02 '18 at 12:03