• Resolved ryanneilmed

    (@ryanneilmed)


    How can we insert into the usermeta table all of the customer shipping address fields? They’re not in the database until a profile update is performed, or a customer makes a transaction. We have 1500+ users that we need to do this for.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @ryanneilmed

    Unfortunately, WooCommerce does not have this feature built-in. However, you can achieve this by using a custom code. This code would loop through all users and update the usermeta table accordingly.

    Please note that writing or providing custom code is not within the scope of our support policy. If you are still having problems, we recommend asking development questions on the #developers channel of the WooCommerce Community Slack. Many of our developers hang out there and will be able to offer insights into your question. You can also seek help from the following:

    I wish I could help more, but hopefully, this gets you going in the right direction to get the job done.

    Thread Starter ryanneilmed

    (@ryanneilmed)

    Thanks so much, I appreciate your response. I’ve actually found a way to manually insert the rows needed using a series of SQL queries, thanks to AI SQL generator.

    Hey, @ryanneilmed!

    We are glad to hear you were able to achieve your goal ??

    Please let us know if there’s anything else we can do to help or if you have any questions.

    Have a wonderful day!

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