• Resolved Press.Fan

    (@wordupall)


    Hello dear community, I would like to completely uninstall Woocommerce and the following other plugins from one of my WordPress installations and delete the corresponding tables in php my admin: – Woocommerce – Woopayments – TikTok – Mail Poet – Pinterest for Woocommerce – Woocommerce Shipping & Tax – Google for WooCommerce. Because I’m a beginner, could you please tell me what the corresponding table name of the above-mentioned plugin is so that I actually delete the correct tables. I hope for your understanding and feedback. Kind regards, Klaus

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

    (@serafinnyc)

    Hello @wordupall the standard Woo tables are

    wp_woocommerce_sessions
    wp_woocommerce_api_keys
    wp_woocommerce_attribute_taxonomies
    wp_woocommerce_downloadable_product_permissions
    wp_woocommerce_order_items
    wp_woocommerce_order_itemmeta
    wp_woocommerce_tax_rates
    wp_woocommerce_tax_rate_locations
    wp_woocommerce_shipping_zones
    wp_woocommerce_shipping_zone_locations
    wp_woocommerce_shipping_zone_methods
    wp_woocommerce_payment_tokens
    wp_woocommerce_payment_tokenmeta
    wp_woocommerce_log

    In addition to these if you’re using HPOS then you’d also have the following

    wc_orders
    wc_order_operational_data
    wc_order_meta
    wc_order_addresses
    wc_order_items
    wc_order_item_meta
    wc_order_stats
    wc_order_tax_items
    wc_reserved_stock
    wc_webhooks

    For the other plugins you’ll need to ask their support.

    Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hi Klaus @wordupall,

    Thank you for reaching out.

    Before you can proceed with uninstalling the WooCommerce plugin, do you mind sharing the reason for uninstalling and deleting it? We value your feedback, to make the plugin even more user-friendly.

    ?I would like to completely uninstall Woocommerce and the following other plugins from one of my WordPress installations and delete the corresponding tables in php my admin

    To completely uninstall WooCommerce and other plugins, you should first deactivate them from your WordPress dashboard. Go to ‘Plugins’, select the ones you want to uninstall, then hit ‘Deactivate’. After that, you can delete them.

    As for the database tables, it’s important to note that directly manipulating your database can be risky if you’re not familiar with it. However, here are the primary tables WooCommerce and some of the other plugins you mentioned may create:

    - WooCommerce: wp_woocommerce_api_keys, wp_woocommerce_attribute_taxonomies, wp_woocommerce_downloadable_product_permissions, wp_woocommerce_order_items, wp_woocommerce_order_itemmeta, wp_woocommerce_tax_rates, and wp_woocommerce_tax_rate_locations

    - Woopayments: wp_woocommerce_payment_tokens and wp_woocommerce_payment_tokenmeta

    - Mail Poet: wp_mailpoet_custom_fields, wp_mailpoet_forms, wp_mailpoet_newsletters, wp_mailpoet_segments, wp_mailpoet_sending_queues, wp_mailpoet_statistics_clicks, wp_mailpoet_subscribers, wp_mailpoet_subscriber_segment, wp_mailpoet_subscriber_ips

    - WooCommerce Shipping & Tax: wp_woocommerce_shipping_zones, wp_woocommerce_shipping_zone_locations, wp_woocommerce_shipping_zone_methods

    Unfortunately, I couldn’t find specific table names for TikTok, Pinterest for WooCommerce, and Google for WooCommerce. They might not create their own tables, or they might use options within the wp_options table.

    Please make sure to back up your database to prevent any unintentional loss of data. I hope this helps, please let us know if you have any further questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.