Manually insert Orders to DB
-
Hello
I was hoping for some sage council on sql tables. Using phpmyadmin I need to manually insert orders to the database. The info includes the order, product and user. All users have an account on the websites. They are coming from a completely different system so I will modify the existing data structure to work with Woocommerce tables. I was hoping you could tell me what tables I will need to insert to. From my understanding it is:
_posts
_postmeta
_woocommerce_order_items
_woocommerce_order_itemmetaCan you please advise if there are any tables I am missing or can exclude please? Is there any other considerations I need to know for this to work without breaking the site. I assume I don’t need to insert into the look up tables because this can be regenerated from with Woocommerce?
Thank you!
- The topic ‘Manually insert Orders to DB’ is closed to new replies.