• Resolved jmcsn88

    (@jmcsn88)


    Hello

    I’m trying to remove the Dokan Lite plugin but it keeps all dokan meta data in my woocommerce orders. Unless I delete all meta manually. What’s the right way to get rid of all of this metadata? Screenshots below. I checked the ‘delete all data when removing plugin’ option in Dokan settings.

    https://ibb.co/Nps1Zyg
    https://ibb.co/mNTknLM

    • This topic was modified 1 year, 3 months ago by jmcsn88.
    • This topic was modified 1 year, 3 months ago by jmcsn88.
    • This topic was modified 1 year, 3 months ago by jmcsn88.
    • This topic was modified 1 year, 3 months ago by jmcsn88.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @jmcsn88,

    Upon uninstalling the Dokan Lite plugin, it is necessary to manually clear the metadata from the wp_options table from your database. Deleting data from this table will result in the corresponding removal of information from your WooCommerce orders.

    I hope you grasp the steps involved. If you need any other assistance, please let me know.

    Best regards,

    Thread Starter jmcsn88

    (@jmcsn88)

    So it’s necessary to manually delete the entries in wp_options_table in myphpadmin?

    Thread Starter jmcsn88

    (@jmcsn88)

    Because I don’t see any dokan entries in this table.

    Hello there,

    Please try to delete these data from the order_meta table and let me know if the data persists on your website order section.

    I am looking forward to your reply.

    Best regards,

    Thread Starter jmcsn88

    (@jmcsn88)

    Hello

    These are the only tables with a ‘meta’ name but none of these show any kind of dokan fields inside. https://imgur.com/a/HOQPLjR

    Thread Starter jmcsn88

    (@jmcsn88)

    For future reference, to delete these entries in myphpadmin, use following mysql query. If you delete ALL dokan entries, it will also delete product prices and break other stuff.

    DELETE FROM wp_woocommerce_order_itemmeta WHERE meta_key = '_dokan_commision_rate';
    
    DELETE FROM wp_woocommerce_order_itemmeta WHERE meta_key = '_dokan_commission_type';
    
    DELETE FROM wp_woocommerce_order_itemmeta WHERE meta_key = '_dokan_additional_fee';

    Hello?@jmcsn88,

    I am glad to know that your issue has been resolved. I appreciate your effort in finding a possible solution and adding the required code to this forum for future reference.

    Best regards,

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @jmcsn88

    Since the issue is resolved we will consider this topic as resolved. If you encounter any future challenges or have additional queries, please don’t hesitate to create a new topic.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Dokan meta entries in Woocommerce’ is closed to new replies.