• Resolved adamklui

    (@adamklui)


    Hi there,

    I installed the plugin – “Import users from CSV” yesterday and used it import customer file onto my wordpress. However, once I finished the import, there are error messages as showed below. Can you tell me how to fix it?

    Notice: WC_Customer::set_address is deprecated since version 3.0! Use WC_Customer::set_billing_address instead. in /home/ecofarm/public_html/wp-includes/functions.php on line 3832

    Notice: WC_Customer::set_city is deprecated since version 3.0! Use WC_Customer::set_billing_city instead. in /home/ecofarm/public_html/wp-includes/functions.php on line 3832

    Notice: WC_Customer::set_state is deprecated since version 3.0! Use WC_Customer::set_billing_state instead. in /home/ecofarm/public_html/wp-includes/functions.php on line 3832

    Notice: WC_Customer::set_country is deprecated since version 3.0! Use WC_Customer::set_billing_country instead. in /home/ecofarm/public_html/wp-includes/functions.php on line 3832

    Appreciate your reply.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @adamklui,

    Good afternon, as you can see in the messages, this is not a problem from this plugin.

    In the message appears WC_Customer (this plugin has not this class) and also set_country (and others) which is not also from it. They are old methods from WooCommerce.

    You have to disable the WP_DEBUG to hide it.

    But as I told you, this is not a problem from it (maybe this problem has appeared when you have inserted users in the database).

    Thank you!

    Plugin Author Javier Carazo

    (@carazo)

    @adamklui,

    Good afternon, as you can see in the messages, this is not a problem from this plugin.

    In the message appears WC_Customer (this plugin has not this class) and also set_country (and others) which is not also from it. They are old methods from WooCommerce.

    You have to disable the WP_DEBUG to hide it.

    But as I told you, this is not a problem from it (maybe this problem has appeared when you have inserted users in the database).

    Thank you!

    PS: please consider making a good review or giving a little donation to help us to mantain this plugin and this forum.

    • This reply was modified 8 years, 3 months ago by Javier Carazo.
    Thread Starter adamklui

    (@adamklui)

    Thank you for your help, Javier.

    Plugin Author Javier Carazo

    (@carazo)

    Thanks to you!

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

The topic ‘Error message after importing customer data with importer’ is closed to new replies.