• Resolved ibl92

    (@isabella92)


    Hi!

    I can’t find the “export option” that should be below Woocommerce? Has this been taken away?

    How am I supposed to easily export customer emails to a csv file?

    Thank you for the help!

    Best regards

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ibl92

    (@isabella92)

    I found that you can export below “customers”. However this file doesn’t show when the customer became a customer, and also a lot of info is missing.

    I need a way to export customer emails between 1st of march and 31st of may.

    Hi,

    B default WooCommerce permits to export the list of customers, under WooCommerce > Customers in your WP-Admin.

    If you have access to the database, you can create a SQL query to get those customers by date:

    Select customer_id from wp_wc_customer_lookup where date_registered >= '2022/03/01' and date_registered <= '2022/05/31';

    Then you can export the data to the file of your preference, a TXT file, a CSV file, etc.

    You can install the plugin: https://www.ads-software.com/plugins/wp-phpmyadmin-extension/ to browse into your database.

    Hope this helps ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Export option?’ is closed to new replies.