• Resolved danieldfs

    (@danieldfs)


    Hello,

    I’m having some difficulty importing the following fields:

    Address
    City
    State
    Zip code
    Country

    It’s coming under extra profile information. Is there anyway I can map it to the default WordPress fields?

    Thanks!

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

    (@carazo)

    @danieldfs,

    Yes, please read documentation and use the correct column names.

    Thread Starter danieldfs

    (@danieldfs)

    Hi Javier,

    Thanks for the response.
    I’ve read the documentation, it doesn’t really tell me how to import those specific columns to the default wordpress fields.
    Looking at https://codex.ww.wp.xz.cn/Function_Reference/wp_update_user, it doesn’t have City, State, Zip Code, etc..

    I used the test.csv file as the template and all those fields went into the extra profile information fields.

    Thanks.

    Thread Starter danieldfs

    (@danieldfs)

    Whoops, it looks like the fields I’m looking at aren’t part of the default WordPress database.
    It’s actually part of the theme…

    Is there anyway to match the columns with the fields in the theme?

    Plugin Author Javier Carazo

    (@carazo)

    @danieldfs,

    Yes, they are in WooCommerce but not in WordPress, for example.

    You can try to find there in your database or in your theme code.

    If you need personal help for this, you can mail us to [email protected] and we give you premium support.

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

    (@danieldfs)

    Found it, thanks for pointing me in the right direction.
    The metadata is stored under wp_usermeta which I used the proper table names to match the column.
    Once that’s updated the fields were plugged in with the imported data.

    Thanks so much!

    Plugin Author Javier Carazo

    (@carazo)

    Thanks to you.

    Please give us a little donation and/or a good review to show everybody which kind of support we offer.

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

The topic ‘Fields not importing?’ is closed to new replies.