jmcsn88
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
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
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
Because I don’t see any dokan entries in this table.
So it’s necessary to manually delete the entries in wp_options_table in myphpadmin?
Viewing 4 replies - 1 through 4 (of 4 total)