Hi @casper-braske
We understand that you’re looking to recover some child orders that were not inserted into the ‘dokan_orders’ table. However, manually recovering these orders can be a complex process and may involve working directly with the database.
Here are the general steps to consider for manual recovery:
- Database Backup: Before making any changes, it’s essential to take a complete backup of your database to ensure you can restore it if anything goes wrong.
- Identify Missing Orders: You’ll need to identify the specific child orders that are missing from the ‘dokan_orders’ table. You can typically find order information in the ‘wp_woocommerce_order_items’ and ‘wp_woocommerce_order_itemmeta’ tables.
- Insert Missing Orders: Once you’ve identified the missing orders and their details, you can manually insert these orders into the ‘dokan_orders’ table. This typically involves writing SQL queries to insert the data.
Please note that making direct database changes can be risky, and it’s advisable to have a developer or database administrator assist you with this process.
Thanks!
Hi @casper-braske
As we haven’t heard back from you for a while, we’ll consider this topic resolved. If you encounter any further issues, please don’t hesitate to open a new topic.
Thanks!