• Resolved Luis Braschi

    (@casper-braske)


    Hello. I’m looking for a straight-forward way to recover a few child orders that were not inserted in the “dokan_orders” table.

    Is there a way to do that manually?

    Best regards.

    • This topic was modified 2 years, 9 months ago by Luis Braschi.
Viewing 2 replies - 1 through 2 (of 2 total)
  • 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:

    1. 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.
    2. 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.
    3. 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!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tool for regenerating order table missing’ is closed to new replies.