• Hello,

    Your plugin is the closest thing I can find to accomplishing my needs. I am importing customer data into woocommerce, I have your plug-in and my data all set up. BUT… I thought I would be able to import address info to my WP user database, but I am only given a set of pre-determined field in the plug-in. Is there a way to import address info? I have pasted the WooCommerce fields below:

    Customer Billing Address

    First name
    Last name
    Company
    Address 1
    Address 2
    City
    Postcode
    State/County
    State/County or state code
    Country
    2 letter Country code
    Telephone
    Email

    Customer Shipping Address

    First name
    Last name
    Company
    Address 1
    Address 2
    City
    Postcode
    State/County
    State/County or state code
    Country
    2 letter Country code

    https://wordpress.org/plugins/jc-importer/

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

    (@jcollings)

    Hi,

    If you download the custom fields addon which can be found at https://github.com/jcollings/jci-custom-fields

    this allows you you to add the custom field name , and map it to a value.

    Field names (they can be found in the wordpress user meta table):
    billing_country
    billing_first_name
    billing_last_name
    billing_company
    billing_address_1
    billing_address_2
    billing_city
    billing_state
    billing_postcode
    billing_email
    billing_phone
    shipping_country
    shipping_first_name
    shipping_last_name
    shipping_company
    shipping_address_1
    shipping_address_2
    shipping_city
    shipping_state
    shipping_postcode

    Hope this helps.

    I will hopefully be adding woocommerce templates for products, orders, as a feature or addon in the future.

    Thread Starter sasquatchms

    (@sasquatchms)

    Thank you for the fast reply! I assume this extra plugin is compatible with WordPress 4.1.1 and WooCommerce 2.2.11?

    Plugin Author jcollings

    (@jcollings)

    I have not had the time to tests its compatibility with wordpress 4.1.1 yet as it was released last night.

    James

    Can’t seem to get your custom mapping to fully work for the usermeta info for billing address/shipping address and then the last names, city, and some other info fields in the woocommerce area of the usermeta table.

    could really use some help. submitted a support post on your website, but haven’t heard back.

    Are you still around?

    Thanks…

    Plugin Author jcollings

    (@jcollings)

    Hi,

    I have just installed JC Importer, and the JCI Custom Fields Addon, and tested this and it seemed to work. If you could answer a quick couple of questions to help figure this out:

    * What versions of JC Importer and WooCommerce are you running?
    * What type of Importer are you using CSV or XML, and could you create a dummy example of an XML or CSV record, If so could you also provide me with the mappings and settings you are using?
    * When you view the an imported user in wp-admin, have any of their fields imported? and is it just the custom fields missing?

    James

    This works great but I think its limited to user_meta when using the user template. I’m curious how one would go about mapping reward points to the users, say if the user custom meta maps to a custom taxonomy? Is that possible?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Import woocommerce customers’ is closed to new replies.