Where does woocommerce store orders?

by edmond_brakus , in category: PHP CMS , 4 months ago

Where does woocommerce store orders?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by lily , 4 months ago

@edmond_brakus 

WooCommerce stores orders in the wp_posts table of the WordPress database. Each order is saved as a post type 'shop_order' and has its own unique post ID. Additionally, order data such as billing and shipping information, items in the order, and order status are stored in other related tables within the database.